Skip to content

Commit

Permalink
Merge branch 'release/0.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarchetta committed Nov 20, 2014
2 parents a6c1bb2 + a2c258a commit f1650e2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apis/pom.xml
Expand Up @@ -26,7 +26,7 @@

<artifactId>jcatalogue-client-api</artifactId>
<packaging>jar</packaging>
<version>0.9</version>
<version>0.10-SNAPSHOT</version>
<name>JCatalogue Client :: APIs</name>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Expand Up @@ -27,6 +27,6 @@
<artifactId>jcatalogue-client-cli</artifactId>
<packaging>pom</packaging>
<name>JCatalogue Client :: CLI Tool</name>
<version>0.9</version>
<version>0.10-SNAPSHOT</version>

</project>
4 changes: 2 additions & 2 deletions core/pom.xml
Expand Up @@ -20,14 +20,14 @@
<parent>
<groupId>com.terradue.jcatalogue</groupId>
<artifactId>parent</artifactId>
<version>0.9-SNAPSHOT</version>
<version>0.9</version>
<relativePath>../</relativePath>
</parent>

<artifactId>jcatalogue-client</artifactId>
<packaging>jar</packaging>
<name>JCatalogue Client :: Core APIs</name>
<version>0.9</version>
<version>0.10-SNAPSHOT</version>

<properties>
<skipTests>true</skipTests>
Expand Down
2 changes: 1 addition & 1 deletion feeds/pom.xml
Expand Up @@ -26,7 +26,7 @@

<artifactId>jcatalogue-feeds</artifactId>
<packaging>jar</packaging>
<version>0.9</version>
<version>0.10-SNAPSHOT</version>
<name>JCatalogue Client :: Atom/OpenSearch Feeds APIs</name>

<build>
Expand Down

0 comments on commit f1650e2

Please sign in to comment.