Skip to content

Commit 0ba67df

Browse files
committed
[maven-release-plugin] prepare release v1.0.0
1 parent ad6b73b commit 0ba67df

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>com.github.timeu.gwt-libs.processingjs-gwt</groupId>
54
<artifactId>processingjs-gwt-parent</artifactId>
6-
<version>1.0.0-SNAPSHOT</version>
5+
<version>1.0.0</version>
76
<name>Processingjs-GWT (Parent)</name>
87
<description>A GWT wrapper for the Processing library</description>
98
<packaging>pom</packaging>
@@ -59,7 +58,8 @@
5958
<url>https://timeu@github.com/timeu/processing-js-gwt</url>
6059
<connection>scm:git:https://timeu@github.com/timeu/processing-js-gwt.git</connection>
6160
<developerConnection>scm:git:ssh://git@github.com/timeu/processing-js-gwt.git</developerConnection>
62-
</scm>
61+
<tag>v1.0.0</tag>
62+
</scm>
6363

6464
<dependencyManagement>
6565
<dependencies>

processingjs-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.processingjs-gwt</groupId>
55
<artifactId>processingjs-gwt-parent</artifactId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
77
</parent>
88

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

processingjs-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.processingjs-gwt</groupId>
55
<artifactId>processingjs-gwt-parent</artifactId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
77
</parent>
88

99
<artifactId>processingjs-gwt</artifactId>

0 commit comments

Comments
 (0)