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

Commit

Permalink
Merge branch 'release' of github.com:zanata/zanata-client into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Nov 1, 2012
2 parents 26443e0 + 324fb35 commit de5bee2
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 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>1.7.5-SNAPSHOT</version>
<version>1.7.6-SNAPSHOT</version>
<name>Zanata client modules</name>
<packaging>pom</packaging>
<parent>
Expand All @@ -20,7 +20,7 @@

<properties>
<zanata.api.version>1.7.2</zanata.api.version>
<zanata.common.version>1.8.4-SNAPSHOT</zanata.common.version>
<zanata.common.version>1.8.4</zanata.common.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion zanata-client-ant-po/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zanata</groupId>
<artifactId>client</artifactId>
<version>1.7.5-SNAPSHOT</version>
<version>1.7.6-SNAPSHOT</version>
</parent>

<!-- Should be the same as zanata-client/pom.xml -->
Expand Down
6 changes: 3 additions & 3 deletions zanata-client-ant-properties/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zanata</groupId>
<artifactId>client</artifactId>
<version>1.7.5-SNAPSHOT</version>
<version>1.7.6-SNAPSHOT</version>
</parent>

<!-- Should be the same as zanata-client/pom.xml -->
Expand Down Expand Up @@ -65,14 +65,14 @@
<dependency>
<groupId>org.fedorahosted.tennera</groupId>
<artifactId>ant-gettext</artifactId>
<version>0.7</version>
<version>0.9</version>
<scope>test</scope>
</dependency>
<!-- needed by the ant taskdefs.xml -->
<dependency>
<groupId>org.fedorahosted.tennera</groupId>
<artifactId>jgettext</artifactId>
<version>0.7</version>
<version>0.9</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion zanata-client-ant-properties/zanata-ant-demo/pom.xml
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>org.fedorahosted.tennera</groupId>
<artifactId>ant-gettext</artifactId>
<version>0.6</version>
<version>0.9</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
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>1.7.5-SNAPSHOT</version>
<version>1.7.6-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>1.7.5-SNAPSHOT</version>
<version>1.7.6-SNAPSHOT</version>
</parent>
<artifactId>zanata-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion zanata-rest-client/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zanata</groupId>
<artifactId>client</artifactId>
<version>1.7.5-SNAPSHOT</version>
<version>1.7.6-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>

Expand Down

0 comments on commit de5bee2

Please sign in to comment.