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-0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomxor committed Jun 2, 2015
1 parent 90de56c commit e677ad5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 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>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -23,6 +21,7 @@
<url>http://github.com/contentful/generator.java</url>
<connection>scm:git:git://github.com/contentful/generator.java.git</connection>
<developerConnection>scm:git:ssh://git@github.com/contentful/generator.java.git</developerConnection>
<tag>generator-0.9.1</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -194,7 +193,7 @@
<exclude>com/contentful/generator/Generator$DefaultPrinter.class</exclude>
</excludes>
</instrumentation>
<check/>
<check />
</configuration>
</plugin>

Expand Down

0 comments on commit e677ad5

Please sign in to comment.