Skip to content

Commit 9c007e7

Browse files
committed
[maven-release-plugin] prepare release 1.6.1.Final
1 parent b9aa538 commit 9c007e7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
2121
-->
2222

23-
<project xmlns="http://maven.apache.org/POM/4.0.0"
24-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23+
<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">
2624

2725
<modelVersion>4.0.0</modelVersion>
2826

@@ -34,7 +32,7 @@
3432

3533
<groupId>org.jboss</groupId>
3634
<artifactId>jboss-dmr</artifactId>
37-
<version>1.6.0.Beta2-SNAPSHOT</version>
35+
<version>1.6.1.Final</version>
3836
<name>JBoss Dynamic Model Representation</name>
3937

4038
<licenses>
@@ -54,7 +52,7 @@
5452
<connection>scm:git:git@github.com:jbossas/jboss-dmr.git</connection>
5553
<developerConnection>scm:git:git@github.com:jbossas/jboss-dmr.git</developerConnection>
5654
<url>https://github.com/jbossas/jboss-dmr</url>
57-
<tag>HEAD</tag>
55+
<tag>1.6.1.Final</tag>
5856
</scm>
5957

6058
<properties>
@@ -116,7 +114,7 @@
116114
<failsOnError>true</failsOnError>
117115
<includeTestSourceDirectory>true</includeTestSourceDirectory>
118116
<excludes>**/*$logger.java,**/*$bundle.java,**/dmr/Parser.java,**/dmr/JSONParser.java</excludes>
119-
<useFile/>
117+
<useFile />
120118
</configuration>
121119
<dependencies>
122120
<dependency>

0 commit comments

Comments
 (0)