Skip to content

Commit

Permalink
compile fixes and updates to libs
Browse files Browse the repository at this point in the history
  • Loading branch information
teverett committed May 14, 2024
1 parent 369357a commit 70e5534
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
-e -Dmaven.compiler.useIncrementalCompilation=false
2 changes: 1 addition & 1 deletion antlr4-formatter-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<properties>
<commons-cli.version>1.5.0</commons-cli.version>
<logback.version>1.4.5</logback.version>
<logback.version>1.4.7</logback.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion antlr4-formatter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>antlr4-formatter</artifactId>

<properties>
<antlr.version>4.11.1</antlr.version>
<antlr.version>4.12.0</antlr.version>
</properties>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</modules>

<properties>
<target.jvm>1.7</target.jvm>
<target.jvm>11</target.jvm>
<required-maven-version>3.3.1</required-maven-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand Down Expand Up @@ -60,7 +60,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<configuration>
<source>${target.jvm}</source>
<target>${target.jvm}</target>
Expand All @@ -70,7 +70,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.1.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>enforce-maven</id>
Expand Down Expand Up @@ -146,7 +146,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0 </version>
<version>3.5.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 70e5534

Please sign in to comment.