Skip to content

Commit 3844040

Browse files
committed
[maven-release-plugin] prepare release geneviewer-0.4.0
1 parent b7d16b9 commit 3844040

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
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>at.gmi.nordborglab.widgets</groupId>
54
<artifactId>geneviewer</artifactId>
6-
<version>0.4.0-SNAPSHOT</version>
5+
<version>0.4.0</version>
76
<name>GeneViewer</name>
87

98
<parent>
@@ -49,12 +48,12 @@
4948
<dependency>
5049
<groupId>org.danvk</groupId>
5150
<artifactId>dygraph</artifactId>
52-
<version>0.7.0-SNAPSHOT</version>
51+
<version>0.7.0</version>
5352
</dependency>
5453
<dependency>
5554
<groupId>at.gmi.nordborglab</groupId>
5655
<artifactId>processingjs</artifactId>
57-
<version>0.6.0-SNAPSHOT</version>
56+
<version>0.6.0</version>
5857
</dependency>
5958
</dependencies>
6059

0 commit comments

Comments
 (0)