Skip to content

Commit

Permalink
[maven-release-plugin] prepare release wls-basisdaten-service/0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 17, 2024
1 parent 83c3048 commit 1065fbf
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions wls-basisdaten-service/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>de.muenchen.oss.wahllokalsystem</groupId>
<artifactId>wls-basisdaten-service</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.0</version>
<name>wls_basisdaten_service</name>

<properties>
Expand Down Expand Up @@ -302,7 +300,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-basisdaten-service/0.1.0</tag>
</scm>


Expand Down Expand Up @@ -528,8 +526,8 @@
<eclipse>
<file>itm-java-codeformat/java_codestyle_formatter.xml</file>
</eclipse>
<trimTrailingWhitespace/>
<endWithNewline/>
<trimTrailingWhitespace />
<endWithNewline />
</java>
</configuration>
<executions>
Expand Down

0 comments on commit 1065fbf

Please sign in to comment.