Skip to content

Commit 4507064

Browse files
committed
chore: add scm configuration for maven release
1 parent 23e0588 commit 4507064

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

maven/pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,19 @@
1818
<url>https://github.com/The-Nefarious-Developer</url>
1919
</organization>
2020

21+
<scm>
22+
<connection>scm:git:https://github.com/The-Nefarious-Developer/zjoule.git</connection>
23+
<developerConnection>scm:git:git@github.com:The-Nefarious-Developer/zjoule.git</developerConnection>
24+
<url>https://github.com/The-Nefarious-Developer/zjoule</url>
25+
<tag>HEAD</tag>
26+
</scm>
27+
2128
<properties>
2229
<tycho-version>4.0.9</tycho-version>
2330
<build.qualifier>'t'yyyyMMddHHmm</build.qualifier>
2431
<build.version>1.0.0</build.version>
2532
<sonar.organization>the-nefarious-developer</sonar.organization>
26-
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
33+
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
2734
</properties>
2835

2936
<!-- Build Configuration -->
@@ -119,6 +126,11 @@
119126
<failOnViolation>true</failOnViolation>
120127
</configuration>
121128
</plugin>
129+
<plugin>
130+
<groupId>org.apache.maven.plugins</groupId>
131+
<artifactId>maven-release-plugin</artifactId>
132+
<version>3.1.1</version>
133+
</plugin>
122134
</plugins>
123135
</build>
124136

0 commit comments

Comments
 (0)