Skip to content

Commit a535397

Browse files
committed
[maven-release-plugin] prepare release deegree-ogcapi-2.0.3
1 parent 82094cf commit a535397

File tree

11 files changed

+24
-12
lines changed

11 files changed

+24
-12
lines changed

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.3-SNAPSHOT</version>
10+
<version>2.0.3</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.3-SNAPSHOT</version>
10+
<version>2.0.3</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.3-SNAPSHOT</version>
10+
<version>2.0.3</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.3-SNAPSHOT</version>
12+
<version>2.0.3</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.3-SNAPSHOT</version>
10+
<version>2.0.3</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.3-SNAPSHOT</version>
12+
<version>2.0.3</version>
1313
</parent>
1414

1515
<build>

deegree-ogcapi-webapp/deegree-ogcapi-webapp-mssql/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.3-SNAPSHOT</version>
11+
<version>2.0.3</version>
1212
</parent>
1313

1414
<build>
@@ -49,4 +49,8 @@
4949
</exclusions>
5050
</dependency>
5151
</dependencies>
52+
53+
<scm>
54+
<tag>deegree-ogcapi-2.0.3</tag>
55+
</scm>
5256
</project>

deegree-ogcapi-webapp/deegree-ogcapi-webapp-oracle/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.3-SNAPSHOT</version>
11+
<version>2.0.3</version>
1212
</parent>
1313

1414
<build>
@@ -60,4 +60,8 @@
6060
</exclusions>
6161
</dependency>
6262
</dependencies>
63+
64+
<scm>
65+
<tag>deegree-ogcapi-2.0.3</tag>
66+
</scm>
6367
</project>

deegree-ogcapi-webapp/deegree-ogcapi-webapp-postgres/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.3-SNAPSHOT</version>
11+
<version>2.0.3</version>
1212
</parent>
1313

1414
<build>
@@ -49,4 +49,8 @@
4949
</exclusions>
5050
</dependency>
5151
</dependencies>
52+
53+
<scm>
54+
<tag>deegree-ogcapi-2.0.3</tag>
55+
</scm>
5256
</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.3-SNAPSHOT</version>
11+
<version>2.0.3</version>
1212
</parent>
1313

1414
<build>

0 commit comments

Comments
 (0)