Skip to content

Commit 7064ff4

Browse files
committed
[maven-release-plugin] prepare release graphml-1.0.0
1 parent 6f74baa commit 7064ff4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54

65
<groupId>org.jutility</groupId>
76
<artifactId>graphml</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
98
<name>GraphML library</name>
109
<description>GraphML Java class files generated from the GraphML XSD.
1110
</description>
@@ -33,7 +32,7 @@
3332
<connection>scm:git:[email protected]:aftenkap/graphml.git</connection>
3433
<developerConnection>scm:git:[email protected]:aftenkap/graphml.git
3534
</developerConnection>
36-
<tag>master</tag>
35+
<tag>graphml-1.0.0</tag>
3736
</scm>
3837

3938
<issueManagement>
@@ -96,7 +95,7 @@
9695
</goals>
9796
</pluginExecutionFilter>
9897
<action>
99-
<ignore></ignore>
98+
<ignore />
10099
</action>
101100
</pluginExecution>
102101
</pluginExecutions>

0 commit comments

Comments
 (0)