Skip to content

Commit

Permalink
[maven-release-plugin] prepare release wls-common/1.0.1-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 28, 2024
1 parent feec417 commit 0bfd07e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions wls-common/exception/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>de.muenchen.oss.wahllokalsystem.wls-common</groupId>
<artifactId>parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1-RC1</version>
</parent>

<artifactId>exception</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1-RC1</version>
<description>Übergreifende Exception Aspekte</description>
<url>${wls.github.url}</url>

Expand Down
4 changes: 2 additions & 2 deletions wls-common/monitoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>de.muenchen.oss.wahllokalsystem.wls-common</groupId>
<artifactId>parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1-RC1</version>
</parent>

<artifactId>monitoring</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1-RC1</version>
<description>Übergreifende Monitoring Aspekte</description>
<url>${wls.github.url}</url>

Expand Down
4 changes: 2 additions & 2 deletions wls-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>de.muenchen.oss.wahllokalsystem.wls-common</groupId>
<artifactId>parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1-RC1</version>
<name>wls-common</name>
<packaging>pom</packaging>
<description>Serviceübergreifende Aspekte</description>
Expand Down Expand Up @@ -70,7 +70,7 @@
<url>https://github.com/it-at-m/Wahllokalsystem</url>
<connection>scm:git:https://github.com/it-at-m/Wahllokalsystem.git</connection>
<developerConnection>scm:git:https://github.com/it-at-m/Wahllokalsystem.git</developerConnection>
<tag>HEAD</tag>
<tag>wls-common/1.0.1-RC1</tag>
</scm>

<profiles>
Expand Down
6 changes: 3 additions & 3 deletions wls-common/security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>de.muenchen.oss.wahllokalsystem.wls-common</groupId>
<artifactId>parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1-RC1</version>
</parent>

<artifactId>security</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1-RC1</version>
<description>Uebergreifende Security Aspekte</description>
<url>${wls.github.url}</url>

Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>de.muenchen.oss.wahllokalsystem.wls-common</groupId>
<artifactId>exception</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1-RC1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 0bfd07e

Please sign in to comment.