Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Boos committed Dec 17, 2012
1 parent b7a9f15 commit a870a11
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
7 changes: 2 additions & 5 deletions library/pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>jp.co.cyberagent.android.gpuimage</groupId>
<artifactId>gpuimage-library</artifactId>
Expand All @@ -12,7 +9,7 @@
<parent>
<groupId>jp.co.cyberagent.android.gpuimage</groupId>
<artifactId>gpuimage-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<dependencies>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -13,7 +10,7 @@

<groupId>jp.co.cyberagent.android.gpuimage</groupId>
<artifactId>gpuimage-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>pom</packaging>
<name>GPUImage for Android</name>
<description>Image filters for Android with OpenGL (based on GPUImage for iOS)</description>
Expand All @@ -28,6 +25,7 @@
<url>[email protected]:cyberagent-jp/android-gpuimage.git</url>
<connection>scm:git:[email protected]:cyberagent-jp/android-gpuimage.git</connection>
<developerConnection>scm:git:[email protected]:cyberagent-jp/android-gpuimage.git</developerConnection>
<tag>v1.0.2</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.0-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<dependencies>
Expand Down

0 comments on commit a870a11

Please sign in to comment.