Skip to content

Commit 9986741

Browse files
author
Patrick Boos
committed
[maven-release-plugin] prepare release v1.1.0
1 parent 428aab0 commit 9986741

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>jp.co.cyberagent.android.gpuimage</groupId>
1111
<artifactId>gpuimage-parent</artifactId>
12-
<version>1.0.4-SNAPSHOT</version>
12+
<version>1.1.0</version>
1313
</parent>
1414

1515
<dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>jp.co.cyberagent.android.gpuimage</groupId>
1212
<artifactId>gpuimage-parent</artifactId>
13-
<version>1.0.4-SNAPSHOT</version>
13+
<version>1.1.0</version>
1414
<packaging>pom</packaging>
1515
<name>GPUImage for Android</name>
1616
<description>Image filters for Android with OpenGL (based on GPUImage for iOS)</description>
@@ -25,7 +25,7 @@
2525
<url>[email protected]:CyberAgent/android-gpuimage.git</url>
2626
<connection>scm:git:[email protected]:CyberAgent/android-gpuimage.git</connection>
2727
<developerConnection>scm:git:[email protected]:CyberAgent/android-gpuimage.git</developerConnection>
28-
<tag>HEAD</tag>
28+
<tag>v1.1.0</tag>
2929
</scm>
3030
<developers>
3131
<developer>

sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>jp.co.cyberagent.android.gpuimage</groupId>
1212
<artifactId>gpuimage-parent</artifactId>
13-
<version>1.0.4-SNAPSHOT</version>
13+
<version>1.1.0</version>
1414
</parent>
1515

1616
<dependencies>

0 commit comments

Comments
 (0)