Skip to content

Commit

Permalink
#1 move to snapshot, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Feb 4, 2022
1 parent 94ee01d commit 1f7cb30
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 27 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [unreleased]

### Fixed

### Added

### Changed

### General refresh of version numbers (within major versions for the most part)

## [4.3.2.4-RELEASE]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project: Jargon Master POM
### Date: 02/26/2021
### Date: 01/25/2022
### Author: Mike Conway
### Release Version: 4.3.2.4-RELEASE

Expand Down
51 changes: 25 additions & 26 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<groupId>org.irods</groupId>
<artifactId>jargon-pom</artifactId>
<packaging>pom</packaging>
<version>4.3.2.4-RELEASE</version>
<version>4.3.2.5-SNAPSHOT</version>
<name>Jargon POM</name>
<description>Master POM for Jargon-related projects</description>
<url>https://github.com/DICE-UNC/jargon</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.webmvc.version>4.3.23.RELEASE</spring.webmvc.version>
<spring.security.version>3.0.5.RELEASE</spring.security.version>
<hibernate.version>5.2.6.Final</hibernate.version>
<hibernate.version>5.6.5.Final</hibernate.version>
<findbugs.version>2.5.2</findbugs.version>
<spring.core.version>4.3.23.RELEASE</spring.core.version>
<spring.web.version>4.3.23.RELEASE</spring.web.version>
Expand All @@ -26,7 +26,7 @@
<java.version>1.8</java.version>
<maven.war.plugin.version>3.0.0</maven.war.plugin.version>
<globus.version>2.1.0</globus.version>
<jjwt.version>0.10.7</jjwt.version>
<jjwt.version>0.11.2</jjwt.version>
<jackson.version>2.10.0</jackson.version>
</properties>
<issueManagement>
Expand Down Expand Up @@ -160,7 +160,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.10.18</version>
<version>1.12.7</version>
</dependency>
<!-- https://mvnrepository.com/artifact/uk.org.mygrid.resources/cog-jglobus -->
<dependency>
Expand All @@ -174,45 +174,44 @@
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.24.1-GA</version>
<version>3.28.0-GA</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.antlr/antlr -->
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr</artifactId>
<version>3.5.2</version>
<version>4.9.3</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.mchange/c3p0 -->
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.5.4</version>
<version>0.9.5.5</version>
</dependency>
<!-- https://mvnrepository.com/artifact/cglib/cglib -->
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>3.2.10</version>
<version>3.3.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.12</version>
<version>1.15</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-collections4 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.3</version>
<version>4.4</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.9</version>
<version>3.12.0</version>
</dependency>

<!-- https://mvnrepository.com/artifact/commons-logging/commons-logging -->
<dependency>
<groupId>commons-logging</groupId>
Expand All @@ -223,7 +222,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.7</version>
<version>2.11.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-compress -->
<dependency>
Expand All @@ -233,9 +232,9 @@
</dependency>
<!-- https://mvnrepository.com/artifact/dom4j/dom4j -->
<dependency>
<groupId>dom4j</groupId>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Expand All @@ -261,14 +260,14 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<version>4.0.1</version>
<scope>provided</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/junit/junit -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand All @@ -285,13 +284,13 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.6.2</version>
<version>2.11.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.mockito/mockito-core -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.6.28</version>
<version>4.3.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -303,7 +302,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<version>1.7.35</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
<dependency>
Expand All @@ -326,7 +325,7 @@
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>1.22</version>
<version>2.2.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.annotation/javax.annotation-api -->
<dependency>
Expand All @@ -338,13 +337,13 @@
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-joda</artifactId>
<version>2.9.7</version>
<version>2.13.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/joda-time/joda-time -->
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.10.1</version>
<version>2.10.13</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
Expand Down Expand Up @@ -389,7 +388,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
<version>3.0.0-M5</version>
<configuration>
<includes>
<include>**/AllTests.java</include>
Expand All @@ -399,7 +398,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>3.9.0</version>
<configuration>
<debug>false</debug>
<optimize>true</optimize>
Expand All @@ -413,7 +412,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<version>3.0.0-M5</version>
<configuration>
<arguments>-Dmaven.test.skip</arguments>
</configuration>
Expand Down

0 comments on commit 1f7cb30

Please sign in to comment.