Skip to content

Commit

Permalink
[maven-release-plugin] prepare release pan-10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jrha committed Apr 13, 2018
1 parent d83ad8d commit 7cb03b7
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 @@ -8,7 +8,7 @@
<parent>
<groupId>org.quattor.pan</groupId>
<artifactId>pan</artifactId>
<version>10.7-SNAPSHOT</version>
<version>10.7</version>
</parent>
<licenses>
<license>
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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.quattor.pan</groupId>
<artifactId>pan</artifactId>
<version>10.7-SNAPSHOT</version>
<version>10.7</version>
</parent>
<build>
<plugins>
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 @@ -8,7 +8,7 @@
<parent>
<artifactId>pan</artifactId>
<groupId>org.quattor.pan</groupId>
<version>10.7-SNAPSHOT</version>
<version>10.7</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion panc-rpm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.quattor.pan</groupId>
<artifactId>pan</artifactId>
<version>10.7-SNAPSHOT</version>
<version>10.7</version>
</parent>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion panc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.quattor.pan</groupId>
<artifactId>pan</artifactId>
<version>10.7-SNAPSHOT</version>
<version>10.7</version>
</parent>
<build>
<resources>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.quattor.pan</groupId>
<artifactId>pan</artifactId>
<version>10.7-SNAPSHOT</version>
<version>10.7</version>
<packaging>pom</packaging>
<name>pan</name>
<description>Pan Language Tools</description>
Expand Down Expand Up @@ -37,7 +37,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.7</tag>
</scm>
<issueManagement>
<system>GitHub Issues</system>
Expand Down Expand Up @@ -147,12 +147,12 @@
<dependency>
<groupId>org.quattor.pan</groupId>
<artifactId>panc-docs</artifactId>
<version>10.7-SNAPSHOT</version>
<version>10.7</version>
</dependency>
<dependency>
<groupId>org.quattor.pan</groupId>
<artifactId>panc</artifactId>
<version>10.7-SNAPSHOT</version>
<version>10.7</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
Expand Down

0 comments on commit 7cb03b7

Please sign in to comment.