Skip to content

Commit 41d8d7a

Browse files
committed
[maven-release-plugin] rollback the release of v1.3.1
1 parent 86c9029 commit 41d8d7a

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
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>jsprit</groupId>
2424
<artifactId>jsprit</artifactId>
25-
<version>1.3.1</version>
25+
<version>1.3.1-SNAPSHOT</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<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.3.1</version>
6+
<version>1.3.1-SNAPSHOT</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.3.1</version>
6+
<version>1.3.1-SNAPSHOT</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.3.1</version>
6+
<version>1.3.1-SNAPSHOT</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
@@ -4,7 +4,7 @@
44

55
<groupId>jsprit</groupId>
66
<artifactId>jsprit</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.1-SNAPSHOT</version>
88

99
<packaging>pom</packaging>
1010

@@ -35,7 +35,7 @@
3535
<connection>scm:git:git@github.com:jsprit/jsprit.git</connection>
3636
<developerConnection>scm:git:https://github.com/jsprit/jsprit.git</developerConnection>
3737
<url>http://github.com/jsprit/jsprit/tree/master</url>
38-
<tag>v1.3.1</tag>
38+
<tag>HEAD</tag>
3939
</scm>
4040

4141
<issueManagement>

0 commit comments

Comments
 (0)