Skip to content

Commit 0361bcc

Browse files
committed
fix: remove scm config as its not working
1 parent ac24198 commit 0361bcc

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

maven/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,6 @@
119119
<failOnViolation>true</failOnViolation>
120120
</configuration>
121121
</plugin>
122-
<plugin>
123-
<groupId>org.apache.maven.plugins</groupId>
124-
<artifactId>maven-release-plugin</artifactId>
125-
<version>3.1.1</version>
126-
</plugin>
127122
</plugins>
128123
</build>
129124

@@ -134,12 +129,5 @@
134129
<layout>p2</layout>
135130
</repository>
136131
</repositories>
137-
138-
<scm>
139-
<tag>HEAD</tag>
140-
<url>https://github.com/The-Nefarious-Developer/zjoule</url>
141-
<connection>scm:git:https://github.com:The-Nefarious-Developer/zjoule.git</connection>
142-
<developerConnection>scm:git:https://github.com:The-Nefarious-Developer/zjoule.git</developerConnection>
143-
</scm>
144132

145133
</project>

0 commit comments

Comments
 (0)