Skip to content

Commit

Permalink
Adjust dependencies + prepare next minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
Wadeck committed May 12, 2021
1 parent 20bf9a5 commit 7c80a44
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,11 @@
</scm>

<properties>
<revision>2.5</revision>
<revision>2.4.1</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.222.4</jenkins.version>
<java.level>8</java.level>
<antlr4.version>4.9.2</antlr4.version>
<jcasc.version>1.51</jcasc.version>
</properties>

<repositories>
Expand Down Expand Up @@ -112,11 +111,9 @@
<dependency>
<groupId>io.jenkins</groupId>
<artifactId>configuration-as-code</artifactId>
<version>${jcasc.version}</version>
<optional>true</optional>
</dependency>


<!-- test dependencies -->
<dependency>
<groupId>org.mockito</groupId>
Expand Down Expand Up @@ -155,7 +152,6 @@
<dependency>
<groupId>io.jenkins.configuration-as-code</groupId>
<artifactId>test-harness</artifactId>
<version>${jcasc.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 7c80a44

Please sign in to comment.