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 d9fbe28 commit 318945bCopy full SHA for 318945b
1 file changed
pom.xml
@@ -151,17 +151,11 @@
151
<additionalparam>-Xdoclint:none</additionalparam>
152
</configuration>
153
</plugin>
154
- <plugin>
155
- <artifactId>maven-release-plugin</artifactId>
156
- <configuration>
157
- <tagNameFormat>v@{project.version}</tagNameFormat>
158
- </configuration>
159
- </plugin>
160
</plugins>
161
</build>
162
163
<scm>
164
- <url>https://${GITHUB_TOKEN}@github.com/jenkinsci/log-parser-plugin.git</url>
+ <url>https://github.com/jenkinsci/log-parser-plugin.git</url>
165
<connection>scm:git:${project.scm.url}</connection>
166
<developerConnection>scm:git:${project.scm.url}</developerConnection>
167
<tag>HEAD</tag>
0 commit comments