Skip to content

Commit 7ca1b7d

Browse files
author
Jenkins
committed
[maven-release-plugin] prepare release 5.7
1 parent d33fe41 commit 7ca1b7d

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.opengis.cite</groupId>
66
<artifactId>teamengine</artifactId>
7-
<version>6.0-SNAPSHOT</version>
7+
<version>5.7</version>
88
<packaging>pom</packaging>
99
<name>TEAM Engine</name>
1010
<description>
@@ -29,7 +29,7 @@
2929
<connection>scm:git:https://github.com/opengeospatial/teamengine.git</connection>
3030
<developerConnection>scm:git:git@github.com:opengeospatial/teamengine.git</developerConnection>
3131
<url>https://github.com/opengeospatial/teamengine</url>
32-
<tag>HEAD</tag>
32+
<tag>5.7</tag>
3333
</scm>
3434
<issueManagement>
3535
<system>GitHub Issue Tracker</system>

teamengine-console/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.opengis.cite</groupId>
55
<artifactId>teamengine</artifactId>
6-
<version>6.0-SNAPSHOT</version>
6+
<version>5.7</version>
77
</parent>
88
<groupId>org.opengis.cite.teamengine</groupId>
99
<artifactId>teamengine-console</artifactId>

teamengine-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.opengis.cite</groupId>
55
<artifactId>teamengine</artifactId>
6-
<version>6.0-SNAPSHOT</version>
6+
<version>5.7</version>
77
</parent>
88
<groupId>org.opengis.cite.teamengine</groupId>
99
<artifactId>teamengine-core</artifactId>

teamengine-realm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.opengis.cite</groupId>
55
<artifactId>teamengine</artifactId>
6-
<version>6.0-SNAPSHOT</version>
6+
<version>5.7</version>
77
</parent>
88
<groupId>org.opengis.cite.teamengine</groupId>
99
<artifactId>teamengine-realm</artifactId>

teamengine-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.opengis.cite</groupId>
55
<artifactId>teamengine</artifactId>
6-
<version>6.0-SNAPSHOT</version>
6+
<version>5.7</version>
77
</parent>
88
<groupId>org.opengis.cite.teamengine</groupId>
99
<artifactId>teamengine-resources</artifactId>

teamengine-spi-ctl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.opengis.cite</groupId>
66
<artifactId>teamengine</artifactId>
7-
<version>6.0-SNAPSHOT</version>
7+
<version>5.7</version>
88
</parent>
99
<groupId>org.opengis.cite.teamengine</groupId>
1010
<artifactId>teamengine-spi-ctl</artifactId>

teamengine-spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.opengis.cite</groupId>
66
<artifactId>teamengine</artifactId>
7-
<version>6.0-SNAPSHOT</version>
7+
<version>5.7</version>
88
</parent>
99
<groupId>org.opengis.cite.teamengine</groupId>
1010
<artifactId>teamengine-spi</artifactId>

teamengine-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.opengis.cite</groupId>
66
<artifactId>teamengine</artifactId>
7-
<version>6.0-SNAPSHOT</version>
7+
<version>5.7</version>
88
</parent>
99
<groupId>org.opengis.cite.teamengine</groupId>
1010
<artifactId>teamengine-tests</artifactId>

teamengine-virtualization/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.opengis.cite</groupId>
66
<artifactId>teamengine</artifactId>
7-
<version>6.0-SNAPSHOT</version>
7+
<version>5.7</version>
88
</parent>
99
<groupId>org.opengis.cite.teamengine</groupId>
1010
<artifactId>teamengine-virtualization</artifactId>

teamengine-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.opengis.cite</groupId>
55
<artifactId>teamengine</artifactId>
6-
<version>6.0-SNAPSHOT</version>
6+
<version>5.7</version>
77
</parent>
88
<groupId>org.opengis.cite.teamengine</groupId>
99
<artifactId>teamengine-web</artifactId>

0 commit comments

Comments
 (0)