Skip to content

Commit d965152

Browse files
committed
WIKITHREEDOTO-99: Upgrade to XWiki 3.5-SNAPSHOT
1 parent 8845b67 commit d965152

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
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>org.xwiki.manager</groupId>
66
<artifactId>xwiki-manager</artifactId>
7-
<version>3.4-SNAPSHOT</version>
7+
<version>3.5-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>org.xwiki.contrib</groupId>
@@ -74,8 +74,8 @@
7474
<properties>
7575
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7676

77-
<enterprise.version>3.4-SNAPSHOT</enterprise.version>
78-
<manager.version>3.4-SNAPSHOT</manager.version>
77+
<enterprise.version>3.5-SNAPSHOT</enterprise.version>
78+
<manager.version>3.5-SNAPSHOT</manager.version>
7979

8080
<gwt.version>2.4.0</gwt.version>
8181
<gwt.maven.plugin.version>2.4.0</gwt.maven.plugin.version>

wiki30-realtime/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,11 @@
3939
<dependency>
4040
<groupId>com.google.gwt</groupId>
4141
<artifactId>gwt-user</artifactId>
42-
<version>${gwt.version}</version>
4342
<scope>provided</scope>
4443
</dependency>
4544
<dependency>
4645
<groupId>com.google.gwt</groupId>
4746
<artifactId>gwt-servlet</artifactId>
48-
<version>${gwt.version}</version>
4947
<scope>runtime</scope>
5048
</dependency>
5149
</dependencies>

xwiki-platform-wiki30

0 commit comments

Comments
 (0)