Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.6.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesnil committed Aug 25, 2021
1 parent 47d12e8 commit a8ab822
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 @@ -20,9 +20,7 @@
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->

<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>

Expand All @@ -34,7 +32,7 @@

<groupId>org.jboss</groupId>
<artifactId>jboss-dmr</artifactId>
<version>1.6.0.Beta2-SNAPSHOT</version>
<version>1.6.0.Final</version>
<name>JBoss Dynamic Model Representation</name>

<licenses>
Expand All @@ -54,7 +52,7 @@
<connection>scm:git:[email protected]:jbossas/jboss-dmr.git</connection>
<developerConnection>scm:git:[email protected]:jbossas/jboss-dmr.git</developerConnection>
<url>https://github.com/jbossas/jboss-dmr</url>
<tag>HEAD</tag>
<tag>1.6.0.Final</tag>
</scm>

<properties>
Expand Down Expand Up @@ -116,7 +114,7 @@
<failsOnError>true</failsOnError>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<excludes>**/*$logger.java,**/*$bundle.java,**/dmr/Parser.java,**/dmr/JSONParser.java</excludes>
<useFile/>
<useFile />
</configuration>
<dependencies>
<dependency>
Expand Down

0 comments on commit a8ab822

Please sign in to comment.