Skip to content

Commit 88d9678

Browse files
committed
[maven-release-plugin] prepare release 1.0.2
1 parent 714d6c6 commit 88d9678

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.github.bmaggi</groupId>
44
<artifactId>eclipse-tycho-archetype</artifactId>
5-
<version>1.0.2-SNAPSHOT</version>
5+
<version>1.0.2</version>
66
<packaging>maven-archetype</packaging>
77
<name>Archetype - Eclipse Tycho</name>
88
<url>https://github.com/bmaggi/eclipse-tycho-archetype</url>
@@ -30,7 +30,7 @@
3030
<connection>scm:git:git@github.com:bmaggi/eclipse-tycho-archetype.git</connection>
3131
<developerConnection>scm:git:git@github.com:bmaggi/eclipse-tycho-archetype.git</developerConnection>
3232
<url>http://github.com/bmaggi/eclipse-tycho-archetype/tree/master</url>
33-
<tag>HEAD</tag>
33+
<tag>1.0.2</tag>
3434
</scm>
3535
<issueManagement>
3636
<url>https://github.com/bmaggi/eclipse-tycho-archetype/issues</url>
@@ -181,7 +181,7 @@
181181
<groupId>org.apache.maven.plugins</groupId>
182182
<artifactId>maven-javadoc-plugin</artifactId>
183183
<version>3.4.1</version>
184-
<configuration></configuration>
184+
<configuration />
185185
</plugin>
186186
</plugins>
187187
</reporting>

0 commit comments

Comments
 (0)