Skip to content
Permalink
Browse files

[maven-release-plugin] prepare for next development iteration

  • Loading branch information...
ruebot committed Aug 21, 2019
1 parent 95e5f03 commit 4313174882e90cacb602e1dd263ec52a8d4947c4
Showing with 6 additions and 6 deletions.
  1. +4 −4 README.md
  2. +2 −2 pom.xml
@@ -2,8 +2,8 @@
[![Build Status](https://travis-ci.org/archivesunleashed/aut.svg?branch=master)](https://travis-ci.org/archivesunleashed/aut)
[![codecov](https://codecov.io/gh/archivesunleashed/aut/branch/master/graph/badge.svg)](https://codecov.io/gh/archivesunleashed/aut)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.archivesunleashed/aut/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.archivesunleashed/aut)
[![Javadoc](https://javadoc-badge.appspot.com/io.archivesunleashed/aut.svg?label=javadoc)](http://java.docs.archivesunleashed.io/0.17.0/apidocs/index.html)
[![Scaladoc](https://javadoc-badge.appspot.com/io.archivesunleashed/aut.svg?label=scaladoc)](http://java.docs.archivesunleashed.io/0.17.0/scaladocs/index.html)
[![Javadoc](https://javadoc-badge.appspot.com/io.archivesunleashed/aut.svg?label=javadoc)](http://java.docs.archivesunleashed.io/0.18.0/apidocs/index.html)
[![Scaladoc](https://javadoc-badge.appspot.com/io.archivesunleashed/aut.svg?label=scaladoc)](http://java.docs.archivesunleashed.io/0.18.0/scaladocs/index.html)
[![LICENSE](https://img.shields.io/badge/license-Apache-blue.svg?style=flat-square)](./LICENSE)
[![Contribution Guidelines](http://img.shields.io/badge/CONTRIBUTING-Guidelines-blue.svg)](./CONTRIBUTING.md)

@@ -20,15 +20,15 @@ The toolkit grew out of a previous project called [Warcbase](https://github.com/
If you have Apache Spark ready to go, it's as easy as:

```
$ spark-shell --packages "io.archivesunleashed:aut:0.17.0"
$ spark-shell --packages "io.archivesunleashed:aut:0.18.0"
```

### A little less easy

You can download the [latest release here](https://github.com/archivesunleashed/aut/releases) and include it like so:

```
$ spark-shell --jars /path/to/aut-0.17.0-fatjar.jar"
$ spark-shell --jars /path/to/aut-0.18.0-fatjar.jar"
```

### Even less easy
@@ -5,7 +5,7 @@
<groupId>io.archivesunleashed</groupId>
<artifactId>aut</artifactId>
<packaging>jar</packaging>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
<name>Archives Unleashed Toolkit</name>
<description>An open-source toolkit for analyzing web archives.</description>
<url>https://github.com/archivesunleashed/aut</url>
@@ -57,7 +57,7 @@
<connection>scm:git:git@github.com:archivesunleashed/aut.git</connection>
<developerConnection>scm:git:git@github.com:archivesunleashed/aut.git</developerConnection>
<url>git@github.com:archivesunleashed/aut.git</url>
<tag>aut-0.18.0</tag>
<tag>HEAD</tag>
</scm>

<repositories>

0 comments on commit 4313174

Please sign in to comment.
You can’t perform that action at this time.