This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new 084dff76c0 [maven-release-plugin] prepare for next development
iteration
084dff76c0 is described below
commit 084dff76c00a4d107330af41494b1b674d5db992
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Aug 24 17:01:09 2023 +0200
[maven-release-plugin] prepare for next development iteration
---
healthcheck/core/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/healthcheck/core/pom.xml b/healthcheck/core/pom.xml
index ddc43ca42a..3c5a944eb3 100644
--- a/healthcheck/core/pom.xml
+++ b/healthcheck/core/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>org.apache.felix.healthcheck.core</artifactId>
- <version>2.1.0</version>
+ <version>2.1.1-SNAPSHOT</version>
<name>Apache Felix Health Check Core</name>
<inceptionYear>2013</inceptionYear>
@@ -44,14 +44,14 @@
<org.ops4j.pax.logging.DefaultServiceLog.level>INFO</org.ops4j.pax.logging.DefaultServiceLog.level>
<felix.shell>false</felix.shell>
<project.bundle.file>${project.build.directory}/${project.build.finalName}.jar</project.bundle.file>
-
<project.build.outputTimestamp>1692889164</project.build.outputTimestamp>
+
<project.build.outputTimestamp>1692889269</project.build.outputTimestamp>
</properties>
<scm>
<connection>scm:git:https://github.com/apache/felix-dev.git</connection>
<developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
- <tag>org.apache.felix.healthcheck.core-2.1.0</tag>
+ <tag>HEAD</tag>
</scm>
<build>