We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d820cd9 commit aaa8896Copy full SHA for aaa8896
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
<groupId>at.gmi.nordborglab.widgets</groupId>
10
<artifactId>ldviewer</artifactId>
11
- <version>0.1.3-SNAPSHOT</version>
+ <version>0.1.3</version>
12
<name>ldviewer</name>
13
<url>http://maven.apache.org</url>
14
@@ -37,7 +37,7 @@
37
<dependency>
38
<groupId>at.gmi.nordborglab</groupId>
39
<artifactId>processingjs</artifactId>
40
- <version>0.6.2-SNAPSHOT</version>
+ <version>0.6.2</version>
41
</dependency>
42
</dependencies>
43
<distributionManagement>
@@ -68,6 +68,6 @@
68
<url>https://timeu@github.com/timeu</url>
69
<connection>scm:git:https://timeu@github.com/timeu/LDViewer.git</connection>
70
<developerConnection>scm:git:https://timeu@github.com/timeu/LDViewer.git</developerConnection>
71
- <tag>HEAD</tag>
+ <tag>ldviewer-0.1.3</tag>
72
</scm>
73
</project>
0 commit comments