Skip to content

Commit 7407a70

Browse files
committed
[maven-release-plugin] prepare release v1.0.0
1 parent f77ea62 commit 7407a70

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

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

99
<artifactId>gwasviewer-sample</artifactId>

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

99
<artifactId>gwasviewer</artifactId>

Diff for: pom.xml

+6-7
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.gwasviewer</groupId>
54
<artifactId>gwasviewer-parent</artifactId>
6-
<version>1.0.0-SNAPSHOT</version>
5+
<version>1.0.0</version>
76
<name>GWASViewer (Parent)</name>
87
<packaging>pom</packaging>
98
<description>A GWT based visualization for a Manhattan plots</description>
@@ -74,17 +73,17 @@
7473
<dependency>
7574
<groupId>com.github.timeu.gwt-libs.geneviewer</groupId>
7675
<artifactId>geneviewer</artifactId>
77-
<version>${geneviewer.version}</version>
76+
<version>1.0.0</version>
7877
</dependency>
7978
<dependency>
8079
<groupId>com.github.timeu.gwt-libs.dygraphs-gwt</groupId>
8180
<artifactId>dygraphs-gwt</artifactId>
82-
<version>${dygraphsgwt.version}</version>
81+
<version>1.0.0</version>
8382
</dependency>
8483
<dependency>
8584
<groupId>com.github.timeu.gwt-libs.ldviewer</groupId>
8685
<artifactId>ldviewer</artifactId>
87-
<version>${ldviewer.version}</version>
86+
<version>1.0.0</version>
8887
</dependency>
8988
<dependency>
9089
<groupId>com.googlecode.gwt-charts</groupId>
@@ -211,6 +210,6 @@
211210
<url>https://timeu@github.com/timeu/gwasviewer</url>
212211
<connection>scm:git:git@github.com:timeu/gwasviewer.git</connection>
213212
<developerConnection>scm:git:ssh://git@github.com/timeu/gwasviewer.git</developerConnection>
214-
<tag>HEAD</tag>
213+
<tag>v1.0.0</tag>
215214
</scm>
216215
</project>

0 commit comments

Comments
 (0)