Skip to content

Commit dbe638c

Browse files
committed
Rename primary branch to 'main'
1 parent 04cb8ac commit dbe638c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pipeline {
2323

2424
stage('Deploy SNAPSHOT') {
2525
when {
26-
branch 'master'
26+
branch 'main'
2727
}
2828
steps {
2929
configFileProvider([configFile(fileId: 'maven-settings-with-deploy-snapshot', variable: 'MAVEN_SETTINGS')]) {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<connection>scm:git:[email protected]:jgroups-extras/jgroups-kubernetes.git</connection>
5050
<developerConnection>scm:git:[email protected]:jgroups-extras/jgroups-kubernetes.git</developerConnection>
5151
<url>https://github.com/jgroups-extras/jgroups-kubernetes</url>
52-
<tag>master</tag>
52+
<tag>main</tag>
5353
</scm>
5454

5555
<properties>

0 commit comments

Comments
 (0)