Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwrobel committed Jul 7, 2022
1 parent 0797f90 commit 974b5a2
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.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<packaging>jar</packaging>

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

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

0 comments on commit 974b5a2

Please sign in to comment.