Skip to content

Commit 6171793

Browse files
committed
polishing
1 parent 9e0e3df commit 6171793

File tree

1 file changed

+45
-22
lines changed

1 file changed

+45
-22
lines changed

pom.xml

Lines changed: 45 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<!-- Copyright (c) 2014-2016 Janith Bandara, This source is a part of -->
4+
<!-- Audit4j - An open source auditing framework. -->
5+
<!-- http://audit4j.org -->
6+
<!-- -->
7+
<!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
8+
<!-- you may not use this file except in compliance with the License. -->
9+
<!-- You may obtain a copy of the License at -->
10+
<!-- -->
11+
<!-- http://www.apache.org/licenses/LICENSE-2.0 -->
12+
<!-- -->
13+
<!-- Unless required by applicable law or agreed to in writing, software -->
14+
<!-- distributed under the License is distributed on an "AS IS" BASIS, -->
15+
<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -->
16+
<!-- See the License for the specific language governing permissions and -->
17+
<!-- limitations under the License. -->
18+
119
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
220
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
321
<modelVersion>4.0.0</modelVersion>
422
<groupId>org.audit4j</groupId>
523
<artifactId>audit4j-spring</artifactId>
624
<packaging>jar</packaging>
725
<name>Audit4j - Spring Integration</name>
8-
<version>2.4.1-RC1</version>
26+
<version>2.4.1</version>
927
<url>http://audit4j.org</url>
1028
<description>Audit4j - An open-source auditing framework for Java, Spring Integration</description>
1129

@@ -14,6 +32,21 @@
1432
<url>http://audit4j.org</url>
1533
</organization>
1634

35+
<developers>
36+
<developer>
37+
<id>janithb</id>
38+
<name>Janith Bandara</name>
39+
<organization>Audit4j</organization>
40+
<organizationUrl>http://audit4j.org</organizationUrl>
41+
<email>[email protected]</email>
42+
<roles>
43+
<role>Project Administrator</role>
44+
<role>Developer</role>
45+
</roles>
46+
<timezone>+05:30</timezone>
47+
</developer>
48+
</developers>
49+
1750
<licenses>
1851
<license>
1952
<name>The Apache Software License, Version 2.0</name>
@@ -22,36 +55,26 @@
2255
</license>
2356
</licenses>
2457

25-
<issueManagement>
26-
<system>github</system>
27-
<url>https://github.com/audit4j/audit4j-core/issues</url>
28-
</issueManagement>
29-
3058
<scm>
3159
<connection>scm:git:[email protected]:audit4j/audit4j-spring.git</connection>
3260
<developerConnection>scm:git:[email protected]:audit4j/audit4j-spring.git</developerConnection>
3361
<url>scm:git:[email protected]:audit4j/audit4j-spring.git</url>
3462
<tag>2.4.0</tag>
3563
</scm>
36-
37-
<developers>
38-
<developer>
39-
<id>janith</id>
40-
<name>Janith Bandara</name>
41-
<organization>Audit4j</organization>
42-
<organizationUrl>http://audit4j.org</organizationUrl>
43-
<email>[email protected]</email>
44-
<roles>
45-
<role>Project Lead</role>
46-
<role>Developer</role>
47-
</roles>
48-
<timezone>+05:30</timezone>
49-
</developer>
50-
</developers>
64+
65+
<issueManagement>
66+
<system>github</system>
67+
<url>https://github.com/audit4j/audit4j-core/issues</url>
68+
</issueManagement>
69+
70+
<ciManagement>
71+
<system>travis-ci</system>
72+
<url>https://travis-ci.org/audit4j/audit4j-spring</url>
73+
</ciManagement>
5174

5275
<properties>
5376
<junit.version>4.11</junit.version>
54-
<audit4j.version>2.4.1-RC3</audit4j.version>
77+
<audit4j.version>2.4.1</audit4j.version>
5578
<spring.version>4.2.2.RELEASE</spring.version>
5679
<spring.security.version>4.0.3.RELEASE</spring.security.version>
5780
<aspectj.version>1.8.7</aspectj.version>

0 commit comments

Comments
 (0)