You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2022/02/14 12:44:40 UTC

[felix-dev] branch master updated: Switch git to https

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 85dfdaa3 Switch git to https
85dfdaa3 is described below

commit 85dfdaa3865f696cd7fe190cd78b3af3cd18e270
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Feb 14 13:44:29 2022 +0100

    Switch git to https
---
 healthcheck/core/pom.xml                           |  5 ++--
 .../core/{pom.xml => pom.xml.releaseBackup}        |  0
 healthcheck/core/release.properties                | 27 ++++++++++++++++++++++
 3 files changed, 29 insertions(+), 3 deletions(-)

diff --git a/healthcheck/core/pom.xml b/healthcheck/core/pom.xml
index 6185649..e291e0e 100644
--- a/healthcheck/core/pom.xml
+++ b/healthcheck/core/pom.xml
@@ -48,10 +48,9 @@
     </properties>
 
     <scm>
-        <connection>scm:git:ssh://git@github.com/apache/felix-dev.git</connection>
-        <developerConnection>scm:git:ssh://git@github.com/apache/felix-dev.git</developerConnection>
+        <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.0.12</tag>
     </scm>
 
     <build>
diff --git a/healthcheck/core/pom.xml b/healthcheck/core/pom.xml.releaseBackup
similarity index 100%
copy from healthcheck/core/pom.xml
copy to healthcheck/core/pom.xml.releaseBackup
diff --git a/healthcheck/core/release.properties b/healthcheck/core/release.properties
new file mode 100644
index 0000000..76be24b
--- /dev/null
+++ b/healthcheck/core/release.properties
@@ -0,0 +1,27 @@
+#release configuration
+#Mon Feb 14 13:07:34 CET 2022
+projectVersionPolicyId=default
+scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
+exec.activateProfiles=general,artifactory-corp,release,apache-release
+project.rel.org.apache.felix\:org.apache.felix.healthcheck.core=2.0.14
+pushChanges=true
+scm.password=$gO4$Mq9.L3
+project.dev.org.apache.felix\:org.apache.felix.healthcheck.core=2.0.15-SNAPSHOT
+scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
+remoteTagging=true
+scm.commentPrefix=[maven-release-plugin] 
+releaseStrategyId=default
+project.scm.org.apache.felix\:org.apache.felix.healthcheck.core.tag=org.apache.felix.healthcheck.core-2.0.12
+completedPhase=run-preparation-goals
+scm.url=scm\:git\:ssh\://git@github.com/apache/felix-dev.git
+scm.developmentCommitComment=@{prefix} prepare for next development iteration
+exec.additionalArguments=-Papache-release -Prelease -Papache-release -Dpassword\=$gO4$Mq9.L3
+scm.tagNameFormat=@{project.artifactId}-@{project.version}
+project.scm.org.apache.felix\:org.apache.felix.healthcheck.core.connection=scm\:git\:ssh\://git@github.com/apache/felix-dev.git
+project.scm.org.apache.felix\:org.apache.felix.healthcheck.core.developerConnection=scm\:git\:ssh\://git@github.com/apache/felix-dev.git
+scm.tag=org.apache.felix.healthcheck.core-2.0.14
+exec.snapshotReleasePluginAllowed=false
+preparationGoals=clean verify
+scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
+exec.pomFileName=pom.xml
+project.scm.org.apache.felix\:org.apache.felix.healthcheck.core.url=https\://gitbox.apache.org/repos/asf?p\=felix-dev.git