Skip to content

Commit c38880e

Browse files
committed
[maven-release-plugin] prepare release v1.0.0
1 parent b623d5c commit c38880e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: dygraphs-gwt-sample/pom.xml

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

99
<artifactId>dygraphs-gwt-sample</artifactId>

Diff for: dygraphs-gwt/pom.xml

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

99
<artifactId>dygraphs-gwt</artifactId>

Diff for: pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.github.timeu.gwt-libs.dygraphs-gwt</groupId>
55
<artifactId>dygraphs-gwt-parent</artifactId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
77
<packaging>pom</packaging>
88
<name>Dygraphs-GWT (Parent)</name>
99
<description>GWT wrapper for Dygraphs</description>
@@ -52,6 +52,7 @@
5252
<connection>scm:git:https://timeu@github.com/timeu/dygraphs-gwt.git</connection>
5353
<url>https://timeu@github.com/timeu/dygraphs-gwt</url>
5454
<developerConnection>scm:git:ssh://git@github.com/timeu/dygraphs-gwt</developerConnection>
55+
<tag>v1.0.0</tag>
5556
</scm>
5657

5758
<developers>

0 commit comments

Comments
 (0)