We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 291b35d commit e5acae6Copy full SHA for e5acae6
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>com.github.bmaggi</groupId>
4
<artifactId>eclipse-tycho-archetype</artifactId>
5
- <version>0.1.4-SNAPSHOT</version>
+ <version>0.1.4</version>
6
<packaging>maven-archetype</packaging>
7
8
<name>Archetype - Eclipse Tycho</name>
@@ -35,7 +35,7 @@
35
<connection>scm:git:https://github.com/bmaggi/eclipse-tycho-archetype.git</connection>
36
<developerConnection>scm:git:https://github.com/bmaggi/eclipse-tycho-archetype.git</developerConnection>
37
<url>http://github.com/bmaggi/eclipse-tycho-archetype/tree/master</url>
38
- <tag>HEAD</tag>
+ <tag>0.1.4</tag>
39
</scm>
40
41
<issueManagement>
0 commit comments