Skip to content

Commit be19c84

Browse files
author
GitHub Actions
committed
[maven-release-plugin] prepare release dave-frontend-2.1.1
1 parent fb8bcb0 commit be19c84

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
@@ -5,7 +5,7 @@
55

66
<groupId>de.muenchen.dave.apigateway</groupId>
77
<artifactId>dave-frontend-apigateway</artifactId>
8-
<version>2.0.2-SNAPSHOT</version>
8+
<version>2.1.1</version>
99
<packaging>jar</packaging>
1010
<name>dave_frontend_apigateway</name>
1111

@@ -150,7 +150,7 @@
150150
<!-- Frontend Lib -->
151151
<dependency>
152152
<groupId>de.muenchen.dave.frontend</groupId>
153-
<version>2.0.2-SNAPSHOT</version>
153+
<version>2.1.1</version>
154154
<artifactId>dave-frontend-frontend</artifactId>
155155
<scope>runtime</scope>
156156
</dependency>

frontend/pom.xml

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

66
<groupId>de.muenchen.dave.frontend</groupId>
77
<artifactId>dave-frontend-frontend</artifactId>
8-
<version>2.0.2-SNAPSHOT</version>
8+
<version>2.1.1</version>
99
<packaging>jar</packaging>
1010
<name>dave_frontend_frontend</name>
1111

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
<groupId>de.muenchen.dave</groupId>
77
<artifactId>dave-frontend</artifactId>
8-
<version>2.0.2-SNAPSHOT</version>
8+
<version>2.1.1</version>
99
<packaging>pom</packaging>
1010
<name>dave_frontend</name>
1111

1212

1313
<scm>
1414
<connection>scm:git:https://github.com/it-at-m/dave-frontend.git</connection>
1515
<developerConnection>scm:git:https://github.com/it-at-m/dave-frontend.git</developerConnection>
16-
<tag>dave-frontend-1.9.0</tag>
16+
<tag>dave-frontend-2.1.1</tag>
1717
</scm>
1818

1919

0 commit comments

Comments
 (0)