Skip to content

Commit e5c6ed6

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

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

99
<artifactId>geneviewer-sample</artifactId>

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

99
<artifactId>geneviewer</artifactId>

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
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">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>com.github.timeu.gwt-libs.geneviewer</groupId>
54
<artifactId>geneviewer-parent</artifactId>
6-
<version>1.0.0-SNAPSHOT</version>
5+
<version>1.0.0</version>
76
<name>GeneViewer (Parent)</name>
87
<packaging>pom</packaging>
98
<description>A GWT based visualization for a Gene track</description>
@@ -78,7 +77,7 @@
7877
<dependency>
7978
<groupId>com.github.timeu.gwt-libs.processingjs-gwt</groupId>
8079
<artifactId>processingjs-gwt</artifactId>
81-
<version>${processing.version}</version>
80+
<version>1.0.0</version>
8281
<type>gwt-lib</type>
8382
</dependency>
8483
<dependency>
@@ -208,5 +207,6 @@
208207
<url>https://timeu@github.com/timeu/geneviewer</url>
209208
<connection>scm:git@github.com:timeu/geneviewer.git</connection>
210209
<developerConnection>scm:git:ssh://git@github.com/timeu/geneviewer.git</developerConnection>
211-
</scm>
210+
<tag>v1.0.0</tag>
211+
</scm>
212212
</project>

0 commit comments

Comments
 (0)