File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.github.timeu.gwt-libs.geneviewer</groupId >
5
5
<artifactId >geneviewer-parent</artifactId >
6
- <version >1.0.0-SNAPSHOT </version >
6
+ <version >1.0.0</version >
7
7
</parent >
8
8
9
9
<artifactId >geneviewer-sample</artifactId >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.github.timeu.gwt-libs.geneviewer</groupId >
5
5
<artifactId >geneviewer-parent</artifactId >
6
- <version >1.0.0-SNAPSHOT </version >
6
+ <version >1.0.0</version >
7
7
</parent >
8
8
9
9
<artifactId >geneviewer</artifactId >
Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
- 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" >
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.geneviewer</groupId >
5
4
<artifactId >geneviewer-parent</artifactId >
6
- <version >1.0.0-SNAPSHOT </version >
5
+ <version >1.0.0</version >
7
6
<name >GeneViewer (Parent)</name >
8
7
<packaging >pom</packaging >
9
8
<description >A GWT based visualization for a Gene track</description >
78
77
<dependency >
79
78
<groupId >com.github.timeu.gwt-libs.processingjs-gwt</groupId >
80
79
<artifactId >processingjs-gwt</artifactId >
81
- <version >${processing.version} </version >
80
+ <version >1.0.0 </version >
82
81
<type >gwt-lib</type >
83
82
</dependency >
84
83
<dependency >
208
207
<url >https://timeu@github.com/timeu/geneviewer</url >
209
208
<connection >scm:git@github.com:timeu/geneviewer.git</connection >
210
209
<developerConnection >scm:git:ssh://git@github.com/timeu/geneviewer.git</developerConnection >
211
- </scm >
210
+ <tag >v1.0.0</tag >
211
+ </scm >
212
212
</project >
You can’t perform that action at this time.
0 commit comments