You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by jo...@apache.org on 2022/06/20 11:32:43 UTC

[sling-whiteboard] branch master updated (b7cb30ff -> 884adf02)

This is an automated email from the ASF dual-hosted git repository.

joerghoh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


    from b7cb30ff JMX Exporter: support more types
     new 0cb1b4b9 [maven-release-plugin] prepare release jmx-exporter-0.2
     new 884adf02 fix scm section

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 jmx-exporter/pom.xml | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)


[sling-whiteboard] 02/02: fix scm section

Posted by jo...@apache.org.
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 884adf02ffd0542ad1ba48fa17a4025ec0898fb8
Author: Joerg Hoh <jh...@adobe.com>
AuthorDate: Mon Jun 20 13:32:36 2022 +0200

    fix scm section
---
 jmx-exporter/pom.xml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/jmx-exporter/pom.xml b/jmx-exporter/pom.xml
index 9e9910dc..ee47a2cf 100644
--- a/jmx-exporter/pom.xml
+++ b/jmx-exporter/pom.xml
@@ -192,7 +192,11 @@
         </profile>
     </profiles>
 
-  <scm>
-    <tag>jmx-exporter-0.2</tag>
-  </scm>
+    <scm>
+        <connection>scm:git:https://github.com/apache/sling-whiteboard.git</connection>:
+        <developerConnection>scm:git:git@github.com:apache/sling-whiteboard.git</developerConnection>
+        <url>https://github.com/apache/sling-whiteboard</url>
+	<tag>HEAD</tag>
+    </scm>
+
 </project>


[sling-whiteboard] 01/02: [maven-release-plugin] prepare release jmx-exporter-0.2

Posted by jo...@apache.org.
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 <jh...@adobe.com>
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>