-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release 0.12.0
- Loading branch information
1 parent
0ef343e
commit 4d768b0
Showing
8 changed files
with
16 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,13 +14,12 @@ | |
~ See the License for the specific language governing permissions and | ||
~ limitations under the License. | ||
--> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<groupId>io.jsonwebtoken</groupId> | ||
<artifactId>jjwt-root</artifactId> | ||
<version>0.11.6-SNAPSHOT</version> | ||
<version>0.12.0</version> | ||
<name>JJWT</name> | ||
<description>JSON Web Token support for the JVM and Android</description> | ||
<packaging>pom</packaging> | ||
|
@@ -53,7 +52,7 @@ | |
<connection>scm:git:https://github.com/jwtk/jjwt.git</connection> | ||
<developerConnection>scm:git:[email protected]:jwtk/jjwt.git</developerConnection> | ||
<url>[email protected]:jwtk/jjwt.git</url> | ||
<tag>HEAD</tag> | ||
<tag>0.12.0</tag> | ||
</scm> | ||
<issueManagement> | ||
<system>GitHub Issues</system> | ||
|
@@ -91,7 +90,7 @@ | |
<properties> | ||
|
||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<arguments/> | ||
<arguments /> | ||
|
||
<jjwt.root>${basedir}</jjwt.root> | ||
<jjwt.previousVersion>0.11.2</jjwt.previousVersion> | ||
|
@@ -114,7 +113,7 @@ | |
<orgjson.version>20230618</orgjson.version> | ||
<gson.version>2.9.0</gson.version> | ||
|
||
<maven.javadoc.additionalOptions/> | ||
<maven.javadoc.additionalOptions /> | ||
|
||
<!-- Optional Runtime Dependencies: --> | ||
<bouncycastle.version>1.76</bouncycastle.version> | ||
|
@@ -130,7 +129,7 @@ | |
<surefire.plugin.version>3.0.0-M5</surefire.plugin.version> | ||
<clover.version>4.3.1</clover.version> <!-- max version allowed for JDK 7 builds --> | ||
<clover.db>${jjwt.root}/target/clover/clover.db</clover.db> | ||
<surefire.argLine/> | ||
<surefire.argLine /> | ||
<test.addOpens> | ||
--add-opens java.base/java.time.zone=ALL-UNNAMED, | ||
--add-opens java.base/java.lang.ref=ALL-UNNAMED, | ||
|
@@ -479,8 +478,7 @@ | |
</includes> | ||
</artifactSet> | ||
<transformers> | ||
<transformer | ||
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> | ||
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> | ||
</transformers> | ||
</configuration> | ||
<executions> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters