Skip to content

Commit

Permalink
chore: pre-release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
loulou2u committed Jan 19, 2023
1 parent 926c368 commit cc764c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,14 @@ This project includes:
Hibernate under GNU LESSER GENERAL PUBLIC LICENSE
HSQLDB under HSQLDB License
HttpClient under Apache License
Jakarta Activation under EDL 1.0
Jakarta XML Binding API under Eclipse Distribution License - v 1.0
JASYPT: Java Simplified Encryption under The Apache Software License, Version 2.0
Java Transaction API under Commons Development and Distribution License, Version 1.0
JavaBeans Activation Framework API jar under CDDL/GPLv2+CE
JavaBeans(TM) Activation Framework under COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
JavaMail API (compat) under CDDL or GPLv2+CE
jaxb-api under CDDL 1.1 or GPL2 w/ CPE
JAXB2 Basics - Runtime under BSD-Style License
JCL 1.2 implemented over SLF4J under Apache License, Version 2.0
jstl under Commons Development and Distribution License, Version 1.0
Expand All @@ -47,6 +51,7 @@ This project includes:
Log4j Implemented Over SLF4J under Apache Software Licenses
Logback Classic Module under Eclipse Public License - v 1.0 or GNU Lesser General Public License
Logback Core Module under Eclipse Public License - v 1.0 or GNU Lesser General Public License
Old JAXB Runtime under Eclipse Distribution License - v 1.0
Portlet API under Commons Development and Distribution License, Version 1.0
Resource Server API under Apache License Version 2.0
Resource Server Content under Apache License Version 2.0
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -402,17 +402,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<version>3.0.0-M7</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.13.0</version>
<version>2.0.0-M3</version>
</dependency>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-api</artifactId>
<version>1.13.0</version>
<version>2.0.0-M3</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit cc764c2

Please sign in to comment.