Skip to content

Commit

Permalink
[maven-release-plugin] prepare release salsa-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cosad3s committed Jul 25, 2024
1 parent 6986e61 commit 38a33ee
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,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>com.cosades</groupId>
<artifactId>salsa</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down Expand Up @@ -173,7 +171,7 @@
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>[email protected]:cosad3s/salsa.git</url>
<tag>HEAD</tag>
<tag>salsa-1.0.1</tag>
</scm>

</project>

0 comments on commit 38a33ee

Please sign in to comment.