Skip to content

Commit

Permalink
Merge pull request #385 from basil/antlr4
Browse files Browse the repository at this point in the history
  • Loading branch information
jtnord authored Apr 28, 2023
2 parents 475e71a + 7711719 commit 4eaaca1
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.375</jenkins.version>
<antlr4.version>4.11.1</antlr4.version>
<jenkins.version>2.387.1</jenkins.version>
</properties>

<repositories>
Expand All @@ -88,7 +87,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.375.x</artifactId>
<artifactId>bom-2.387.x</artifactId>
<version>1836.vfe602c266c05</version>
<scope>import</scope>
<type>pom</type>
Expand Down Expand Up @@ -119,11 +118,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>${antlr4.version}</version>
</dependency>
<dependency>
<groupId>org.kohsuke.metainf-services</groupId>
<artifactId>metainf-services</artifactId>
Expand Down Expand Up @@ -179,7 +173,8 @@
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
<version>${antlr4.version}</version>
<!-- This must be compatible with the ANTLR runtime provided by Jenkins core. -->
<version>4.11.1</version>
<configuration>
<listener>true</listener>
<visitor>true</visitor>
Expand Down

0 comments on commit 4eaaca1

Please sign in to comment.