This is an automated email from the ASF dual-hosted git repository. joerghoh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
commit 0cb1b4b9361a9c9bd7d929b46cc2c03e55831f3e Author: Joerg Hoh <[email protected]> AuthorDate: Mon Jun 20 13:24:00 2022 +0200 [maven-release-plugin] prepare release jmx-exporter-0.2 --- jmx-exporter/pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/jmx-exporter/pom.xml b/jmx-exporter/pom.xml index 4a5d905b..9e9910dc 100644 --- a/jmx-exporter/pom.xml +++ b/jmx-exporter/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>jmx-exporter</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.2</version> <name>jmx-exporter</name> <groupId>org.apache.sling.whiteboard</groupId> <description>org.apache.sling.whiteboard - jmx-exporter</description> @@ -32,7 +32,7 @@ </parent> <properties> - <project.build.outputTimestamp>0</project.build.outputTimestamp> + <project.build.outputTimestamp>1655724217</project.build.outputTimestamp> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> @@ -191,4 +191,8 @@ </build> </profile> </profiles> + + <scm> + <tag>jmx-exporter-0.2</tag> + </scm> </project>
