Skip to content

Commit bf7521d

Browse files
committed
[maven-release-plugin] prepare release deegree-ogcapi-2.0.4
1 parent 06cc4f1 commit bf7521d

10 files changed

Lines changed: 19 additions & 11 deletions

File tree

deegree-ogcapi-config-htmlview/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.deegree</groupId>
99
<artifactId>deegree-ogcapi</artifactId>
10-
<version>2.0.4-SNAPSHOT</version>
10+
<version>2.0.4</version>
1111
</parent>
1212

1313
<build>

deegree-ogcapi-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.deegree</groupId>
99
<artifactId>deegree-ogcapi</artifactId>
10-
<version>2.0.4-SNAPSHOT</version>
10+
<version>2.0.4</version>
1111
</parent>
1212

1313
<dependencies>

deegree-ogcapi-datasets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.deegree</groupId>
99
<artifactId>deegree-ogcapi</artifactId>
10-
<version>2.0.4-SNAPSHOT</version>
10+
<version>2.0.4</version>
1111
</parent>
1212

1313
<build>

deegree-ogcapi-documentation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.deegree</groupId>
1111
<artifactId>deegree-ogcapi</artifactId>
12-
<version>2.0.4-SNAPSHOT</version>
12+
<version>2.0.4</version>
1313
</parent>
1414

1515
<properties>

deegree-ogcapi-features/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.deegree</groupId>
99
<artifactId>deegree-ogcapi</artifactId>
10-
<version>2.0.4-SNAPSHOT</version>
10+
<version>2.0.4</version>
1111
</parent>
1212

1313
<build>

deegree-ogcapi-schema/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.deegree</groupId>
1111
<artifactId>deegree-ogcapi</artifactId>
12-
<version>2.0.4-SNAPSHOT</version>
12+
<version>2.0.4</version>
1313
</parent>
1414

1515
<build>

deegree-ogcapi-webapp/deegree-ogcapi-webapp-all/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.deegree</groupId>
1010
<artifactId>deegree-ogcapi-webapp</artifactId>
11-
<version>2.0.4-SNAPSHOT</version>
11+
<version>2.0.4</version>
1212
</parent>
1313

1414
<build>
@@ -59,4 +59,8 @@
5959
</exclusions>
6060
</dependency>
6161
</dependencies>
62+
63+
<scm>
64+
<tag>deegree-ogcapi-2.0.4</tag>
65+
</scm>
6266
</project>

deegree-ogcapi-webapp/deegree-ogcapi-webapp-nodriver/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.deegree</groupId>
1010
<artifactId>deegree-ogcapi-webapp</artifactId>
11-
<version>2.0.4-SNAPSHOT</version>
11+
<version>2.0.4</version>
1212
</parent>
1313

1414
<build>
@@ -88,4 +88,8 @@
8888
</exclusions>
8989
</dependency>
9090
</dependencies>
91+
92+
<scm>
93+
<tag>deegree-ogcapi-2.0.4</tag>
94+
</scm>
9195
</project>

deegree-ogcapi-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.deegree</groupId>
1010
<artifactId>deegree-ogcapi</artifactId>
11-
<version>2.0.4-SNAPSHOT</version>
11+
<version>2.0.4</version>
1212
</parent>
1313

1414
<build>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.deegree</groupId>
55
<artifactId>deegree-ogcapi</artifactId>
6-
<version>2.0.4-SNAPSHOT</version>
6+
<version>2.0.4</version>
77
<packaging>pom</packaging>
88
<name>deegree OGC API</name>
99
<description>deegree OGC API implementation</description>
@@ -25,7 +25,7 @@
2525
<connection>scm:git:git@github.com:deegree/deegree-ogcapi.git</connection>
2626
<developerConnection>scm:git:git@github.com:deegree/deegree-ogcapi.git</developerConnection>
2727
<url>https://github.com/deegree/deegree-ogcapi</url>
28-
<tag>HEAD</tag>
28+
<tag>deegree-ogcapi-2.0.4</tag>
2929
</scm>
3030

3131
<repositories>

0 commit comments

Comments
 (0)