Skip to content

Commit

Permalink
[maven-release-plugin] prepare release graphml-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aftenkap committed Mar 10, 2015
1 parent 6f74baa commit 7064ff4
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,11 +1,10 @@
<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>org.jutility</groupId>
<artifactId>graphml</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>GraphML library</name>
<description>GraphML Java class files generated from the GraphML XSD.
</description>
Expand Down Expand Up @@ -33,7 +32,7 @@
<connection>scm:git:[email protected]:aftenkap/graphml.git</connection>
<developerConnection>scm:git:[email protected]:aftenkap/graphml.git
</developerConnection>
<tag>master</tag>
<tag>graphml-1.0.0</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -96,7 +95,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit 7064ff4

Please sign in to comment.