Skip to content

Commit 7e4bc53

Browse files
committed
Next fix version 6.4.1-SNAPSHOT
1 parent 64299f6 commit 7e4bc53

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

aurora/aurora-configuration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.silverpeas.looks</groupId>
66
<artifactId>aurora</artifactId>
7-
<version>6.4</version>
7+
<version>6.4.1-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>org.silverpeas.looks.aurora</groupId>

aurora/aurora-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.silverpeas.looks</groupId>
66
<artifactId>aurora</artifactId>
7-
<version>6.4</version>
7+
<version>6.4.1-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>org.silverpeas.looks.aurora</groupId>

aurora/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.silverpeas</groupId>
66
<artifactId>looks</artifactId>
7-
<version>6.4</version>
7+
<version>6.4.1-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>org.silverpeas.looks</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>looks</artifactId>
13-
<version>6.4</version>
13+
<version>6.4.1-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515
<name>Silverpeas Looks</name>
1616

@@ -46,7 +46,7 @@
4646

4747
<properties>
4848
<!-- property used by the CI to both deploy a build version and release the next stable version -->
49-
<next.release>6.4</next.release>
49+
<next.release>6.4.1</next.release>
5050
<!-- Version of Silverpeas on which it depends -->
5151
<silverpeas.version>${project.version}</silverpeas.version>
5252
<core.version>${silverpeas.version}</core.version>

0 commit comments

Comments
 (0)