Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2024.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Mar 23, 2024
1 parent 4821089 commit c599254
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -11,7 +9,7 @@
</parent>
<groupId>tech.artcoded</groupId>
<artifactId>api-gateway</artifactId>
<version>2024.0.5-SNAPSHOT</version>
<version>2024.0.5</version>
<name>api-gateway</name>
<description>Api Gateway for artcoded</description>
<properties>
Expand All @@ -22,7 +20,7 @@
<connection>
scm:git:git@github.com:openartcoded/gateway.git
</connection>
<tag>HEAD</tag>
<tag>2024.0.5</tag>
</scm>
<dependencies>
<dependency>
Expand Down

0 comments on commit c599254

Please sign in to comment.