Skip to content

Commit

Permalink
reverted changes from failed release
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris Kinable committed Jun 5, 2020
1 parent f609acf commit 15c5b26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion jgrapht-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<configuration>
<sourcepath>${project.build.sourceDirectory}:${project.build.directory}/generated-sources/antlr4</sourcepath>
</configuration>
Expand Down
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,6 @@
<version>4.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>2.3.3</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 15c5b26

Please sign in to comment.