Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Update to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Apr 26, 2013
1 parent 11bbf87 commit 487dd85
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -2,7 +2,7 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>client</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
<name>Zanata client modules</name>
<packaging>pom</packaging>
<parent>
Expand All @@ -19,8 +19,8 @@
</scm>

<properties>
<zanata.api.version>2.2.1-SNAPSHOT</zanata.api.version>
<zanata.common.version>2.2.1-SNAPSHOT</zanata.common.version>
<zanata.api.version>2.3.0</zanata.api.version>
<zanata.common.version>2.3.0</zanata.common.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion zanata-cli/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zanata</groupId>
<artifactId>client</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>zanata-cli</artifactId>
<name>Zanata command-line client</name>
Expand Down
2 changes: 1 addition & 1 deletion zanata-client-commands/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zanata</groupId>
<artifactId>client</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>zanata-client-commands</artifactId>
<name>Zanata client commands</name>
Expand Down
2 changes: 1 addition & 1 deletion zanata-maven-plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zanata</groupId>
<artifactId>client</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>

</parent>
<artifactId>zanata-maven-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions zanata-rest-client/pom.xml
Expand Up @@ -5,8 +5,8 @@
<name>Zanata Rest client</name>
<parent>
<groupId>org.zanata</groupId>
<artifactId>client</artifactId>
<version>2.2.1-SNAPSHOT</version>
<artifactId>client</artifactId>
<version>2.3.0-SNAPSHOT</version>

</parent>
<packaging>jar</packaging>
Expand Down

0 comments on commit 487dd85

Please sign in to comment.