Skip to content

Commit

Permalink
Update version numbers for next release for AlanFoster#52
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanFoster committed Aug 26, 2013
1 parent ca23625 commit 70f883b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>me.alanfoster</groupId>
<artifactId>camelry</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/core/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>Camelry</id>
<name>Camelry</name>
<version>0.1</version>
<version>0.1.1</version>
<vendor url="https://github.com/AlanFoster">Alan Foster</vendor>

<description><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion plugin/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>me.alanfoster.camelry</groupId>
<artifactId>plugin</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>me.alanfoster</groupId>
<artifactId>camelry</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>me.alanfoster</groupId>
<artifactId>camelry</artifactId>
<packaging>pom</packaging>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.1-SNAPSHOT</version>

<name>Blueprint And Camel Support</name>

Expand Down

0 comments on commit 70f883b

Please sign in to comment.