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

Commit f20e2d8

Browse files
author
Zanata Build Server
committed
[maven-release-plugin] prepare release server-3.9.6
1 parent 0b7c2a5 commit f20e2d8

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

Diff for: frontend/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.zanata</groupId>
66
<artifactId>server</artifactId>
7-
<version>3.9.6-SNAPSHOT</version>
7+
<version>3.9.6</version>
88
</parent>
99
<artifactId>frontend</artifactId>
1010
<name>frontend</name>

Diff for: functional-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.zanata</groupId>
66
<artifactId>server</artifactId>
7-
<version>3.9.6-SNAPSHOT</version>
7+
<version>3.9.6</version>
88
</parent>
99
<artifactId>functional-test</artifactId>
1010
<!--if we want to use pom packaging, we need to explicitly enable some plugins and various things-->

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>server</artifactId>
5-
<version>3.9.6-SNAPSHOT</version>
5+
<version>3.9.6</version>
66
<name>Zanata server modules</name>
77
<packaging>pom</packaging>
88
<parent>
@@ -16,7 +16,7 @@
1616
<connection>scm:git:git://github.com/zanata/zanata-server.git</connection>
1717
<developerConnection>scm:git:[email protected]:zanata/zanata-server.git</developerConnection>
1818
<url>https://github.com/zanata/zanata-server</url>
19-
<tag>HEAD</tag>
19+
<tag>server-3.9.6</tag>
2020
</scm>
2121

2222
<properties>

Diff for: zanata-liquibase/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>server</artifactId>
55
<groupId>org.zanata</groupId>
6-
<version>3.9.6-SNAPSHOT</version>
6+
<version>3.9.6</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

Diff for: zanata-model/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.zanata</groupId>
66
<artifactId>server</artifactId>
7-
<version>3.9.6-SNAPSHOT</version>
7+
<version>3.9.6</version>
88
</parent>
99
<artifactId>zanata-model</artifactId>
1010
<name>Zanata model</name>
@@ -15,7 +15,7 @@
1515
<connection>scm:git:git://github.com/zanata/zanata.git</connection>
1616
<developerConnection>scm:git:[email protected]:zanata/zanata.git</developerConnection>
1717
<url>https://github.com/zanata/zanata</url>
18-
<tag>HEAD</tag>
18+
<tag>server-3.9.6</tag>
1919
</scm>
2020

2121
<properties>

Diff for: zanata-test-war/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.zanata</groupId>
66
<artifactId>server</artifactId>
7-
<version>3.9.6-SNAPSHOT</version>
7+
<version>3.9.6</version>
88
</parent>
99
<artifactId>zanata-test-war</artifactId>
1010
<name>zanata-test-war</name>

Diff for: zanata-war/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.zanata</groupId>
66
<artifactId>server</artifactId>
7-
<version>3.9.6-SNAPSHOT</version>
7+
<version>3.9.6</version>
88
</parent>
99
<artifactId>zanata-war</artifactId>
1010
<packaging>war</packaging>
@@ -16,7 +16,7 @@
1616
<connection>scm:git:git://github.com/zanata/zanata.git</connection>
1717
<developerConnection>scm:git:[email protected]:zanata/zanata.git</developerConnection>
1818
<url>https://github.com/zanata/zanata</url>
19-
<tag>HEAD</tag>
19+
<tag>server-3.9.6</tag>
2020
</scm>
2121

2222
<properties>

0 commit comments

Comments
 (0)