Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed May 4, 2021
1 parent bb85f1c commit 62e49b6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@
~ SPDX-License-Identifier: LGPL-2.1-only
-->

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

<groupId>io.narayana</groupId>
<artifactId>narayana-checkstyle-config</artifactId>
<name>Narayana: Checkstyle Configuration</name>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Final</version>

<licenses>
<license>
Expand All @@ -33,6 +31,6 @@
<connection>scm:git:https://github.com/jbosstm/narayana-checkstyle-config.git</connection>
<url>https://github.com/jbosstm/narayana-checkstyle-config</url>
<developerConnection>scm:git:[email protected]:jbosstm/narayana-checkstyle-config.git</developerConnection>
<tag>HEAD</tag>
<tag>1.0.0.Final</tag>
</scm>
</project>

0 comments on commit 62e49b6

Please sign in to comment.