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

Commit

Permalink
Update api, common and tennera dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Oct 31, 2012
1 parent 0f4147e commit d80cae1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -19,8 +19,8 @@
</scm>

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

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions zanata-client-ant-properties/pom.xml
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

0 comments on commit d80cae1

Please sign in to comment.