Skip to content

Commit

Permalink
release: Prepare 2.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Solórzano <[email protected]>
  • Loading branch information
jorsol committed Apr 1, 2024
1 parent 77ceb8c commit 9a274f9
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 15 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.

## [Unreleased]

## [2.1] - 2024-04-01
### :bug: Bug Fixes
- `Stringprep::getProvider` was not working on the module path.

Expand All @@ -13,6 +15,7 @@ All notable changes to this project will be documented in this file.
- Exports the packages of the profiles in the module declaration to allow creating instances without the ServiceLoader lookup.
- Introduce the annotation `@ProfileName` to declare the name of the profile used for ServiceLoader lookup.
- Now the released jars are reproducible.
- Publish CycloneDX SBOM.

## [2.0] - 2021-02-01
### :boom: Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ongres.stringprep</groupId>
<artifactId>stringprep-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion coverage-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ongres.stringprep</groupId>
<artifactId>stringprep-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion nameprep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ongres.stringprep</groupId>
<artifactId>stringprep-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion nameprep/src/it/jpms-nameprep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.ongres.stringprep.it</groupId>
<artifactId>jpms-nameprep</artifactId>
<name>JPMS Nameprep</name>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
8 changes: 2 additions & 6 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.ongres.stringprep</groupId>
<artifactId>stringprep-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<packaging>pom</packaging>

<name>Stringprep Project</name>
Expand Down Expand Up @@ -71,7 +71,7 @@
<base.java.version>8</base.java.version>
<maven.compiler.source>${base.java.version}</maven.compiler.source>
<maven.compiler.target>${base.java.version}</maven.compiler.target>
<project.build.outputTimestamp>2022-02-01T19:02:33Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-04-01T16:00:00Z</project.build.outputTimestamp>
<!-- Dependency versions -->
<junit5.version>5.10.2</junit5.version>
<!-- Plugins versions -->
Expand Down Expand Up @@ -677,10 +677,6 @@
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-artifact-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ongres.stringprep</groupId>
<artifactId>stringprep-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion saslprep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ongres.stringprep</groupId>
<artifactId>stringprep-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion saslprep/src/it/jpms-saslprep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.ongres.stringprep.it</groupId>
<artifactId>jpms-saslprep</artifactId>
<name>JPMS SASLprep</name>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion stringprep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ongres.stringprep</groupId>
<artifactId>stringprep-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion stringprep/src/it/jpms-stringprep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.ongres.stringprep.it</groupId>
<artifactId>jpms-stringprep</artifactId>
<name>JPMS Stringprep</name>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 9a274f9

Please sign in to comment.