Skip to content

Commit db72322

Browse files
author
GitHub Actions
committed
[maven-release-plugin] prepare for next development iteration
1 parent 006ac18 commit db72322

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

apigateway/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>de.muenchen.dave.apigateway</groupId>
66
<artifactId>dave-selfserviceportal-apigateway</artifactId>
7-
<version>3.0.0</version>
7+
<version>3.0.1-SNAPSHOT</version>
88
<packaging>jar</packaging>
99
<name>dave_selfserviceportal_apigateway</name>
1010

@@ -148,7 +148,7 @@
148148
<!-- Frontend Lib -->
149149
<dependency>
150150
<groupId>de.muenchen.dave.frontend</groupId>
151-
<version>3.0.0</version>
151+
<version>3.0.1-SNAPSHOT</version>
152152
<artifactId>dave-selfserviceportal-frontend</artifactId>
153153
<scope>runtime</scope>
154154
</dependency>

frontend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>de.muenchen.dave.frontend</groupId>
66
<artifactId>dave-selfserviceportal-frontend</artifactId>
7-
<version>3.0.0</version>
7+
<version>3.0.1-SNAPSHOT</version>
88
<packaging>jar</packaging>
99
<name>dave_selfserviceportal_frontend</name>
1010

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
<groupId>de.muenchen.dave</groupId>
66
<artifactId>dave-selfservice-portal</artifactId>
7-
<version>3.0.0</version>
7+
<version>3.0.1-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<name>dave_selfserviceportal_frontend</name>
1010

1111
<scm>
1212
<connection>scm:git:https://github.com/it-at-m/dave-selfservice-portal.git</connection>
1313
<developerConnection>scm:git:https://github.com/it-at-m/dave-selfservice-portal.git</developerConnection>
14-
<tag>dave-selfservice-portal-3.0.0</tag>
14+
<tag>dave-frontend-1.9.0</tag>
1515
</scm>
1616

1717
<build>

0 commit comments

Comments
 (0)