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

Commit

Permalink
fix(version): restore snapshot to 4.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
definite committed Sep 14, 2016
1 parent 13782ac commit bd74627
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<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>4.0.0-alpha-2-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
<name>Zanata client modules</name>
<packaging>pom</packaging>
<parent>
<groupId>org.zanata</groupId>
<artifactId>zanata-parent</artifactId>
<version>29</version>
<version>30-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>

Expand All @@ -35,10 +35,10 @@
</repositories>

<properties>
<zanata.api.version>4.0.0-alpha-1</zanata.api.version>
<zanata.common.version>4.0.0-alpha-1</zanata.common.version>
<powermock.version>1.6.2</powermock.version>
<resteasy.version>3.0.11.Final</resteasy.version>
<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>
<resteasy.version>3.0.12.Final</resteasy.version>
<jersey.version>1.17.1</jersey.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion stub-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jetty.version>9.0.3.v20130506</jetty.version>
<jetty.version>9.4.0.M1</jetty.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit bd74627

Please sign in to comment.