Skip to content

Commit a870a11

Browse files
author
Patrick Boos
committed
[maven-release-plugin] prepare release v1.0.2
1 parent b7a9f15 commit a870a11

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

library/pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
5-
http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
63
<modelVersion>4.0.0</modelVersion>
74
<groupId>jp.co.cyberagent.android.gpuimage</groupId>
85
<artifactId>gpuimage-library</artifactId>
@@ -12,7 +9,7 @@
129
<parent>
1310
<groupId>jp.co.cyberagent.android.gpuimage</groupId>
1411
<artifactId>gpuimage-parent</artifactId>
15-
<version>1.0.0-SNAPSHOT</version>
12+
<version>1.0.2</version>
1613
</parent>
1714

1815
<dependencies>

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
5-
http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
63
<modelVersion>4.0.0</modelVersion>
74

85
<parent>
@@ -13,7 +10,7 @@
1310

1411
<groupId>jp.co.cyberagent.android.gpuimage</groupId>
1512
<artifactId>gpuimage-parent</artifactId>
16-
<version>1.0.0-SNAPSHOT</version>
13+
<version>1.0.2</version>
1714
<packaging>pom</packaging>
1815
<name>GPUImage for Android</name>
1916
<description>Image filters for Android with OpenGL (based on GPUImage for iOS)</description>
@@ -28,6 +25,7 @@
2825
<url>git@github.com:cyberagent-jp/android-gpuimage.git</url>
2926
<connection>scm:git:git@github.com:cyberagent-jp/android-gpuimage.git</connection>
3027
<developerConnection>scm:git:git@github.com:cyberagent-jp/android-gpuimage.git</developerConnection>
28+
<tag>v1.0.2</tag>
3129
</scm>
3230
<developers>
3331
<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.0-SNAPSHOT</version>
13+
<version>1.0.2</version>
1414
</parent>
1515

1616
<dependencies>

0 commit comments

Comments
 (0)