This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare for next development iteration
- Loading branch information
Showing
6 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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>client</artifactId> | ||
<version>3.9.1</version> | ||
<version>3.9.2-SNAPSHOT</version> | ||
<name>Zanata client modules</name> | ||
<packaging>pom</packaging> | ||
<parent> | ||
|
@@ -16,7 +16,7 @@ | |
<connection>scm:git:git://github.com/zanata/zanata-client.git</connection> | ||
<developerConnection>scm:git:[email protected]:zanata/zanata-client.git</developerConnection> | ||
<url>https://github.com/zanata/zanata-client</url> | ||
<tag>client-3.9.1</tag> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<!-- This is needed for bootstrapping with a zanata-parent SNAPSHOT --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<parent> | ||
<groupId>org.zanata</groupId> | ||
<artifactId>client</artifactId> | ||
<version>3.9.1</version> | ||
<version>3.9.2-SNAPSHOT</version> | ||
</parent> | ||
<artifactId>stub-server</artifactId> | ||
<name>stub-server</name> | ||
|
@@ -14,7 +14,7 @@ | |
<connection>scm:git:git://github.com/zanata/zanata-client.git</connection> | ||
<developerConnection>scm:git:[email protected]:zanata/zanata-client.git</developerConnection> | ||
<url>https://github.com/zanata/zanata-client</url> | ||
<tag>client-3.9.1</tag> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<parent> | ||
<groupId>org.zanata</groupId> | ||
<artifactId>client</artifactId> | ||
<version>3.9.1</version> | ||
<version>3.9.2-SNAPSHOT</version> | ||
</parent> | ||
<artifactId>zanata-cli</artifactId> | ||
<name>Zanata command-line client</name> | ||
|
@@ -14,7 +14,7 @@ | |
<connection>scm:git:git://github.com/zanata/zanata-client.git</connection> | ||
<developerConnection>scm:git:[email protected]:zanata/zanata-client.git</developerConnection> | ||
<url>https://github.com/zanata/zanata-client</url> | ||
<tag>client-3.9.1</tag> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<build> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<parent> | ||
<groupId>org.zanata</groupId> | ||
<artifactId>client</artifactId> | ||
<version>3.9.1</version> | ||
<version>3.9.2-SNAPSHOT</version> | ||
</parent> | ||
<artifactId>zanata-client-commands</artifactId> | ||
<name>Zanata client commands</name> | ||
|
@@ -14,7 +14,7 @@ | |
<connection>scm:git:git://github.com/zanata/zanata-client.git</connection> | ||
<developerConnection>scm:git:[email protected]:zanata/zanata-client.git</developerConnection> | ||
<url>https://github.com/zanata/zanata-client</url> | ||
<tag>client-3.9.1</tag> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<dependencies> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<parent> | ||
<groupId>org.zanata</groupId> | ||
<artifactId>client</artifactId> | ||
<version>3.9.1</version> | ||
<version>3.9.2-SNAPSHOT</version> | ||
|
||
</parent> | ||
<artifactId>zanata-maven-plugin</artifactId> | ||
|
@@ -27,7 +27,7 @@ | |
<connection>scm:git:git://github.com/zanata/zanata-client.git</connection> | ||
<developerConnection>scm:git:[email protected]:zanata/zanata-client.git</developerConnection> | ||
<url>https://github.com/zanata/zanata-client</url> | ||
<tag>client-3.9.1</tag> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<prerequisites> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<parent> | ||
<groupId>org.zanata</groupId> | ||
<artifactId>client</artifactId> | ||
<version>3.9.1</version> | ||
<version>3.9.2-SNAPSHOT</version> | ||
|
||
</parent> | ||
<packaging>jar</packaging> | ||
|
@@ -16,7 +16,7 @@ | |
<connection>scm:git:git://github.com/zanata/zanata-client.git</connection> | ||
<developerConnection>scm:git:[email protected]:zanata/zanata-client.git</developerConnection> | ||
<url>https://github.com/zanata/zanata-client</url> | ||
<tag>client-3.9.1</tag> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<dependencies> | ||
|