Skip to content

Commit

Permalink
[maven-release-plugin] prepare release words-1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicianul committed Feb 19, 2022
1 parent b8f6d86 commit 139e802
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0"?>
<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">
<artifactId>words</artifactId>
<build>
<plugins>
Expand Down Expand Up @@ -146,12 +145,12 @@
<xsoup.version>0.3.2</xsoup.version>
<gson.version>2.9.0</gson.version>
</properties>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>

<scm>
<url>https://[email protected]/ludovicianul/words</url>
<connection>scm:git:https://github.com/ludovicianul/words.git</connection>
<developerConnection>scm:git:https://github.com/ludovicianul/words.git</developerConnection>
<tag>HEAD</tag>
<tag>words-1.2</tag>
</scm>
</project>

0 comments on commit 139e802

Please sign in to comment.