We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b028535 commit c73bec7Copy full SHA for c73bec7
pom.xml
@@ -3,13 +3,13 @@
3
<groupId>edu.ohsu.sonmezsysbio</groupId>
4
<artifactId>cloudbreak</artifactId>
5
<packaging>jar</packaging>
6
- <version>0.3-SNAPSHOT</version>
+ <version>0.2.3</version>
7
<name>cloudbreak</name>
8
<scm>
9
<connection>scm:git:git://github.com/cwhelan/${project.artifactId}.git</connection>
10
<url>http://github.com/cwhelan/${project.artifactId}</url>
11
<developerConnection>scm:git:git@github.com:cwhelan/${project.artifactId}.git</developerConnection>
12
- <tag>HEAD</tag>
+ <tag>cloudbreak-0.2.3</tag>
13
</scm>
14
<url>http://maven.apache.org</url>
15
<repositories>
0 commit comments