Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release 2.1.1.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
secondsun committed Mar 1, 2019
1 parent 41befbb commit 0551cc6
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 46 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1.Final</version>
</parent>

<artifactId>unifiedpush-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1.Final</version>
</parent>

<artifactId>unifiedpush-dependencies-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dependencies/server-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-dependencies-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1.Final</version>
</parent>

<artifactId>unifiedpush-server-dependencies</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1.Final</version>
</parent>

<artifactId>unifiedpush-jaxrs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion migrator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1.Final</version>
</parent>

<artifactId>unifiedpush-migrator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-model-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1.Final</version>
</parent>

<artifactId>unifiedpush-model-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model/jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-model-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1.Final</version>
</parent>

<artifactId>unifiedpush-model-jpa</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1.Final</version>
</parent>

<artifactId>unifiedpush-model-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model/push/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-model-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1.Final</version>
</parent>

<artifactId>unifiedpush-push-model</artifactId>
Expand Down
48 changes: 20 additions & 28 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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">
<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>
<parent>
<groupId>org.jboss.aerogear</groupId>
Expand All @@ -28,7 +26,7 @@

<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1.Final</version>
<packaging>pom</packaging>

<name>AeroGear UnifiedPush Server</name>
Expand All @@ -39,7 +37,7 @@
<developerConnection>scm:git:[email protected]:aerogear/aerogear-unifiedpush-server.git
</developerConnection>
<url>https://github.com/aerogear/aerogear-unifiedpush-server</url>
<tag>HEAD</tag>
<tag>2.1.1.Final</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -324,59 +322,53 @@
</goals>
<configuration>
<target>
<taskdef name="jacoco-report" classname="org.jacoco.ant.ReportTask"
classpathref="maven.plugin.classpath"/>
<taskdef classpathref="maven.runtime.classpath"
resource="net/sf/antcontrib/antcontrib.properties"/>
<available file="${project.build.sourceDirectory}" type="dir"
property="source.dir.exists"/>
<available file="${jacoco.report.file}" property="exec.file.exists"/>
<taskdef name="jacoco-report" classname="org.jacoco.ant.ReportTask" classpathref="maven.plugin.classpath" />
<taskdef classpathref="maven.runtime.classpath" resource="net/sf/antcontrib/antcontrib.properties" />
<available file="${project.build.sourceDirectory}" type="dir" property="source.dir.exists" />
<available file="${jacoco.report.file}" property="exec.file.exists" />
<if>
<equals arg1="${source.dir.exists}" arg2="true"/>
<equals arg1="${source.dir.exists}" arg2="true" />
<then>
<copy todir="${jacoco.prep.sources}">
<fileset dir="${project.build.sourceDirectory}"/>
<fileset dir="${project.build.sourceDirectory}" />
</copy>
<copy todir="${jacoco.prep.classes}">
<fileset dir="${project.build.directory}/classes"/>
<fileset dir="${project.build.directory}/classes" />
</copy>
<if>
<equals arg1="${exec.file.exists}" arg2="true"/>
<equals arg1="${exec.file.exists}" arg2="true" />
<then>
<trycatch reference="report_exception">
<try>
<jacoco-report>
<executiondata>
<file file="${jacoco.report.file}"/>
<file file="${jacoco.report.file}" />
</executiondata>
<structure name="AeroGear UnifiedPush Server Unit Tests">
<classfiles>
<fileset dir="${jacoco.prep.classes}"/>
<fileset dir="${jacoco.prep.classes}" />
</classfiles>
<sourcefiles encoding="${project.build.sourceEncoding}">
<fileset dir="${jacoco.prep.sources}"/>
<fileset dir="${jacoco.prep.sources}" />
</sourcefiles>
</structure>
<html destdir="${jacoco.report.output}"/>
<html destdir="${jacoco.report.output}" />
</jacoco-report>
</try>
<catch>
<property name="exception" refid="report_exception"/>
<property name="message"
value="Error while generating jacoco report: ${exception}"/>
<echo message="${message}"/>
<property name="exception" refid="report_exception" />
<property name="message" value="Error while generating jacoco report: ${exception}" />
<echo message="${message}" />
</catch>
</trycatch>
</then>
<else>
<echo
message=".exec file is missing! Expected at: ${jacoco.report.file}!"/>
<echo message=".exec file is missing! Expected at: ${jacoco.report.file}!" />
</else>
</if>
</then>
<else>
<echo
message="Source directory ${project.build.sourceDirectory} doesn't exist!"/>
<echo message="Source directory ${project.build.sourceDirectory} doesn't exist!" />
</else>
</if>
</target>
Expand Down
2 changes: 1 addition & 1 deletion push-sender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1.Final</version>
</parent>

<artifactId>unifiedpush-push-sender</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions servers/keycloak/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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">
<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>
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions servers/plain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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">
<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>
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion servers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1.Final</version>
</parent>

<name>UnifiedPush Servers Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1.Final</version>
</parent>

<artifactId>unifiedpush-service</artifactId>
Expand Down

0 comments on commit 0551cc6

Please sign in to comment.