Skip to content
This repository was archived by the owner on Dec 17, 2019. It is now read-only.

Commit d00920c

Browse files
committed
updated dependency-versions
1 parent 583a860 commit d00920c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spring-amqp-utils
1111
<dependency>
1212
<groupId>com.avides.spring</groupId>
1313
<artifactId>spring-amqp-utils</artifactId>
14-
<version>1.0.0.RELEASE</version>
14+
<version>1.0.1.RELEASE</version>
1515
</dependency>
1616
```
1717
#### Available methods

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>spring-amqp-utils</name>
66
<description>Provides some utility-methods to simplify the use of Spring Amqp</description>
77
<url>https://github.com/avides/spring-amqp-utils</url>
8-
<version>1.0.0.RELEASE</version>
8+
<version>1.0.1.RELEASE</version>
99

1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -15,7 +15,7 @@
1515
<build.number></build.number>
1616
<timestamp>${maven.build.timestamp}</timestamp>
1717
<maven.build.timestamp.format>dd.MM.yyyy HH:mm</maven.build.timestamp.format>
18-
<spring.amqp.version>1.7.4.RELEASE</spring.amqp.version>
18+
<spring.amqp.version>2.0.0.RELEASE</spring.amqp.version>
1919
<junit.version>4.12</junit.version>
2020
<assertj.version>3.8.0</assertj.version>
2121
<cobertura.version>2.7</cobertura.version>

0 commit comments

Comments
 (0)