Skip to content

Commit 02f7ac5

Browse files
committed
[maven-release-plugin] prepare release v1.0.0
1 parent 09ab094 commit 02f7ac5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

ldviewer-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.timeu.gwt-libs.ldviewer</groupId>
55
<artifactId>ldviewer-parent</artifactId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
77
</parent>
88

99
<artifactId>ldviewer-sample</artifactId>

ldviewer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.timeu.gwt-libs.ldviewer</groupId>
55
<artifactId>ldviewer-parent</artifactId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
77
</parent>
88

99
<artifactId>ldviewer</artifactId>

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.timeu.gwt-libs.ldviewer</groupId>
55
<artifactId>ldviewer-parent</artifactId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
77
<name>LDViewer (Parent)</name>
88
<description>A GWT based visualization for LD</description>
99
<packaging>pom</packaging>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>com.github.timeu.gwt-libs.processingjs-gwt</groupId>
7676
<artifactId>processingjs-gwt</artifactId>
77-
<version>${processing.version}</version>
77+
<version>1.0.0</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>junit</groupId>
@@ -195,5 +195,6 @@
195195
<url>https://timeu@github.com/timeu/ldviewer</url>
196196
<connection>scm:git:https://timeu@github.com/timeu/ldviewer.git</connection>
197197
<developerConnection>scm:git:ssh://git@github.com/timeu/ldviewer.git</developerConnection>
198+
<tag>v1.0.0</tag>
198199
</scm>
199200
</project>

0 commit comments

Comments
 (0)