Skip to content

Commit

Permalink
Revert "Incrementalify"
Browse files Browse the repository at this point in the history
This reverts commit 5ac09af.
  • Loading branch information
basil committed Aug 9, 2022
1 parent 5ac09af commit 789307c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .mvn/extensions.xml

This file was deleted.

2 changes: 0 additions & 2 deletions .mvn/maven.config

This file was deleted.

9 changes: 4 additions & 5 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
tools and visualizes the results. It has built-in support for numerous static analysis tools (including several
compilers), see the list of supported report formats.
</description>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<url>https://github.com/jenkinsci/warnings-ng-plugin</url>

<properties>
<revision>9.16.0</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<module.name>${project.groupId}.warnings.ng</module.name>

<analysis-model-api.version>10.15.0</analysis-model-api.version>
Expand Down Expand Up @@ -641,9 +640,9 @@
</profiles>

<scm>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>${scmTag}</tag>
</scm>

Expand Down

0 comments on commit 789307c

Please sign in to comment.