Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed May 23, 2019
1 parent ba273a4 commit 452dfe7
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 14 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.opengis.cite</groupId>
<artifactId>teamengine</artifactId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
<packaging>pom</packaging>
<name>TEAM Engine</name>
<description>
Expand All @@ -29,7 +29,7 @@
<connection>scm:git:https://github.com/opengeospatial/teamengine.git</connection>
<developerConnection>scm:git:git@github.com:opengeospatial/teamengine.git</developerConnection>
<url>https://github.com/opengeospatial/teamengine</url>
<tag>HEAD</tag>
<tag>5.4</tag>
</scm>
<issueManagement>
<system>GitHub Issue Tracker</system>
Expand Down
2 changes: 1 addition & 1 deletion teamengine-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opengis.cite</groupId>
<artifactId>teamengine</artifactId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
</parent>
<groupId>org.opengis.cite.teamengine</groupId>
<artifactId>teamengine-console</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion teamengine-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opengis.cite</groupId>
<artifactId>teamengine</artifactId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
</parent>
<groupId>org.opengis.cite.teamengine</groupId>
<artifactId>teamengine-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion teamengine-realm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opengis.cite</groupId>
<artifactId>teamengine</artifactId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
</parent>
<groupId>org.opengis.cite.teamengine</groupId>
<artifactId>teamengine-realm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion teamengine-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opengis.cite</groupId>
<artifactId>teamengine</artifactId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
</parent>
<groupId>org.opengis.cite.teamengine</groupId>
<artifactId>teamengine-resources</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion teamengine-spi-ctl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opengis.cite</groupId>
<artifactId>teamengine</artifactId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
</parent>
<groupId>org.opengis.cite.teamengine</groupId>
<artifactId>teamengine-spi-ctl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion teamengine-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opengis.cite</groupId>
<artifactId>teamengine</artifactId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
</parent>
<groupId>org.opengis.cite.teamengine</groupId>
<artifactId>teamengine-spi</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions teamengine-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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.opengis.cite</groupId>
<artifactId>teamengine</artifactId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
</parent>
<groupId>org.opengis.cite.teamengine</groupId>
<artifactId>teamengine-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion teamengine-virtualization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opengis.cite</groupId>
<artifactId>teamengine</artifactId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
</parent>
<groupId>org.opengis.cite.teamengine</groupId>
<artifactId>teamengine-virtualization</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion teamengine-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opengis.cite</groupId>
<artifactId>teamengine</artifactId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
</parent>
<groupId>org.opengis.cite.teamengine</groupId>
<artifactId>teamengine-web</artifactId>
Expand Down

0 comments on commit 452dfe7

Please sign in to comment.