Skip to content

Commit 84b6591

Browse files
committed
prepared pom for release 2.2.0
1 parent 5bc7cd2 commit 84b6591

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

pom.xml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>audit4j-core</artifactId>
66
<packaging>jar</packaging>
77
<name>Audit4j - Core</name>
8-
<version>1.0.2</version>
8+
<version>2.2.0</version>
99
<url>http://audit4j.org</url>
1010
<description>Audit4j - An open-source audit suit for enterprise java platform, Core component</description>
1111
<organization>
@@ -27,7 +27,7 @@
2727
<connection>scm:git:[email protected]:audit4j/audit4j-core.git</connection>
2828
<developerConnection>scm:git:[email protected]:audit4j/audit4j-core.git</developerConnection>
2929
<url>scm:git:[email protected]:audit4j/audit4j-core.git</url>
30-
<tag>v1.0.0</tag>
30+
<tag>v2.2.0</tag>
3131
</scm>
3232
<developers>
3333
<developer>
@@ -50,10 +50,6 @@
5050
<version>7</version>
5151
</parent>
5252

53-
<properties>
54-
<slf4j.version>1.7.5</slf4j.version>
55-
</properties>
56-
5753
<dependencies>
5854
<dependency>
5955
<groupId>junit</groupId>
@@ -71,13 +67,11 @@
7167
<artifactId>yamlbeans</artifactId>
7268
<version>1.08</version>
7369
</dependency>
74-
7570
<dependency>
7671
<groupId>org.projectreactor</groupId>
7772
<artifactId>reactor-core</artifactId>
78-
<version>1.1.2.RELEASE</version>
73+
<version>1.1.5.RELEASE</version>
7974
</dependency>
80-
8175
</dependencies>
8276

8377

@@ -95,6 +89,9 @@
9589
<plugin>
9690
<groupId>org.apache.maven.plugins</groupId>
9791
<artifactId>maven-javadoc-plugin</artifactId>
92+
<configuration>
93+
<excludePackageNames>org.audit4j.core.extra.*</excludePackageNames>
94+
</configuration>
9895
<executions>
9996
<execution>
10097
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)