Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release generator-1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Bodemann committed Aug 25, 2017
1 parent e792c54 commit f57f32d
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
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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.contentful.generator</groupId>
<artifactId>generator</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -24,7 +22,7 @@
<connection>scm:git:git://github.com/contentful/generator.java.git</connection>
<developerConnection>scm:git:ssh://git@github.com/contentful/generator.java.git
</developerConnection>
<tag>HEAD</tag>
<tag>generator-1.2.0</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -244,7 +242,7 @@
<format>html</format>
<format>xml</format>
</formats>
<check/>
<check />
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit f57f32d

Please sign in to comment.