Skip to content

Commit c27946f

Browse files
author
Uemit Seren
committed
Removed obsolete repositories, updated processing library dependency and updated GWT version to 2.5.0-rc2
1 parent d2db965 commit c27946f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,18 @@
1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
17-
<gwtVersion>2.4.0</gwtVersion>
18-
<github.maven.repository>file:///srv/uemit.seren/repository/maven-repository/</github.maven.repository>
17+
<gwtVersion>2.5.0-rc2</gwtVersion>
1918
</properties>
2019

2120
<repositories>
2221
<repository>
23-
<id>gwt-google-apis</id>
24-
<url>https://maven.alfresco.com/nexus/content/repositories/activiti-thirdparty/</url>
25-
</repository>
26-
<repository>
2722
<id>nordborglab-snapshots</id>
2823
<url>https://github.com/timeu/maven-repos/raw/master/snapshots/</url>
2924
</repository>
25+
<repository>
26+
<id>nordborglab-releases</id>
27+
<url>https://github.com/timeu/maven-repos/raw/master/releases/</url>
28+
</repository>
3029
</repositories>
3130

3231

@@ -53,7 +52,7 @@
5352
<dependency>
5453
<groupId>at.gmi.nordborglab</groupId>
5554
<artifactId>processingjs</artifactId>
56-
<version>0.6.0</version>
55+
<version>0.6.1-SNAPSHOT</version>
5756
</dependency>
5857
</dependencies>
5958

0 commit comments

Comments
 (0)