forked from jgrapht/jgrapht
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release jgrapht-1.1.0
- Loading branch information
Joris Kinable
committed
Nov 13, 2017
1 parent
88c5022
commit 8ad6418
Showing
6 changed files
with
12 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<artifactId>jgrapht</artifactId> | ||
<packaging>pom</packaging> | ||
<name>JGraphT - Parent</name> | ||
<version>1.0.2-SNAPSHOT</version> | ||
<version>1.1.0</version> | ||
<description>A Java class library for graph-theory data structures and algorithms.</description> | ||
<url>http://www.jgrapht.org</url> | ||
<parent> | ||
|
@@ -29,7 +29,7 @@ | |
<url>https://github.com/jgrapht/jgrapht.git</url> | ||
<connection>scm:git:git://github.com/jgrapht/jgrapht.git</connection> | ||
<developerConnection>scm:git:[email protected]:jgrapht/jgrapht.git</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>jgrapht-1.1.0</tag> | ||
</scm> | ||
<issueManagement> | ||
<url>https://github.com/jgrapht/jgrapht/issues</url> | ||
|
@@ -122,7 +122,7 @@ | |
<exclude>org.jgrapht.experimental</exclude> | ||
<show>protected</show> | ||
<windowtitle>JGraphT : a free Java graph library</windowtitle> | ||
<header><script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML,http://jgrapht.org/mathjax/mathjaxConfig.js"></script></header> | ||
<header><script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML,http://jgrapht.org/mathjax/mathjaxConfig.js"></script></header> | ||
<additionalparam>--allow-script-in-comments</additionalparam> | ||
</configuration> | ||
</plugin> | ||
|