Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
paultuckey committed Jun 8, 2023
1 parent 9152583 commit 47d2f1e
Show file tree
Hide file tree
Showing 6 changed files with 2,148 additions and 1,728 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -71,8 +71,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -182,7 +182,7 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>ant</groupId>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.7.0</version>
<scope>provided</scope>
Expand Down

0 comments on commit 47d2f1e

Please sign in to comment.