Skip to content

Commit

Permalink
[maven-release-plugin] prepare release parent-1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rnc committed Oct 30, 2020
1 parent 8c8812e commit 19faaa5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doclet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.goots.hiderdoclet</groupId>
<artifactId>parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</parent>

<artifactId>doclet</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.goots.hiderdoclet</groupId>
<artifactId>parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<packaging>pom</packaging>

<name>Doclet to Hide Elements</name>
Expand All @@ -54,7 +54,7 @@
<connection>scm:git:https://github.com/rnc/hiderdoclet.git</connection>
<developerConnection>scm:git:git@github.com:rnc/hiderdoclet.git</developerConnection>
<url>http://github.com/rnc/hiderdoclet</url>
<tag>HEAD</tag>
<tag>parent-1.1</tag>
</scm>

<properties>
Expand All @@ -71,7 +71,7 @@
<dependency>
<groupId>org.goots.hiderdoclet</groupId>
<artifactId>doclet</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.goots.hiderdoclet</groupId>
<artifactId>parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</parent>

<artifactId>test</artifactId>
Expand Down

0 comments on commit 19faaa5

Please sign in to comment.