Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.5.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesnil committed Sep 19, 2023
1 parent 33851bb commit 7f9b6c5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
~ limitations under the License.
-->

<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>
<parent>
<groupId>org.jboss</groupId>
Expand All @@ -28,7 +26,7 @@
</parent>
<groupId>org.jboss</groupId>
<artifactId>staxmapper</artifactId>
<version>1.5.0.Beta1-SNAPSHOT</version>
<version>1.5.0.Final</version>

<name>StAX Mapper</name>

Expand All @@ -44,7 +42,7 @@
<connection>scm:git:[email protected]:jbossas/staxmapper.git</connection>
<developerConnection>scm:git:[email protected]:jbossas/staxmapper.git</developerConnection>
<url>https://github.com/jbossas/staxmapper</url>
<tag>HEAD</tag>
<tag>1.5.0.Final</tag>
</scm>

<dependencies>
Expand All @@ -67,7 +65,7 @@
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<useFile/>
<useFile />
</configuration>
<dependencies>
<dependency>
Expand Down

0 comments on commit 7f9b6c5

Please sign in to comment.