We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2720cc9 commit cc49ad3Copy full SHA for cc49ad3
pom.xml
@@ -5,7 +5,7 @@
5
<artifactId>audit4j-spring</artifactId>
6
<packaging>jar</packaging>
7
<name>Audit4j - Spring Integration</name>
8
- <version>2.4.0-alpha4</version>
+ <version>2.4.0</version>
9
<url>http://audit4j.org</url>
10
<description>Audit4j - An open-source auditing framework for Java, Spring Integration</description>
11
<organization>
@@ -52,7 +52,7 @@
52
53
<properties>
54
<junit.version>4.11</junit.version>
55
- <audit4j.version>2.4.0-alpha3</audit4j.version>
+ <audit4j.version>2.4.0</audit4j.version>
56
<spring.version>4.2.2.RELEASE</spring.version>
57
<aspectj.version>1.8.7</aspectj.version>
58
</properties>
0 commit comments