|
5 | 5 | <artifactId>audit4j-db</artifactId>
|
6 | 6 | <packaging>jar</packaging>
|
7 | 7 | <name>Audit4j - Database Handler</name>
|
8 |
| - <version>1.0.4</version> |
| 8 | + <version>1.0.0</version> |
9 | 9 | <url>http://audit4j.org</url>
|
10 |
| - <description>Audit4j - An open-source audit suit for enterprise java platform, Database Handler</description> |
| 10 | + <description>Audit4j - An open-source auditing framework for Java, Spring Integration</description> |
11 | 11 | <organization>
|
12 | 12 | <name>Audit4j</name>
|
13 | 13 | <url>http://audit4j.org</url>
|
|
19 | 19 | <distribution>repo</distribution>
|
20 | 20 | </license>
|
21 | 21 | </licenses>
|
| 22 | + <issueManagement> |
| 23 | + <system>mantis</system> |
| 24 | + <url>http://audit4j.org/bugs</url> |
| 25 | + </issueManagement> |
22 | 26 | <scm>
|
23 | 27 | < connection>scm:git: [email protected]:audit4j/audit4j-db.git</ connection>
|
24 | 28 | < developerConnection>scm:git: [email protected]:audit4j/audit4j-db.git</ developerConnection>
|
25 | 29 | < url>scm:git: [email protected]:audit4j/audit4j-db.git</ url>
|
26 |
| - <tag>1.0.4</tag> |
| 30 | + <tag>1.0.0</tag> |
27 | 31 | </scm>
|
28 | 32 | <developers>
|
29 | 33 | <developer>
|
30 | 34 | <id>janith</id>
|
31 | 35 | <name>Janith Bandara</name>
|
32 | 36 | <organization>Audit4j</organization>
|
33 | 37 | <organizationUrl>http://audit4j.org</organizationUrl>
|
| 38 | + |
34 | 39 | <roles>
|
35 | 40 | <role>owner</role>
|
36 | 41 | <role>developer</role>
|
37 | 42 | </roles>
|
38 |
| - <timezone>0</timezone> |
| 43 | + <timezone>+05:30</timezone> |
39 | 44 | </developer>
|
40 | 45 | </developers>
|
41 | 46 |
|
|
55 | 60 | <groupId>junit</groupId>
|
56 | 61 | <artifactId>junit</artifactId>
|
57 | 62 | <version>4.11</version>
|
| 63 | + <scope>test</scope> |
58 | 64 | </dependency>
|
59 |
| - |
60 | 65 | <dependency>
|
61 | 66 | <groupId>org.audit4j</groupId>
|
62 | 67 | <artifactId>audit4j-core</artifactId>
|
63 |
| - <version>2.0.2</version> |
| 68 | + <version>2.2.0</version> |
64 | 69 | </dependency>
|
65 | 70 | <dependency>
|
66 | 71 | <groupId>c3p0</groupId>
|
|
0 commit comments