Skip to content

Commit

Permalink
Updated the version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ebourg committed Sep 10, 2012
1 parent 57613cc commit 6fe59e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pushingpixels</groupId>
<artifactId>flamingo-svg-transcoder</artifactId>
<version>1.0</version>
<version>1.1</version>
</parent>
<artifactId>flamingo-svg-transcoder-ant</artifactId>
<name>Transcoder Ant Task</name>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pushingpixels</groupId>
<artifactId>flamingo-svg-transcoder</artifactId>
<version>1.0</version>
<version>1.1</version>
</parent>
<groupId>org.pushingpixels</groupId>
<artifactId>flamingo-svg-transcoder-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pushingpixels</groupId>
<artifactId>flamingo-svg-transcoder</artifactId>
<version>1.0</version>
<version>1.1</version>
</parent>
<artifactId>flamingo-svg-transcoder-gui</artifactId>
<name>SVG Transcoder GUI</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.pushingpixels</groupId>
<artifactId>flamingo-svg-transcoder</artifactId>
<name>Flamingo SVG Transcoder</name>
<version>1.0</version>
<version>1.1</version>
<packaging>pom</packaging>

<description>Transform SVG images into pure Java2D icons for your Swing applications</description>
Expand Down

0 comments on commit 6fe59e6

Please sign in to comment.