File tree 11 files changed +14
-15
lines changed
11 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
+
6
+ ## [ 2.1] - 2024-04-01
5
7
### :bug : Bug Fixes
6
8
- ` Stringprep::getProvider ` was not working on the module path.
7
9
@@ -13,6 +15,7 @@ All notable changes to this project will be documented in this file.
13
15
- Exports the packages of the profiles in the module declaration to allow creating instances without the ServiceLoader lookup.
14
16
- Introduce the annotation ` @ProfileName ` to declare the name of the profile used for ServiceLoader lookup.
15
17
- Now the released jars are reproducible.
18
+ - Publish CycloneDX SBOM.
16
19
17
20
## [ 2.0] - 2021-02-01
18
21
### :boom : Breaking changes
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.ongres.stringprep</groupId >
7
7
<artifactId >stringprep-parent</artifactId >
8
- <version >2.1-SNAPSHOT </version >
8
+ <version >2.1</version >
9
9
<relativePath >../parent/pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.ongres.stringprep</groupId >
7
7
<artifactId >stringprep-parent</artifactId >
8
- <version >2.1-SNAPSHOT </version >
8
+ <version >2.1</version >
9
9
<relativePath >../parent/pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.ongres.stringprep</groupId >
7
7
<artifactId >stringprep-parent</artifactId >
8
- <version >2.1-SNAPSHOT </version >
8
+ <version >2.1</version >
9
9
<relativePath >../parent/pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 7
7
<groupId >com.ongres.stringprep.it</groupId >
8
8
<artifactId >jpms-nameprep</artifactId >
9
9
<name >JPMS Nameprep</name >
10
- <version >2.1-SNAPSHOT </version >
10
+ <version >2.1</version >
11
11
12
12
<properties >
13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.ongres.stringprep</groupId >
6
6
<artifactId >stringprep-parent</artifactId >
7
- <version >2.1-SNAPSHOT </version >
7
+ <version >2.1</version >
8
8
<packaging >pom</packaging >
9
9
10
10
<name >Stringprep Project</name >
71
71
<base .java.version>8</base .java.version>
72
72
<maven .compiler.source>${base.java.version} </maven .compiler.source>
73
73
<maven .compiler.target>${base.java.version} </maven .compiler.target>
74
- <project .build.outputTimestamp>2022-02-01T19:02:33Z </project .build.outputTimestamp>
74
+ <project .build.outputTimestamp>2024-04-01T16:00:00Z </project .build.outputTimestamp>
75
75
<!-- Dependency versions -->
76
76
<junit5 .version>5.10.2</junit5 .version>
77
77
<!-- Plugins versions -->
677
677
<groupId >org.sonatype.plugins</groupId >
678
678
<artifactId >nexus-staging-maven-plugin</artifactId >
679
679
</plugin >
680
- <plugin >
681
- <groupId >org.apache.maven.plugins</groupId >
682
- <artifactId >maven-artifact-plugin</artifactId >
683
- </plugin >
684
680
<plugin >
685
681
<groupId >org.cyclonedx</groupId >
686
682
<artifactId >cyclonedx-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.ongres.stringprep</groupId >
7
7
<artifactId >stringprep-parent</artifactId >
8
- <version >2.1-SNAPSHOT </version >
8
+ <version >2.1</version >
9
9
<relativePath >parent/pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.ongres.stringprep</groupId >
7
7
<artifactId >stringprep-parent</artifactId >
8
- <version >2.1-SNAPSHOT </version >
8
+ <version >2.1</version >
9
9
<relativePath >../parent/pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 7
7
<groupId >com.ongres.stringprep.it</groupId >
8
8
<artifactId >jpms-saslprep</artifactId >
9
9
<name >JPMS SASLprep</name >
10
- <version >2.1-SNAPSHOT </version >
10
+ <version >2.1</version >
11
11
12
12
<properties >
13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.ongres.stringprep</groupId >
7
7
<artifactId >stringprep-parent</artifactId >
8
- <version >2.1-SNAPSHOT </version >
8
+ <version >2.1</version >
9
9
<relativePath >../parent/pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 7
7
<groupId >com.ongres.stringprep.it</groupId >
8
8
<artifactId >jpms-stringprep</artifactId >
9
9
<name >JPMS Stringprep</name >
10
- <version >2.1-SNAPSHOT </version >
10
+ <version >2.1</version >
11
11
12
12
<properties >
13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments