Skip to content

Commit

Permalink
[maven-release-plugin] prepare release zxing-3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Aug 19, 2015
1 parent 5a1b6b4 commit e641a9c
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 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.2.1-SNAPSHOT</version>
<version>3.2.1</version>
<packaging>jar</packaging>

<dependencies>
Expand All @@ -31,7 +31,7 @@
<parent>
<groupId>com.google.zxing</groupId>
<artifactId>zxing-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</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.2.1-SNAPSHOT</version>
<version>3.2.1</version>
<packaging>jar</packaging>

<dependencies>
Expand All @@ -31,7 +31,7 @@
<parent>
<groupId>com.google.zxing</groupId>
<artifactId>zxing-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</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.2.1-SNAPSHOT</version>
<version>3.2.1</version>
<packaging>jar</packaging>

<dependencies>
Expand All @@ -32,7 +32,7 @@
<parent>
<groupId>com.google.zxing</groupId>
<artifactId>zxing-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</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.2.1-SNAPSHOT</version>
<version>3.2.1</version>
<packaging>jar</packaging>

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

<name>ZXing Java SE extensions</name>
Expand Down
12 changes: 6 additions & 6 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.2.1-SNAPSHOT</version>
<version>3.2.1</version>
<packaging>pom</packaging>

<dependencyManagement>
Expand Down Expand Up @@ -97,7 +97,7 @@
<maven.version.min>3.2.1</maven.version.min>
<slf4j.version>1.7.12</slf4j.version>
<!-- This can't reference project.version as some subprojects version differently -->
<zxing.version>3.2.1-SNAPSHOT</zxing.version>
<zxing.version>3.2.1</zxing.version>
</properties>

<build>
Expand Down Expand Up @@ -147,9 +147,9 @@
<id>enforce</id>
<configuration>
<rules>
<requireModuleConvergence/>
<requirePluginVersions/>
<requireUpperBoundDeps/>
<requireModuleConvergence />
<requirePluginVersions />
<requireUpperBoundDeps />
<dependencyConvergence />
<requireMavenVersion>
<version>${maven.version.min}</version>
Expand Down Expand Up @@ -626,7 +626,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.1</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.2.1-SNAPSHOT</version>
<version>3.2.1</version>
<packaging>war</packaging>

<dependencies>
Expand All @@ -39,7 +39,7 @@
<parent>
<groupId>com.google.zxing</groupId>
<artifactId>zxing-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</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.2.1-SNAPSHOT</version>
<version>3.2.1</version>
<packaging>war</packaging>

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

<build>
Expand Down

0 comments on commit e641a9c

Please sign in to comment.