Skip to content

Commit 3a8b514

Browse files
committed
Version bump
1 parent 10cd5d4 commit 3a8b514

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# as2-lib
22

3-
[![javadoc](https://javadoc.io/badge2/com.helger.as2/as2-lib/javadoc.svg)](https://javadoc.io/doc/com.helger.as2/as2-lib)
43
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.helger.as2/as2-lib-parent-pom/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.helger.as2/as2-lib-parent-pom)
4+
[![javadoc](https://javadoc.io/badge2/com.helger.as2/as2-lib/javadoc.svg)](https://javadoc.io/doc/com.helger.as2/as2-lib)
5+
[![CodeCov](https://codecov.io/gh/phax/ph-as2/branch/master/graph/badge.svg)](https://codecov.io/gh/phax/ph-as2)
56

67
AS2 is a transport protocol specified in [RFC 4130](http://www.ietf.org/rfc/rfc4130.txt).
78
AS2 version 1.1 adding compression is specified in [RFC 5402](http://www.ietf.org/rfc/rfc5402.txt).

as2-lib/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@
9191
<artifactId>httpclient5</artifactId>
9292
</dependency>
9393

94+
<dependency>
95+
<groupId>com.github.spotbugs</groupId>
96+
<artifactId>spotbugs-annotations</artifactId>
97+
<scope>compile</scope>
98+
<optional>true</optional>
99+
</dependency>
100+
94101
<dependency>
95102
<groupId>org.slf4j</groupId>
96103
<artifactId>slf4j-simple</artifactId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,28 +77,28 @@
7777
<dependency>
7878
<groupId>com.helger.commons</groupId>
7979
<artifactId>ph-commons-parent-pom</artifactId>
80-
<version>11.0.6</version>
80+
<version>11.1.0</version>
8181
<type>pom</type>
8282
<scope>import</scope>
8383
</dependency>
8484
<dependency>
8585
<groupId>com.helger</groupId>
8686
<artifactId>ph-css-parent-pom</artifactId>
87-
<version>7.0.0</version>
87+
<version>7.0.1</version>
8888
<type>pom</type>
8989
<scope>import</scope>
9090
</dependency>
9191
<dependency>
9292
<groupId>com.helger.web</groupId>
9393
<artifactId>ph-web-parent-pom</artifactId>
94-
<version>10.1.3</version>
94+
<version>10.1.4</version>
9595
<type>pom</type>
9696
<scope>import</scope>
9797
</dependency>
9898
<dependency>
9999
<groupId>com.helger.photon</groupId>
100100
<artifactId>ph-oton-parent-pom</artifactId>
101-
<version>9.1.2</version>
101+
<version>9.1.3</version>
102102
<type>pom</type>
103103
<scope>import</scope>
104104
</dependency>

0 commit comments

Comments
 (0)