Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Boos committed Mar 15, 2013
1 parent 428aab0 commit 9986741
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>jp.co.cyberagent.android.gpuimage</groupId>
<artifactId>gpuimage-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

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

<groupId>jp.co.cyberagent.android.gpuimage</groupId>
<artifactId>gpuimage-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>
<name>GPUImage for Android</name>
<description>Image filters for Android with OpenGL (based on GPUImage for iOS)</description>
Expand All @@ -25,7 +25,7 @@
<url>[email protected]:CyberAgent/android-gpuimage.git</url>
<connection>scm:git:[email protected]:CyberAgent/android-gpuimage.git</connection>
<developerConnection>scm:git:[email protected]:CyberAgent/android-gpuimage.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.1.0</tag>
</scm>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>jp.co.cyberagent.android.gpuimage</groupId>
<artifactId>gpuimage-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 9986741

Please sign in to comment.