Skip to content

Commit d875a8f

Browse files
committed
Release of 6.0
1 parent 8320b99 commit d875a8f

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.0-SNAPSHOT</version>
7+
<version>6.0</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.0-SNAPSHOT</version>
7+
<version>6.0</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.0-SNAPSHOT</version>
7+
<version>6.0</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
@@ -9,7 +9,7 @@
99

1010
<groupId>org.silverpeas</groupId>
1111
<artifactId>looks</artifactId>
12-
<version>6.0-SNAPSHOT</version>
12+
<version>6.0</version>
1313
<packaging>pom</packaging>
1414
<name>Silverpeas Looks</name>
1515

@@ -47,7 +47,7 @@
4747
<!-- property used by the CI to both deploy a build version and release the next stable version -->
4848
<next.release>6.0</next.release>
4949
<!-- Version of Silverpeas on which it depends -->
50-
<silverpeas.version>6.0-SNAPSHOT</silverpeas.version>
50+
<silverpeas.version>6.0</silverpeas.version>
5151
</properties>
5252

5353
<dependencies>

0 commit comments

Comments
 (0)