Skip to content

Commit 58ed2d2

Browse files
author
Uemit Seren
committed
Upgraded gwt version to 2.5.1-rc1 and removed junit dependency
1 parent b9eda47 commit 58ed2d2

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
October 4, 2012 - Release 0.4.12
2+
* GeneViewer (lib): Version updated to 0.4.9
3+
* LDViewer (lib): Version updated to 0.1.3
4+
* pom.xml: GWT version updated to 2.5.1-rc1
5+
16
October 5, 2012 - Release 0.4.11
27
* GeneViewer (lib): Version updated to 0.4.8
38

pom.xml

+1-7
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
17-
<gwtVersion>2.5.0-rc2</gwtVersion>
17+
<gwtVersion>2.5.1-rc1</gwtVersion>
1818
</properties>
1919

2020
<repositories>
@@ -32,12 +32,6 @@
3232

3333

3434
<dependencies>
35-
<dependency>
36-
<groupId>junit</groupId>
37-
<artifactId>junit</artifactId>
38-
<version>3.8.1</version>
39-
<scope>test</scope>
40-
</dependency>
4135
<dependency>
4236
<groupId>com.google.gwt</groupId>
4337
<artifactId>gwt-user</artifactId>

0 commit comments

Comments
 (0)