Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Jul 27, 2017
1 parent b905a59 commit fe7d9d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The subproject `as2-servlet` is licensed under the Apache 2 license.

# News and noteworthy

* v3.1.0 - work in progress
* v3.1.0 - 2017-07-27
* AS2 client can now handle custom HTTP headers
* Reworked dumping API to create new dumpers per request
* Dumping API was moved into a separate package.
Expand Down Expand Up @@ -92,7 +92,7 @@ Add the following to your `pom.xml` to use this artifact:
<dependency>
<groupId>com.helger</groupId>
<artifactId>as2-lib</artifactId>
<version>3.0.4</version>
<version>3.1.0</version>
</dependency>
```

Expand All @@ -101,7 +101,7 @@ For the MongoDB partnership factory, add the following to your `pom.xml`:
<dependency>
<groupId>com.helger</groupId>
<artifactId>as2-partnership-mongodb</artifactId>
<version>3.0.4</version>
<version>3.1.0</version>
</dependency>
```

Expand All @@ -110,7 +110,7 @@ For the receive servlet, add the following to your `pom.xml`:
<dependency>
<groupId>com.helger</groupId>
<artifactId>as2-servlet</artifactId>
<version>3.0.4</version>
<version>3.1.0</version>
</dependency>
```

Expand Down

0 comments on commit fe7d9d4

Please sign in to comment.