Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[JENKINS-51247] source:jar, not source:jar-no-fork
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+1
−1
.mvn/extensions.xml
-
+1
−1
pom.xml
|
@@ -2,6 +2,6 @@ |
|
|
<extension> |
|
|
<groupId>io.jenkins.tools</groupId> |
|
|
<artifactId>git-changelist-maven-extension</artifactId> |
|
|
<version>1.0-alpha-3</version> |
|
|
<version>1.0-beta-1</version> |
|
|
</extension> |
|
|
</extensions> |
|
@@ -28,7 +28,7 @@ THE SOFTWARE. |
|
|
<parent> |
|
|
<groupId>org.jenkins-ci</groupId> |
|
|
<artifactId>jenkins</artifactId> |
|
|
<version>1.45-20180509.203006-1</version> <!-- TODO https://github.com/jenkinsci/pom/pull/24 --> |
|
|
<version>1.45-20180510.143454-3</version> <!-- TODO https://github.com/jenkinsci/pom/pull/24 --> |
|
|
<relativePath /> |
|
|
</parent> |
|
|
|
|
|