|
| 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-db</artifactId>
|
6 | 24 | <packaging>jar</packaging>
|
7 | 25 | <name>Audit4j - Database Handler</name>
|
8 |
| - <version>2.4.1-RC2</version> |
| 26 | + <version>2.4.1</version> |
9 | 27 | <url>http://audit4j.org</url>
|
10 | 28 | <description>Audit4j - An open-source auditing framework, Database handler</description>
|
11 | 29 | <organization>
|
12 | 30 | <name>Audit4j</name>
|
13 | 31 | <url>http://audit4j.org</url>
|
14 | 32 | </organization>
|
| 33 | + |
| 34 | + <developers> |
| 35 | + <developer> |
| 36 | + <id>janith</id> |
| 37 | + <name>Janith Bandara</name> |
| 38 | + <organization>Audit4j</organization> |
| 39 | + <organizationUrl>http://audit4j.org</organizationUrl> |
| 40 | + |
| 41 | + <roles> |
| 42 | + <role>Project Administrator</role> |
| 43 | + <role>Developer</role> |
| 44 | + </roles> |
| 45 | + <timezone>+05:30</timezone> |
| 46 | + </developer> |
| 47 | + </developers> |
| 48 | + |
15 | 49 | <licenses>
|
16 | 50 | <license>
|
17 | 51 | <name>The Apache Software License, Version 2.0</name>
|
18 | 52 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
19 | 53 | <distribution>repo</distribution>
|
20 | 54 | </license>
|
21 | 55 | </licenses>
|
| 56 | + |
22 | 57 | <issueManagement>
|
23 | 58 | <system>github</system>
|
24 | 59 | <url>https://github.com/audit4j/audit4j-core/issues</url>
|
25 | 60 | </issueManagement>
|
| 61 | + |
26 | 62 | <scm>
|
27 | 63 | < connection>scm:git: [email protected]:audit4j/audit4j-db.git</ connection>
|
28 | 64 | < developerConnection>scm:git: [email protected]:audit4j/audit4j-db.git</ developerConnection>
|
29 | 65 | < url>scm:git: [email protected]:audit4j/audit4j-db.git</ url>
|
30 | 66 | <tag>2.4.0</tag>
|
31 | 67 | </scm>
|
32 |
| - <developers> |
33 |
| - <developer> |
34 |
| - <id>janith</id> |
35 |
| - <name>Janith Bandara</name> |
36 |
| - <organization>Audit4j</organization> |
37 |
| - <organizationUrl>http://audit4j.org</organizationUrl> |
38 |
| - |
39 |
| - <roles> |
40 |
| - <role>owner</role> |
41 |
| - <role>developer</role> |
42 |
| - </roles> |
43 |
| - <timezone>+05:30</timezone> |
44 |
| - </developer> |
45 |
| - </developers> |
46 |
| - |
| 68 | + |
| 69 | + <ciManagement> |
| 70 | + <system>travis-ci</system> |
| 71 | + <url>https://travis-ci.org/audit4j/audit4j-db</url> |
| 72 | + </ciManagement> |
| 73 | + |
| 74 | + <distributionManagement> |
| 75 | + <repository> |
| 76 | + <id>oss.sonatype.org</id> |
| 77 | + <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 78 | + </repository> |
| 79 | + <snapshotRepository> |
| 80 | + <id>oss.sonatype.org</id> |
| 81 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 82 | + </snapshotRepository> |
| 83 | + </distributionManagement> |
| 84 | + |
47 | 85 | <properties>
|
48 |
| - <audit4j.version>2.4.1-RC1</audit4j.version> |
| 86 | + <audit4j.version>2.4.1</audit4j.version> |
| 87 | + <junit.version>4.12</junit.version> |
| 88 | + <log4j.version>2.5</log4j.version> |
| 89 | + <slf4j-log4j12.version>1.7.16</slf4j-log4j12.version> |
| 90 | + <hikaricp.version>2.4.3</hikaricp.version> |
| 91 | + <hsqldb.version>2.3.3</hsqldb.version> |
| 92 | + <guava.version>19.0</guava.version> |
49 | 93 | </properties>
|
50 | 94 |
|
51 | 95 | <dependencies>
|
| 96 | + <!-- Test dependencies --> |
52 | 97 | <dependency>
|
53 | 98 | <groupId>junit</groupId>
|
54 | 99 | <artifactId>junit</artifactId>
|
55 |
| - <version>4.12</version> |
| 100 | + <version>${junit.version}</version> |
56 | 101 | <scope>test</scope>
|
57 | 102 | </dependency>
|
58 | 103 | <dependency>
|
59 | 104 | <groupId>org.apache.logging.log4j</groupId>
|
60 | 105 | <artifactId>log4j-api</artifactId>
|
61 |
| - <version>2.5</version> |
| 106 | + <version>${log4j.version}</version> |
62 | 107 | <scope>test</scope>
|
63 | 108 | </dependency>
|
64 | 109 | <dependency>
|
65 | 110 | <groupId>org.apache.logging.log4j</groupId>
|
66 | 111 | <artifactId>log4j-core</artifactId>
|
67 |
| - <version>2.5</version> |
| 112 | + <version>${log4j.version}</version> |
68 | 113 | <scope>test</scope>
|
69 | 114 | </dependency>
|
70 | 115 | <dependency>
|
71 | 116 | <groupId>org.slf4j</groupId>
|
72 | 117 | <artifactId>slf4j-log4j12</artifactId>
|
73 |
| - <version>1.7.16</version> |
| 118 | + <version>${slf4j-log4j12.version}</version> |
74 | 119 | <scope>test</scope>
|
75 | 120 | </dependency>
|
76 | 121 |
|
| 122 | + <!-- Project dependencies --> |
77 | 123 | <dependency>
|
78 | 124 | <groupId>org.audit4j</groupId>
|
79 | 125 | <artifactId>audit4j-core</artifactId>
|
|
83 | 129 | <dependency>
|
84 | 130 | <groupId>com.zaxxer</groupId>
|
85 | 131 | <artifactId>HikariCP</artifactId>
|
86 |
| - <version>2.4.3</version> |
| 132 | + <version>${hikaricp.version}</version> |
87 | 133 | </dependency>
|
88 | 134 | <dependency>
|
89 | 135 | <groupId>org.hsqldb</groupId>
|
90 | 136 | <artifactId>hsqldb</artifactId>
|
91 |
| - <version>2.3.3</version> |
| 137 | + <version>${hsqldb.version}</version> |
92 | 138 | </dependency>
|
93 | 139 | <dependency>
|
94 | 140 | <groupId>com.google.guava</groupId>
|
95 | 141 | <artifactId>guava</artifactId>
|
96 |
| - <version>19.0</version> |
| 142 | + <version>${guava.version}</version> |
97 | 143 | </dependency>
|
98 | 144 | </dependencies>
|
99 |
| - |
100 |
| - <distributionManagement> |
101 |
| - <repository> |
102 |
| - <id>oss.sonatype.org</id> |
103 |
| - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
104 |
| - </repository> |
105 |
| - <snapshotRepository> |
106 |
| - <id>oss.sonatype.org</id> |
107 |
| - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
108 |
| - </snapshotRepository> |
109 |
| - </distributionManagement> |
110 |
| - |
| 145 | + |
111 | 146 | <build>
|
112 | 147 | <plugins>
|
113 | 148 | <plugin>
|
|
157 | 192 | <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
158 | 193 | <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
159 | 194 | </manifest>
|
| 195 | + <manifestEntries> |
| 196 | + <url>${project.url}</url> |
| 197 | + <copyright>2014-2016 Janith Bandara</copyright> |
| 198 | + </manifestEntries> |
160 | 199 | </archive>
|
161 | 200 | </configuration>
|
162 | 201 | </plugin>
|
|
0 commit comments