Skip to content

Commit

Permalink
[maven-release-plugin] prepare release pan-10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Loomis committed Oct 28, 2014
1 parent 5914789 commit 3ce8ed8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion panc-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.quattor.pan</groupId>
<artifactId>pan</artifactId>
<version>10.2-SNAPSHOT</version>
<version>10.2</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion panc-maven-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.quattor.pan</groupId>
<artifactId>pan</artifactId>
<version>10.2-SNAPSHOT</version>
<version>10.2</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion panc-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>pan</artifactId>
<groupId>org.quattor.pan</groupId>
<version>10.2-SNAPSHOT</version>
<version>10.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion panc-rpm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.quattor.pan</groupId>
<artifactId>pan</artifactId>
<version>10.2-SNAPSHOT</version>
<version>10.2</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion panc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.quattor.pan</groupId>
<artifactId>pan</artifactId>
<version>10.2-SNAPSHOT</version>
<version>10.2</version>
</parent>

<build>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.quattor.pan</groupId>
<artifactId>pan</artifactId>
<version>10.2-SNAPSHOT</version>
<version>10.2</version>
<packaging>pom</packaging>

<name>pan</name>
Expand Down Expand Up @@ -46,7 +46,7 @@
<connection>scm:git:ssh://git@github.com/quattor/pan.git</connection>
<developerConnection>scm:git:ssh://git@github.com/quattor/pan.git</developerConnection>
<url>https://github.com/quattor/pan</url>
<tag>HEAD</tag>
<tag>pan-10.2</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -179,13 +179,13 @@
<dependency>
<groupId>org.quattor.pan</groupId>
<artifactId>panc-docs</artifactId>
<version>10.2-SNAPSHOT</version>
<version>10.2</version>
</dependency>

<dependency>
<groupId>org.quattor.pan</groupId>
<artifactId>panc</artifactId>
<version>10.2-SNAPSHOT</version>
<version>10.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 3ce8ed8

Please sign in to comment.