|
| 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 | + |
1 | 19 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2 | 20 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
3 | 21 | <modelVersion>4.0.0</modelVersion>
|
4 | 22 | <groupId>org.audit4j</groupId>
|
5 | 23 | <artifactId>audit4j-spring</artifactId>
|
6 | 24 | <packaging>jar</packaging>
|
7 | 25 | <name>Audit4j - Spring Integration</name>
|
8 |
| - <version>2.4.1-RC1</version> |
| 26 | + <version>2.4.1</version> |
9 | 27 | <url>http://audit4j.org</url>
|
10 | 28 | <description>Audit4j - An open-source auditing framework for Java, Spring Integration</description>
|
11 | 29 |
|
|
14 | 32 | <url>http://audit4j.org</url>
|
15 | 33 | </organization>
|
16 | 34 |
|
| 35 | + <developers> |
| 36 | + <developer> |
| 37 | + <id>janithb</id> |
| 38 | + <name>Janith Bandara</name> |
| 39 | + <organization>Audit4j</organization> |
| 40 | + <organizationUrl>http://audit4j.org</organizationUrl> |
| 41 | + |
| 42 | + <roles> |
| 43 | + <role>Project Administrator</role> |
| 44 | + <role>Developer</role> |
| 45 | + </roles> |
| 46 | + <timezone>+05:30</timezone> |
| 47 | + </developer> |
| 48 | + </developers> |
| 49 | + |
17 | 50 | <licenses>
|
18 | 51 | <license>
|
19 | 52 | <name>The Apache Software License, Version 2.0</name>
|
|
22 | 55 | </license>
|
23 | 56 | </licenses>
|
24 | 57 |
|
25 |
| - <issueManagement> |
26 |
| - <system>github</system> |
27 |
| - <url>https://github.com/audit4j/audit4j-core/issues</url> |
28 |
| - </issueManagement> |
29 |
| - |
30 | 58 | <scm>
|
31 | 59 | < connection>scm:git: [email protected]:audit4j/audit4j-spring.git</ connection>
|
32 | 60 | < developerConnection>scm:git: [email protected]:audit4j/audit4j-spring.git</ developerConnection>
|
33 | 61 | < url>scm:git: [email protected]:audit4j/audit4j-spring.git</ url>
|
34 | 62 | <tag>2.4.0</tag>
|
35 | 63 | </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 |
| - |
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> |
51 | 74 |
|
52 | 75 | <properties>
|
53 | 76 | <junit.version>4.11</junit.version>
|
54 |
| - <audit4j.version>2.4.1-RC3</audit4j.version> |
| 77 | + <audit4j.version>2.4.1</audit4j.version> |
55 | 78 | <spring.version>4.2.2.RELEASE</spring.version>
|
56 | 79 | <spring.security.version>4.0.3.RELEASE</spring.security.version>
|
57 | 80 | <aspectj.version>1.8.7</aspectj.version>
|
|
0 commit comments