Skip to content

Commit e844836

Browse files
author
silveruser
committed
Prepare for next development iteration of next version 1.4
1 parent 07c4c9a commit e844836

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
@@ -30,7 +30,7 @@
3030

3131
<groupId>org.silverpeas</groupId>
3232
<artifactId>silverpeas-test-dependencies-bom</artifactId>
33-
<version>1.3</version>
33+
<version>1.4-SNAPSHOT</version>
3434
<packaging>pom</packaging>
3535
<name>Silverpeas Test Dependencies BOM</name>
3636
<description>A BOM with all the dependencies required to build and run the unit and the integration tests of Silverpeas</description>
@@ -41,7 +41,7 @@
4141
<developerConnection>scm:git:git@github.com:Silverpeas/silverpeas-test-dependencies-bom.git
4242
</developerConnection>
4343
<url>https://gitub.com/Silverpeas/silverpeas-test-dependencies-bom.git</url>
44-
<tag>1.3</tag>
44+
<tag>HEAD</tag>
4545
</scm>
4646

4747
<distributionManagement>
@@ -278,7 +278,7 @@
278278

279279
<properties>
280280
<!-- property used by the CI to both deploy a build version and release the next stable version -->
281-
<next.release>1.3</next.release>
281+
<next.release>1.4</next.release>
282282
<maven.compiler.release>11</maven.compiler.release>
283283
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
284284
<junit.version>5.7.0</junit.version>

0 commit comments

Comments
 (0)