Skip to content

Commit

Permalink
[maven-release-plugin] prepare release temp
Browse files Browse the repository at this point in the history
  • Loading branch information
liquibot committed Sep 5, 2024
1 parent 75100ac commit 20ac4f4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 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 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>
Expand All @@ -11,7 +9,7 @@
</parent>

<artifactId>liquibase-aws-license-service</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

<url>http://www.liquibase.com</url>
<licenses>
Expand Down Expand Up @@ -106,4 +104,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>temp</tag>
</scm>
</project>

0 comments on commit 20ac4f4

Please sign in to comment.