Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwrobel committed Apr 4, 2021
1 parent 200815c commit 42464be
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -9,7 +8,7 @@
</parent>

<artifactId>jbanking</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down Expand Up @@ -107,4 +106,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>v3.1.0</tag>
</scm>
</project>

0 comments on commit 42464be

Please sign in to comment.