Skip to content

Commit

Permalink
Merge pull request #21 from jglick/flatten
Browse files Browse the repository at this point in the history
[JENKINS-51247] Simplified use of flatten-maven-plugin
  • Loading branch information
jglick committed May 11, 2018
2 parents 8f3e10a + c63b53f commit ea314b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,5 +1,4 @@
target
.flattened-pom.xml

# mvn hpi:run
work
Expand Down
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Expand Up @@ -2,6 +2,6 @@
<extension>
<groupId>io.jenkins.tools.incrementals</groupId>
<artifactId>git-changelist-maven-extension</artifactId>
<version>1.0-beta-2</version>
<version>1.0-beta-3</version>
</extension>
</extensions>
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>3.9</version>
<version>3.10</version>
<relativePath />
</parent>
<groupId>io.jenkins.plugins</groupId>
Expand Down Expand Up @@ -115,7 +115,7 @@
<dependency>
<groupId>org.jenkins-ci.test</groupId>
<artifactId>docker-fixtures</artifactId>
<version>1.7</version>
<version>1.8</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit ea314b9

Please sign in to comment.