Skip to content

Commit

Permalink
[maven-release-plugin] prepare release words-1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicianul committed Feb 14, 2022
1 parent 68e9f47 commit a8e050f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?xml version="1.0"?>
<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 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 @@ -139,12 +136,12 @@
<quarkus.platform.version>2.6.3.Final</quarkus.platform.version>
<surefire-plugin.version>3.0.0-M5</surefire-plugin.version>
</properties>
<version>1.0.0-SNAPSHOT</version>
<version>1.1</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.1</tag>
</scm>
</project>

0 comments on commit a8e050f

Please sign in to comment.