Skip to content

Commit

Permalink
[maven-release-plugin] prepare release refarch-gateway-1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Sep 3, 2024
1 parent 4dc9cad commit b24aadd
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions refarch-gateway/pom.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.3</version>
<relativePath/>
<relativePath />
</parent>

<groupId>de.muenchen.refarch</groupId>
<artifactId>refarch-gateway</artifactId>
<name>refarch-gateway</name>
<description>Ready to use RefArch gateway based on Spring Cloud Gateway</description>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -222,8 +221,8 @@
<eclipse>
<file>itm-java-codeformat/java_codestyle_formatter.xml</file>
</eclipse>
<trimTrailingWhitespace/>
<endWithNewline/>
<trimTrailingWhitespace />
<endWithNewline />
</java>
</configuration>
<executions>
Expand All @@ -241,7 +240,7 @@
<url>https://github.com/it-at-m/refarch.git</url>
<connection>scm:git:https://github.com/it-at-m/refarch.git</connection>
<developerConnection>scm:git:https://github.com/it-at-m/refarch.git</developerConnection>
<tag>HEAD</tag>
<tag>refarch-gateway-1.1.0</tag>
</scm>
<licenses>
<license>
Expand Down

0 comments on commit b24aadd

Please sign in to comment.