Skip to content

Commit 2720cc9

Browse files
committed
fixed aspectj dependency version
1 parent cba77d7 commit 2720cc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>audit4j-spring</artifactId>
66
<packaging>jar</packaging>
77
<name>Audit4j - Spring Integration</name>
8-
<version>2.4.0-alpha3</version>
8+
<version>2.4.0-alpha4</version>
99
<url>http://audit4j.org</url>
1010
<description>Audit4j - An open-source auditing framework for Java, Spring Integration</description>
1111
<organization>
@@ -27,7 +27,7 @@
2727
<connection>scm:git:[email protected]:audit4j/audit4j-spring.git</connection>
2828
<developerConnection>scm:git:[email protected]:audit4j/audit4j-spring.git</developerConnection>
2929
<url>scm:git:[email protected]:audit4j/audit4j-spring.git</url>
30-
<tag>2.2.0</tag>
30+
<tag>2.4.0</tag>
3131
</scm>
3232
<developers>
3333
<developer>
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>org.aspectj</groupId>
8787
<artifactId>aspectjrt</artifactId>
88-
<version>${aspectj.version>}</version>
88+
<version>${aspectj.version}</version>
8989
<scope>provided</scope>
9090
</dependency>
9191
</dependencies>

0 commit comments

Comments
 (0)