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

Commit

Permalink
fix build - revert some of the version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Sep 19, 2016
1 parent bd74627 commit 2668e54
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<properties>
<zanata.api.version>4.0.0-SNAPSHOT</zanata.api.version>
<zanata.common.version>4.0.0-SNAPSHOT</zanata.common.version>
<powermock.version>1.6.5</powermock.version>
<powermock.version>1.6.2</powermock.version>
<resteasy.version>3.0.12.Final</resteasy.version>
<jersey.version>1.17.1</jersey.version>
</properties>
Expand Down Expand Up @@ -208,9 +208,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<!-- When we upgrade to 4.3 again, please remove the SSLSocketFactory
from ZanataProxyFactory -->
<version>4.2.6</version>
<version>4.3.6</version>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions stub-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zanata</groupId>
<artifactId>client</artifactId>
<version>4.0.0-alpha-2-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>stub-server</artifactId>
<name>stub-server</name>
Expand All @@ -19,7 +19,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jetty.version>9.4.0.M1</jetty.version>
<jetty.version>9.0.3.v20130506</jetty.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion zanata-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zanata</groupId>
<artifactId>client</artifactId>
<version>4.0.0-alpha-2-SNAPSHOT</version>
<version>4.0.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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zanata</groupId>
<artifactId>client</artifactId>
<version>4.0.0-alpha-2-SNAPSHOT</version>
<version>4.0.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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zanata</groupId>
<artifactId>client</artifactId>
<version>4.0.0-alpha-2-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>

</parent>
<artifactId>zanata-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zanata-rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zanata</groupId>
<artifactId>client</artifactId>
<version>4.0.0-alpha-2-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>

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

0 comments on commit 2668e54

Please sign in to comment.