Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peplin committed Nov 6, 2013
1 parent 46ad565 commit 40b7fa4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion enabler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.openxcplatform</groupId>
<artifactId>openxc-parent</artifactId>
<version>5.1.1-SNAPSHOT</version>
<version>5.1.1</version>
</parent>

<artifactId>openxc-enabler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.openxcplatform</groupId>
<artifactId>openxc-parent</artifactId>
<version>5.1.1-SNAPSHOT</version>
<version>5.1.1</version>
</parent>

<artifactId>openxc-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openxc-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.openxcplatform</groupId>
<artifactId>openxc-parent</artifactId>
<version>5.1.1-SNAPSHOT</version>
<version>5.1.1</version>
</parent>

<artifactId>openxc-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openxc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.openxcplatform</groupId>
<artifactId>openxc-parent</artifactId>
<version>5.1.1-SNAPSHOT</version>
<version>5.1.1</version>
</parent>

<artifactId>openxc</artifactId>
Expand Down
4 changes: 2 additions & 2 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.openxcplatform</groupId>
<artifactId>openxc-parent</artifactId>
<version>5.1.1-SNAPSHOT</version>
<version>5.1.1</version>
<packaging>pom</packaging>
<name>OpenXC - Parent</name>
<description>Android library and example applications for the OpenXC Platform</description>
Expand All @@ -12,7 +12,7 @@
<url>https://github.com/openxc/openxc-android</url>
<connection>scm:git:https://github.com/openxc/openxc-android</connection>
<developerConnection>scm:git:[email protected]:openxc/openxc-android</developerConnection>
<tag>HEAD</tag>
<tag>v5.1.1</tag>
</scm>

<parent>
Expand Down

0 comments on commit 40b7fa4

Please sign in to comment.