This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-metrics-prometheus.git
The following commit(s) were added to refs/heads/master by this push:
new 45bc79b Bump version to 0.1.0-SNAPSHOT, this is not ready for a 1.0
release
45bc79b is described below
commit 45bc79bd9119da567e757362456feb61bc774c00
Author: Robert Munteanu <[email protected]>
AuthorDate: Sun Sep 24 20:05:13 2023 +0200
Bump version to 0.1.0-SNAPSHOT, this is not ready for a 1.0 release
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e36c24b..59d61a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<relativePath />
</parent>
<artifactId>org.apache.sling.commons.metrics.prometheus</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>0.1.0-SNAPSHOT</version>
<name>Apache Sling Commons Prometheus Metrics Exporter</name>
<properties>
<io.prometheus.simpleclient.version>0.6.0</io.prometheus.simpleclient.version>