Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nobeh committed Jul 12, 2015
1 parent bed7375 commit fbb4eef
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions abs-api-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<groupId>com.github.crisposs</groupId>
<name>ABS API Documentation</name>
<artifactId>abs-api-docs</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.8.6</version>
<packaging>jar</packaging>
<url>https://github.com/CrispOSS/abs-api-parent/tree/master/abs-api-docs</url>

<parent>
<groupId>com.github.crisposs</groupId>
<artifactId>abs-api-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.8.6</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions abs-api-event-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<groupId>com.github.crisposs</groupId>
<name>ABS API Event Sample</name>
<artifactId>abs-api-event-sample</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.8.6</version>
<packaging>jar</packaging>
<url>https://github.com/CrispOSS/abs-api-parent/tree/master/abs-api-event-sample</url>

<parent>
<groupId>com.github.crisposs</groupId>
<artifactId>abs-api-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.8.6</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions abs-api-event/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<groupId>com.github.crisposs</groupId>
<name>ABS API Event</name>
<artifactId>abs-api-event</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.8.6</version>
<packaging>jar</packaging>
<url>https://github.com/CrispOSS/abs-api-parent/tree/master/abs-api-event</url>

<parent>
<groupId>com.github.crisposs</groupId>
<artifactId>abs-api-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.8.6</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions abs-api-remote-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<groupId>com.github.crisposs</groupId>
<name>ABS Remote API Sample</name>
<artifactId>abs-api-remote-sample</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.8.6</version>
<packaging>jar</packaging>
<url>https://github.com/CrispOSS/abs-api-parent/tree/master/abs-api-remote-sample</url>

<parent>
<groupId>com.github.crisposs</groupId>
<artifactId>abs-api-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.8.6</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions abs-api-remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<groupId>com.github.crisposs</groupId>
<name>ABS Remote API</name>
<artifactId>abs-api-remote</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.8.6</version>
<packaging>jar</packaging>
<url>https://github.com/CrispOSS/abs-api-parent/tree/master/abs-api-remote</url>

<parent>
<groupId>com.github.crisposs</groupId>
<artifactId>abs-api-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.8.6</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions abs-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<groupId>com.github.crisposs</groupId>
<name>ABS API</name>
<artifactId>abs-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.8.6</version>
<packaging>jar</packaging>
<url>https://github.com/CrispOSS/abs-api-parent/tree/master/abs-api</url>

<parent>
<groupId>com.github.crisposs</groupId>
<artifactId>abs-api-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.8.6</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>com.github.crisposs</groupId>
<name>ABS API Parent</name>
<artifactId>abs-api-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.8.6</version>
<packaging>pom</packaging>

<url>https://github.com/CrispOSS/abs-api-parent</url>
Expand Down Expand Up @@ -172,7 +172,7 @@
<url>https://github.com/CrispOSS/abs-api-parent.git</url>
<connection>scm:git:https://github.com/CrispOSS/abs-api-paret.git</connection>
<developerConnection>scm:git:[email protected]:CrispOSS/abs-api-parent.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.8.6</tag>
</scm>

<profiles>
Expand Down

0 comments on commit fbb4eef

Please sign in to comment.