Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaggi committed Feb 21, 2023
1 parent 714d6c6 commit 88d9678
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.bmaggi</groupId>
<artifactId>eclipse-tycho-archetype</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>maven-archetype</packaging>
<name>Archetype - Eclipse Tycho</name>
<url>https://github.com/bmaggi/eclipse-tycho-archetype</url>
Expand Down Expand Up @@ -30,7 +30,7 @@
<connection>scm:git:[email protected]:bmaggi/eclipse-tycho-archetype.git</connection>
<developerConnection>scm:git:[email protected]:bmaggi/eclipse-tycho-archetype.git</developerConnection>
<url>http://github.com/bmaggi/eclipse-tycho-archetype/tree/master</url>
<tag>HEAD</tag>
<tag>1.0.2</tag>
</scm>
<issueManagement>
<url>https://github.com/bmaggi/eclipse-tycho-archetype/issues</url>
Expand Down Expand Up @@ -181,7 +181,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.1</version>
<configuration></configuration>
<configuration />
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit 88d9678

Please sign in to comment.