Skip to content

Commit

Permalink
[maven-release-plugin] prepare release pedantic-pom-enforcers-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ferstl committed Aug 25, 2020
1 parent 9365602 commit c233396
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
See the License for the specific language governing permissions and
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>

<groupId>com.github.ferstl</groupId>
<artifactId>pedantic-pom-enforcers</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>jar</packaging>
<name>Pedantic POM Enforcers</name>
<description>
Expand Down Expand Up @@ -57,7 +56,7 @@
<connection>scm:git:[email protected]:ferstl/pedantic-pom-enforcers.git</connection>
<developerConnection>scm:git:[email protected]:ferstl/pedantic-pom-enforcers.git</developerConnection>
<url>${project.url}</url>
<tag>HEAD</tag>
<tag>pedantic-pom-enforcers-2.0.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit c233396

Please sign in to comment.