Skip to content

Commit 0b1ddd5

Browse files
committed
[maven-release-plugin] prepare release v1.4.2
1 parent 9aafc84 commit 0b1ddd5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

jsprit-analysis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>jsprit</groupId>
44
<artifactId>jsprit</artifactId>
5-
<version>1.4.2-SNAPSHOT</version>
5+
<version>1.4.2</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jsprit-analysis</artifactId>

jsprit-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>jsprit</groupId>
55
<artifactId>jsprit</artifactId>
6-
<version>1.4.2-SNAPSHOT</version>
6+
<version>1.4.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>jsprit-core</artifactId>

jsprit-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>jsprit</groupId>
55
<artifactId>jsprit</artifactId>
6-
<version>1.4.2-SNAPSHOT</version>
6+
<version>1.4.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

jsprit-instances/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>jsprit</groupId>
55
<artifactId>jsprit</artifactId>
6-
<version>1.4.2-SNAPSHOT</version>
6+
<version>1.4.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>jsprit</groupId>
2323
<artifactId>jsprit</artifactId>
24-
<version>1.4.2-SNAPSHOT</version>
24+
<version>1.4.2</version>
2525

2626
<packaging>pom</packaging>
2727

@@ -52,7 +52,7 @@
5252
<connection>scm:git:[email protected]:jsprit/jsprit.git</connection>
5353
<developerConnection>scm:git:https://github.com/jsprit/jsprit.git</developerConnection>
5454
<url>http://github.com/jsprit/jsprit/tree/master</url>
55-
<tag>HEAD</tag>
55+
<tag>v1.4.2</tag>
5656
</scm>
5757

5858
<issueManagement>

0 commit comments

Comments
 (0)