Skip to content

Commit 4553ec0

Browse files
committed
added new pom
1 parent 09014b3 commit 4553ec0

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

pom.xml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<artifactId>audit4j-db</artifactId>
66
<packaging>jar</packaging>
77
<name>Audit4j - Database Handler</name>
8-
<version>1.0.4</version>
8+
<version>1.0.0</version>
99
<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>
1111
<organization>
1212
<name>Audit4j</name>
1313
<url>http://audit4j.org</url>
@@ -19,23 +19,28 @@
1919
<distribution>repo</distribution>
2020
</license>
2121
</licenses>
22+
<issueManagement>
23+
<system>mantis</system>
24+
<url>http://audit4j.org/bugs</url>
25+
</issueManagement>
2226
<scm>
2327
<connection>scm:git:[email protected]:audit4j/audit4j-db.git</connection>
2428
<developerConnection>scm:git:[email protected]:audit4j/audit4j-db.git</developerConnection>
2529
<url>scm:git:[email protected]:audit4j/audit4j-db.git</url>
26-
<tag>1.0.4</tag>
30+
<tag>1.0.0</tag>
2731
</scm>
2832
<developers>
2933
<developer>
3034
<id>janith</id>
3135
<name>Janith Bandara</name>
3236
<organization>Audit4j</organization>
3337
<organizationUrl>http://audit4j.org</organizationUrl>
38+
<email>[email protected]</email>
3439
<roles>
3540
<role>owner</role>
3641
<role>developer</role>
3742
</roles>
38-
<timezone>0</timezone>
43+
<timezone>+05:30</timezone>
3944
</developer>
4045
</developers>
4146

@@ -55,12 +60,12 @@
5560
<groupId>junit</groupId>
5661
<artifactId>junit</artifactId>
5762
<version>4.11</version>
63+
<scope>test</scope>
5864
</dependency>
59-
6065
<dependency>
6166
<groupId>org.audit4j</groupId>
6267
<artifactId>audit4j-core</artifactId>
63-
<version>2.0.2</version>
68+
<version>2.2.0</version>
6469
</dependency>
6570
<dependency>
6671
<groupId>c3p0</groupId>

0 commit comments

Comments
 (0)