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 release server-3.8.0-rc-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanata Build Server committed Nov 22, 2015
1 parent 1bb88c1 commit 925b6bd
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 14 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.0-SNAPSHOT</version>
<version>3.8.0-rc-1</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.0-SNAPSHOT</version>
<version>3.8.0-rc-1</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
10 changes: 4 additions & 6 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.0-SNAPSHOT</version>
<version>3.8.0-rc-1</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>HEAD</tag>
<tag>server-3.8.0-rc-1</tag>
</scm>

<properties>
Expand Down Expand Up @@ -1477,10 +1477,8 @@
<echo message="cargo.installation=${cargo.installation}" />
<echo message="appserver.home=${appserver.home}" />
<echo message="DISPLAY=${env.DISPLAY}" />
<echo message="WARNING: 'appserver' property must be set unless skipping integration tests"
unless:set="appserver" />
<echo message="WARNING: 'cargo.installation' property is null. You might need to set the env var EAP6_URL"
unless:set="cargo.installation" />
<echo message="WARNING: 'appserver' property must be set unless skipping integration tests" unless:set="appserver" />
<echo message="WARNING: 'cargo.installation' property is null. You might need to set the env var EAP6_URL" unless:set="cargo.installation" />
</target>
</configuration>
</execution>
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.0-SNAPSHOT</version>
<version>3.8.0-rc-1</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.0-SNAPSHOT</version>
<version>3.8.0-rc-1</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>HEAD</tag>
<tag>server-3.8.0-rc-1</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.0-SNAPSHOT</version>
<version>3.8.0-rc-1</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.0-SNAPSHOT</version>
<version>3.8.0-rc-1</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>HEAD</tag>
<tag>server-3.8.0-rc-1</tag>
</scm>

<properties>
Expand Down

0 comments on commit 925b6bd

Please sign in to comment.