Skip to content

Commit 4d0aa88

Browse files
author
Emmanuel Hugonnet
committed
Updating for Silverpeas 5.12
1 parent 63ad119 commit 4d0aa88

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
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.silverpeas</groupId>
66
<artifactId>parent</artifactId>
7-
<version>24</version>
7+
<version>25-SNAPSHOT</version>
88
</parent>
99
<scm>
1010
<connection>scm:git:git@github.com:Silverpeas/OfficeOnline.git</connection>
@@ -16,7 +16,7 @@
1616
<groupId>com.silverpeas.services</groupId>
1717
<artifactId>office-online</artifactId>
1818
<packaging>jar</packaging>
19-
<version>5.11.1-SNAPSHOT</version>
19+
<version>5.12-SNAPSHOT</version>
2020
<name>Online Office Editor - ${project.version}</name>
2121
<build>
2222
<finalName>OpenOfficeLauncher</finalName>
@@ -25,7 +25,7 @@
2525
<dependencies>
2626
<dependency>
2727
<groupId>junit</groupId>
28-
<artifactId>junit-dep</artifactId>
28+
<artifactId>junit</artifactId>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.hamcrest</groupId>

0 commit comments

Comments
 (0)