Skip to content

Commit

Permalink
release: 2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Solórzano <jorsol@gmail.com>
  • Loading branch information
jorsol committed Jun 25, 2024
1 parent 12a28f2 commit fb7deb4
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 15 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [2.2] - Unreleased
## [2.2] - 2024-06-25
### :building_construction: Improvements
- Ensure the LICENSE file is included in the Jar file.
- Fix reproducible build.
Expand Down Expand Up @@ -44,4 +44,5 @@ All notable changes to this project will be documented in this file.

[2.0]: https://github.com/ongres/stringprep/compare/1.1...2.0
[2.1]: https://github.com/ongres/stringprep/compare/2.0...2.1
[2.2]: https://github.com/ongres/stringprep/compare/2.1...2.2
[Unreleased]: https://github.com/ongres/stringprep/compare/2.1...main
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Import Maven dependency:
<dependency>
<groupId>com.ongres.stringprep</groupId>
<artifactId>saslprep</artifactId>
<version>2.1</version>
<version>2.2</version>
</dependency>
```

Expand All @@ -40,7 +40,7 @@ Import Maven dependency:
<dependency>
<groupId>com.ongres.stringprep</groupId>
<artifactId>nameprep</artifactId>
<version>2.1</version>
<version>2.2</version>
</dependency>
```

Expand All @@ -54,7 +54,7 @@ Import the `SASLprep` dependency, this transitively imports the `Stringprep` dep
<dependency>
<groupId>com.ongres.stringprep</groupId>
<artifactId>saslprep</artifactId>
<version>2.1</version>
<version>2.2</version>
</dependency>
```

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.2-SNAPSHOT</version>
<version>2.2</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.2-SNAPSHOT</version>
<version>2.2</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.2-SNAPSHOT</version>
<version>2.2</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.2-SNAPSHOT</version>
<version>2.2</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
5 changes: 3 additions & 2 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.2-SNAPSHOT</version>
<version>2.2</version>
<packaging>pom</packaging>

<name>Stringprep Project</name>
Expand Down Expand Up @@ -46,6 +46,7 @@
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<connection>scm:git:git@github.com:ongres/stringprep.git</connection>
<developerConnection>scm:git:git@github.com:ongres/stringprep.git</developerConnection>
<tag>2.2</tag>
<url>https://github.com/ongres/stringprep</url>
</scm>

Expand All @@ -71,7 +72,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>2024-04-01T16:00:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-06-25T23:30:00Z</project.build.outputTimestamp>
<!-- Dependency versions -->
<junit5.version>5.10.2</junit5.version>
<!-- Plugins versions -->
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.2-SNAPSHOT</version>
<version>2.2</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.2-SNAPSHOT</version>
<version>2.2</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.2-SNAPSHOT</version>
<version>2.2</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.2-SNAPSHOT</version>
<version>2.2</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.2-SNAPSHOT</version>
<version>2.2</version>

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

0 comments on commit fb7deb4

Please sign in to comment.