Skip to content

Commit a01833a

Browse files
author
silveruser
committed
Prepare branch 6.1.x for bug fixes
1 parent 1407348 commit a01833a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<packaging>jar</packaging>
3232
<groupId>org.silverpeas</groupId>
3333
<artifactId>silverpeas-distribution</artifactId>
34-
<version>6.1</version>
34+
<version>6.1.1-SNAPSHOT</version>
3535
<name>Distribution of Silverpeas ${project.version}</name>
3636
<description>
3737
It generates a distribution of Silverpeas ${project.version} for both Unix-like and Windows
@@ -42,7 +42,7 @@
4242
<developerConnection>scm:git:git@github.com:Silverpeas/Silverpeas-Distribution.git</developerConnection>
4343
<connection>scm:git:git@github.com:Silverpeas/Silverpeas-Distribution.git</connection>
4444
<url>http://github.com/Silverpeas/Silverpeas-Distribution.git</url>
45-
<tag>6.1</tag>
45+
<tag>HEAD</tag>
4646
</scm>
4747

4848
<repositories>
@@ -81,7 +81,7 @@
8181

8282
<properties>
8383
<!-- property used by the CI to both deploy a build version and release the next stable version -->
84-
<next.release>6.1</next.release>
84+
<next.release>6.1.1</next.release>
8585
<server.distribution>wildfly18</server.distribution>
8686
</properties>
8787

0 commit comments

Comments
 (0)