Skip to content

Commit 451d77a

Browse files
committed
changed pom file and readme file
1 parent d278b08 commit 451d77a

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
audit4j-spring
22
==============
3+
Audit4j is an open-source audit suit the for enterprise java platform.
4+
5+
For more information please visit:
6+
http://mechanizedspace.com/audit4j
7+
8+
For usage, api-guide and development please visit:
9+
http://www.mechanizedspace.com/audit4j/integration-spring
10+
11+
For contribute, please visit:
12+
http://mechanizedspace.com/audit4j/development

pom.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.bi3.commons.audit</groupId>
5-
<artifactId>bi3-commons-audit</artifactId>
4+
<groupId>org.audit4j.integration.spring</groupId>
5+
<artifactId>audit4j-spring</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.0-SNAPSHOT</version>
8-
<name>Brandix_i3-Common_Components</name>
7+
<version>2.0-SNAPSHOT</version>
8+
<name>Audit4j - Spring Integration</name>
99
<url>http://maven.apache.org</url>
1010

1111
<properties>
1212
<hapi.version.stable>2.1</hapi.version.stable>
1313
<slf4j.version>1.7.5</slf4j.version>
1414
<log4j.version>1.2.17</log4j.version>
1515
<spring.version>3.0.5.RELEASE</spring.version>
16+
<aspectj.version>1.6.11</aspectj.version>
1617
</properties>
1718

1819
<dependencies>
@@ -37,12 +38,12 @@
3738
<dependency>
3839
<groupId>org.aspectj</groupId>
3940
<artifactId>aspectjrt</artifactId>
40-
<version>1.6.11</version>
41+
<version>${aspectj.version}</version>
4142
</dependency>
4243
<dependency>
4344
<groupId>org.aspectj</groupId>
4445
<artifactId>aspectjweaver</artifactId>
45-
<version>1.6.11</version>
46+
<version>${aspectj.version}</version>
4647
</dependency>
4748
</dependencies>
4849

0 commit comments

Comments
 (0)