We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac24198 commit 0361bccCopy full SHA for 0361bcc
maven/pom.xml
@@ -119,11 +119,6 @@
119
<failOnViolation>true</failOnViolation>
120
</configuration>
121
</plugin>
122
- <plugin>
123
- <groupId>org.apache.maven.plugins</groupId>
124
- <artifactId>maven-release-plugin</artifactId>
125
- <version>3.1.1</version>
126
- </plugin>
127
</plugins>
128
</build>
129
@@ -134,12 +129,5 @@
134
<layout>p2</layout>
135
130
</repository>
136
131
</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>
144
132
145
133
</project>
0 commit comments