Skip to content

Commit a5c3a3c

Browse files
committed
[maven-release-plugin] prepare release jgrapht-0.9.0
1 parent 096f8b2 commit a5c3a3c

File tree

5 files changed

+11
-14
lines changed

5 files changed

+11
-14
lines changed

jgrapht-core/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.jgrapht</groupId>
76
<artifactId>jgrapht</artifactId>
8-
<version>0.9.0-SNAPSHOT</version>
7+
<version>0.9.0</version>
98
</parent>
109
<artifactId>jgrapht-core</artifactId>
1110
<name>JGraphT - Core</name>

jgrapht-demo/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.jgrapht</groupId>
76
<artifactId>jgrapht</artifactId>
8-
<version>0.9.0-SNAPSHOT</version>
7+
<version>0.9.0</version>
98
</parent>
109
<artifactId>jgrapht-demo</artifactId>
1110
<name>JGraphT - Demo</name>

jgrapht-dist/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
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
<parent>
54
<groupId>org.jgrapht</groupId>
65
<artifactId>jgrapht</artifactId>
7-
<version>0.9.0-SNAPSHOT</version>
6+
<version>0.9.0</version>
87
</parent>
98
<artifactId>jgrapht-dist</artifactId>
109
<name>JGraphT - Distributable Archives</name>

jgrapht-ext/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.jgrapht</groupId>
76
<artifactId>jgrapht</artifactId>
8-
<version>0.9.0-SNAPSHOT</version>
7+
<version>0.9.0</version>
98
</parent>
109
<artifactId>jgrapht-ext</artifactId>
1110
<name>JGraphT - Ext</name>

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>jgrapht</artifactId>
66
<packaging>pom</packaging>
77
<name>JGraphT - Parent</name>
8-
<version>0.9.0-SNAPSHOT</version>
8+
<version>0.9.0</version>
99
<description>A Java class library for graph-theory data structures and algorithms.</description>
1010
<url>http://www.jgrapht.org</url>
1111
<parent>
@@ -29,7 +29,8 @@
2929
<url>https://github.com/jgrapht/jgrapht.git</url>
3030
<connection>scm:git:git://github.com/jgrapht/jgrapht.git</connection>
3131
<developerConnection>scm:git:[email protected]:jgrapht/jgrapht.git</developerConnection>
32-
</scm>
32+
<tag>jgrapht-0.9.0</tag>
33+
</scm>
3334
<issueManagement>
3435
<url>http://sourceforge.net/tracker/?group_id=86459</url>
3536
</issueManagement>

0 commit comments

Comments
 (0)