Skip to content

Commit

Permalink
#1 update for snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Feb 4, 2022
1 parent 1f7cb30 commit d444634
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Project: Jargon Master POM
### Date: 01/25/2022
### Author: Mike Conway
### Release Version: 4.3.2.4-RELEASE
### Release Version: 4.3.2.5-SNAPSHOT


This is the parent POM for Jargon-related projects, representing a restructuring of related Jargon projects in a more streamlined fashion.
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.3.1</version>
<version>3.6.28</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -325,7 +325,7 @@
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>2.2.1</version>
<version>1.22</version>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.annotation/javax.annotation-api -->
<dependency>
Expand Down Expand Up @@ -388,7 +388,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>2.22.1</version>
<configuration>
<includes>
<include>**/AllTests.java</include>
Expand Down

0 comments on commit d444634

Please sign in to comment.