Skip to content

Commit

Permalink
[maven-release-plugin] prepare release rezenerator-1.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
fredszaq committed Feb 26, 2014
1 parent 619faf2 commit 9d94302
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.tlorrain.android.rezenerator</groupId>
<artifactId>rezenerator</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC2</version>
<name>rezenerator</name>
<url>https://github.com/fredszaq/Rezenerator</url>
<description>Tool automating drawable conversion and scaling for Android projects</description>
Expand Down
2 changes: 1 addition & 1 deletion rezenerator-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.tlorrain.android.rezenerator</groupId>
<artifactId>rezenerator</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC2</version>
</parent>
<artifactId>rezenerator-core</artifactId>
<name>rezenerator-core</name>
Expand Down
2 changes: 1 addition & 1 deletion rezenerator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.tlorrain.android.rezenerator</groupId>
<artifactId>rezenerator</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC2</version>
</parent>
<artifactId>rezenerator-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
7 changes: 3 additions & 4 deletions rezenerator-maven-sample/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?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>
<groupId>com.tlorrain.android.rezenerator</groupId>
<artifactId>rezenerator</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC2</version>
</parent>
<artifactId>rezenerator-maven-sample</artifactId>
<packaging>apk</packaging>
Expand Down Expand Up @@ -74,7 +73,7 @@
<plugin>
<groupId>com.tlorrain.android.rezenerator</groupId>
<artifactId>rezenerator-maven-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC2</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion rezenerator-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.tlorrain.android.rezenerator</groupId>
<artifactId>rezenerator</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC2</version>
</parent>
<artifactId>rezenerator-standalone</artifactId>
<name>rezenerator-standalone</name>
Expand Down

0 comments on commit 9d94302

Please sign in to comment.