Skip to content

Commit

Permalink
[maven-release-plugin] prepare release zxing-3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Feb 15, 2015
1 parent f7605ed commit adfc409
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions android-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>android-core</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0</version>
<packaging>jar</packaging>

<dependencies>
Expand All @@ -31,7 +31,7 @@
<parent>
<groupId>com.google.zxing</groupId>
<artifactId>zxing-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<name>ZXing Android Core</name>
Expand Down
4 changes: 2 additions & 2 deletions android-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>android-integration</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0</version>
<packaging>jar</packaging>

<dependencies>
Expand All @@ -31,7 +31,7 @@
<parent>
<groupId>com.google.zxing</groupId>
<artifactId>zxing-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<build>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>core</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0</version>
<packaging>jar</packaging>

<dependencies>
Expand All @@ -32,7 +32,7 @@
<parent>
<groupId>com.google.zxing</groupId>
<artifactId>zxing-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<build>
Expand Down
4 changes: 2 additions & 2 deletions javase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>javase</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0</version>
<packaging>jar</packaging>

<dependencies>
Expand All @@ -31,7 +31,7 @@
<parent>
<groupId>com.google.zxing</groupId>
<artifactId>zxing-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<name>ZXing Java SE extensions</name>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>com.google.zxing</groupId>
<artifactId>zxing-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0</version>
<packaging>pom</packaging>

<dependencyManagement>
Expand Down Expand Up @@ -96,7 +96,7 @@
<java.version>1.7</java.version>
<slf4j.version>1.7.10</slf4j.version>
<!-- This can't reference project.version as some subprojects version differently -->
<zxing.version>3.1.1-SNAPSHOT</zxing.version>
<zxing.version>3.2.0</zxing.version>
</properties>

<build>
Expand Down Expand Up @@ -566,7 +566,7 @@
<connection>scm:git:https://github.com/zxing/zxing.git</connection>
<developerConnection>scm:git:https://github.com/zxing/zxing.git</developerConnection>
<url>scm:git:https://github.com/zxing/zxing.git</url>
<tag>HEAD</tag>
<tag>zxing-3.2.0</tag>
</scm>

<prerequisites>
Expand Down
4 changes: 2 additions & 2 deletions zxing.appspot.com/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>zxing.appspot.com</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0</version>
<packaging>war</packaging>

<dependencies>
Expand All @@ -39,7 +39,7 @@
<parent>
<groupId>com.google.zxing</groupId>
<artifactId>zxing-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions zxingorg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>zxingorg</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0</version>
<packaging>war</packaging>

<dependencies>
Expand All @@ -45,7 +45,7 @@
<parent>
<groupId>com.google.zxing</groupId>
<artifactId>zxing-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<build>
Expand Down

0 comments on commit adfc409

Please sign in to comment.