Skip to content

Commit

Permalink
Make non-functional changes to versions in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
crew102 committed Jun 8, 2024
1 parent 7063ce7 commit 6bfd081
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>RELEASE</version>
<version>21.0.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -108,9 +108,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>8</source>
<target>8</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>

Expand Down

0 comments on commit 6bfd081

Please sign in to comment.