File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<groupId >com.github.timeu.gwt-libs.processingjs-gwt</groupId >
5
4
<artifactId >processingjs-gwt-parent</artifactId >
6
- <version >1.0.0-SNAPSHOT </version >
5
+ <version >1.0.0</version >
7
6
<name >Processingjs-GWT (Parent)</name >
8
7
<description >A GWT wrapper for the Processing library</description >
9
8
<packaging >pom</packaging >
59
58
<url >https://timeu@github.com/timeu/processing-js-gwt</url >
60
59
<connection >scm:git:https://timeu@github.com/timeu/processing-js-gwt.git</connection >
61
60
<developerConnection >scm:git:ssh://git@github.com/timeu/processing-js-gwt.git</developerConnection >
62
- </scm >
61
+ <tag >v1.0.0</tag >
62
+ </scm >
63
63
64
64
<dependencyManagement >
65
65
<dependencies >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.github.timeu.gwt-libs.processingjs-gwt</groupId >
5
5
<artifactId >processingjs-gwt-parent</artifactId >
6
- <version >1.0.0-SNAPSHOT </version >
6
+ <version >1.0.0</version >
7
7
</parent >
8
8
9
9
<artifactId >processingjs-gwt-sample</artifactId >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.github.timeu.gwt-libs.processingjs-gwt</groupId >
5
5
<artifactId >processingjs-gwt-parent</artifactId >
6
- <version >1.0.0-SNAPSHOT </version >
6
+ <version >1.0.0</version >
7
7
</parent >
8
8
9
9
<artifactId >processingjs-gwt</artifactId >
You can’t perform that action at this time.
0 commit comments