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

Commit

Permalink
Merge branch 'integration/master' into editor-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Oct 21, 2013
2 parents 9374736 + 22b518f commit a13eba3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion functional-test/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zanata</groupId>
<artifactId>server</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.2-SNAPSHOT</version>
</parent>
<artifactId>functional-test</artifactId>
<!--if we want to use pom packaging, we need to explicitly enable some plugins and various things-->
Expand Down
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>server</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.2-SNAPSHOT</version>
<name>Zanata server modules</name>
<packaging>pom</packaging>
<parent>
Expand Down Expand Up @@ -31,9 +31,9 @@
<gwteventservice.version>1.2.1</gwteventservice.version>
<okapi.version>0.22</okapi.version>

<zanata.api.version>3.1.1-SNAPSHOT</zanata.api.version>
<zanata.api.version>3.1.1</zanata.api.version>
<!-- This should always be the previous version of the used api version above (but only 3.0.1 or later will work) -->
<zanata.api.compat.version>3.0.2</zanata.api.compat.version>
<zanata.api.compat.version>3.1.0</zanata.api.compat.version>
<zanata.client.version>3.0.1</zanata.client.version>
<zanata.common.version>3.0.2</zanata.common.version>

Expand Down
2 changes: 1 addition & 1 deletion zanata-model/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zanata</groupId>
<artifactId>server</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.2-SNAPSHOT</version>
</parent>
<artifactId>zanata-model</artifactId>
<name>Zanata model</name>
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zanata</groupId>
<artifactId>server</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.2-SNAPSHOT</version>
</parent>
<artifactId>zanata-war</artifactId>
<packaging>war</packaging>
Expand Down

0 comments on commit a13eba3

Please sign in to comment.