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.
reverted changes from failed release
- Loading branch information
Joris Kinable
committed
Jun 5, 2020
1 parent
f609acf
commit 15c5b26
Showing
3 changed files
with
6 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
<img src="https://raw.githubusercontent.com/jgrapht/jgrapht/master/etc/logo/jgrapht-logo-transparent-cropped.png" width="361" height="200" align="right" /> | ||
|
||
Released: June 2, 2020</p> | ||
Released: February 21, 2020</p> | ||
|
||
Written by [Barak Naveh](mailto:[email protected]) and Contributors | ||
|
||
|
@@ -20,7 +20,7 @@ Please address all contributions, suggestions, and inquiries to the [user mailin | |
|
||
## Introduction | ||
|
||
JGraphT is a free Java class library that provides mathematical graph-theory objects and algorithms. It runs on Java 2 Platform (requires JDK 1.8 or later starting with JGraphT 1.0.0, and JDK 11 or later starting with JGraphT 1.4.1). | ||
JGraphT is a free Java class library that provides mathematical graph-theory objects and algorithms. It runs on Java 2 Platform (requires JDK 1.8 or later starting with JGraphT 1.0.0, and JDK 11 or later starting with JGraphT 1.5.0). | ||
|
||
JGraphT may be used under the terms of either the | ||
|
||
|
@@ -90,15 +90,15 @@ Starting from 0.9.0, every JGraphT release is published to the Maven Central Rep | |
```xml | ||
<groupId>org.jgrapht</groupId> | ||
<artifactId>jgrapht-core</artifactId> | ||
<version>1.4.1</version> | ||
<version>1.4.0</version> | ||
``` | ||
|
||
We have also started auto-publishing SNAPSHOT builds for every successful commit to master. To use the bleeding edge: | ||
|
||
```xml | ||
<groupId>org.jgrapht</groupId> | ||
<artifactId>jgrapht-core</artifactId> | ||
<version>1.4.2-SNAPSHOT</version> | ||
<version>1.5.0-SNAPSHOT</version> | ||
``` | ||
|
||
and make sure the snapshot repository is enabled: | ||
|
@@ -134,7 +134,7 @@ A local copy of the Javadoc HTML files is included in the distribution. The late | |
|
||
## Dependencies | ||
|
||
- JGraphT requires JDK 11 or later to build starting with version 1.4.1. | ||
- JGraphT requires JDK 8 or later to build starting with version 1.0.0. | ||
- [JHeaps](http://www.jheaps.org/) is a library with priority queues. JHeaps is licensed under the terms of the Apache License, Version 2.0. | ||
- [JUnit](http://www.junit.org) is a unit testing framework. You need JUnit only if you want to run the unit tests. JUnit is licensed under the terms of the IBM Common Public License. The JUnit tests included with JGraphT have been created using JUnit 4. | ||
- [XMLUnit](http://xmlunit.sourceforge.net) extends JUnit with XML capabilities. You need XMLUnit only if you want to run the unit tests. XMLUnit is licensed under the terms of the BSD License. | ||
|
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