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

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanata Build Server committed Mar 25, 2016
1 parent 9a77f8f commit 928e7d7
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion frontend/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zanata</groupId>
<artifactId>server</artifactId>
<version>3.8.3</version>
<version>3.8.4-SNAPSHOT</version>
</parent>
<artifactId>frontend</artifactId>
<name>frontend</name>
Expand Down
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.8.3</version>
<version>3.8.4-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
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>server</artifactId>
<version>3.8.3</version>
<version>3.8.4-SNAPSHOT</version>
<name>Zanata server modules</name>
<packaging>pom</packaging>
<parent>
Expand All @@ -16,7 +16,7 @@
<connection>scm:git:git://github.com/zanata/zanata-server.git</connection>
<developerConnection>scm:git:git@github.com:zanata/zanata-server.git</developerConnection>
<url>https://github.com/zanata/zanata-server</url>
<tag>server-3.8.3</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion zanata-liquibase/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>server</artifactId>
<groupId>org.zanata</groupId>
<version>3.8.3</version>
<version>3.8.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions zanata-model/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zanata</groupId>
<artifactId>server</artifactId>
<version>3.8.3</version>
<version>3.8.4-SNAPSHOT</version>
</parent>
<artifactId>zanata-model</artifactId>
<name>Zanata model</name>
Expand All @@ -15,7 +15,7 @@
<connection>scm:git:git://github.com/zanata/zanata.git</connection>
<developerConnection>scm:git:git@github.com:zanata/zanata.git</developerConnection>
<url>https://github.com/zanata/zanata</url>
<tag>server-3.8.3</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion zanata-test-war/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zanata</groupId>
<artifactId>server</artifactId>
<version>3.8.3</version>
<version>3.8.4-SNAPSHOT</version>
</parent>
<artifactId>zanata-test-war</artifactId>
<name>zanata-test-war</name>
Expand Down
4 changes: 2 additions & 2 deletions zanata-war/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zanata</groupId>
<artifactId>server</artifactId>
<version>3.8.3</version>
<version>3.8.4-SNAPSHOT</version>
</parent>
<artifactId>zanata-war</artifactId>
<packaging>war</packaging>
Expand All @@ -16,7 +16,7 @@
<connection>scm:git:git://github.com/zanata/zanata.git</connection>
<developerConnection>scm:git:git@github.com:zanata/zanata.git</developerConnection>
<url>https://github.com/zanata/zanata</url>
<tag>server-3.8.3</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down

0 comments on commit 928e7d7

Please sign in to comment.