File tree Expand file tree Collapse file tree 5 files changed +11
-14
lines changed Expand file tree Collapse file tree 5 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<parent >
6
5
<groupId >org.jgrapht</groupId >
7
6
<artifactId >jgrapht</artifactId >
8
- <version >0.9.0-SNAPSHOT </version >
7
+ <version >0.9.0</version >
9
8
</parent >
10
9
<artifactId >jgrapht-core</artifactId >
11
10
<name >JGraphT - Core</name >
Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<parent >
6
5
<groupId >org.jgrapht</groupId >
7
6
<artifactId >jgrapht</artifactId >
8
- <version >0.9.0-SNAPSHOT </version >
7
+ <version >0.9.0</version >
9
8
</parent >
10
9
<artifactId >jgrapht-demo</artifactId >
11
10
<name >JGraphT - Demo</name >
Original file line number Diff line number Diff line change 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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<parent >
5
4
<groupId >org.jgrapht</groupId >
6
5
<artifactId >jgrapht</artifactId >
7
- <version >0.9.0-SNAPSHOT </version >
6
+ <version >0.9.0</version >
8
7
</parent >
9
8
<artifactId >jgrapht-dist</artifactId >
10
9
<name >JGraphT - Distributable Archives</name >
Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<parent >
6
5
<groupId >org.jgrapht</groupId >
7
6
<artifactId >jgrapht</artifactId >
8
- <version >0.9.0-SNAPSHOT </version >
7
+ <version >0.9.0</version >
9
8
</parent >
10
9
<artifactId >jgrapht-ext</artifactId >
11
10
<name >JGraphT - Ext</name >
Original file line number Diff line number Diff line change 5
5
<artifactId >jgrapht</artifactId >
6
6
<packaging >pom</packaging >
7
7
<name >JGraphT - Parent</name >
8
- <version >0.9.0-SNAPSHOT </version >
8
+ <version >0.9.0</version >
9
9
<description >A Java class library for graph-theory data structures and algorithms.</description >
10
10
<url >http://www.jgrapht.org</url >
11
11
<parent >
29
29
<url >https://github.com/jgrapht/jgrapht.git</url >
30
30
<connection >scm:git:git://github.com/jgrapht/jgrapht.git</connection >
31
31
<
developerConnection >scm:git:
[email protected] :jgrapht/jgrapht.git</
developerConnection >
32
- </scm >
32
+ <tag >jgrapht-0.9.0</tag >
33
+ </scm >
33
34
<issueManagement >
34
35
<url >http://sourceforge.net/tracker/?group_id=86459</url >
35
36
</issueManagement >
You can’t perform that action at this time.
0 commit comments