Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit c0c2794

Browse files
committed
[maven-release-plugin] prepare release inspektr-2.0.0
1 parent ed601cf commit c0c2794

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

inspektr-audit/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apereo.inspektr</groupId>
2424
<artifactId>inspektr</artifactId>
25-
<version>2.0.0-SNAPSHOT</version>
25+
<version>2.0.0</version>
2626
</parent>
2727
<description>Inspektr Auditing</description>
2828
<modelVersion>4.0.0</modelVersion>

inspektr-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apereo.inspektr</groupId>
2424
<artifactId>inspektr</artifactId>
25-
<version>2.0.0-SNAPSHOT</version>
25+
<version>2.0.0</version>
2626
</parent>
2727
<description>Inspektr Common</description>
2828
<modelVersion>4.0.0</modelVersion>

inspektr-support-spring/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apereo.inspektr</groupId>
2424
<artifactId>inspektr</artifactId>
25-
<version>2.0.0-SNAPSHOT</version>
25+
<version>2.0.0</version>
2626
</parent>
2727
<description>Inspektr Spring Support</description>
2828
<modelVersion>4.0.0</modelVersion>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<artifactId>inspektr</artifactId>
3030
<packaging>pom</packaging>
3131
<name>Inspektr Auditing Library</name>
32-
<version>2.0.0-SNAPSHOT</version>
32+
<version>2.0.0</version>
3333
<url>http://github.com/apereo/inspektr</url>
3434
<inceptionYear>2007</inceptionYear>
3535
<description>Inspektr is a non-intrusive auditing library for Java based applications.</description>

0 commit comments

Comments
 (0)