Skip to content

Commit

Permalink
release: Prepare for next development 2.2-SNAPSHOT
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 9a274f9 commit ab97198
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 14 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ All notable changes to this project will be documented in this file.
- Refactor of the `stringprep` implementation to make it extensible and modular, now this implemenation is considered feature-complete.
- Change the module `saslprep` to implement the stringprep `Profile` interface.

[Unreleased]: https://gitlab.com/ongresinc/stringprep/-/compare/2.0...main
[Unreleased]: https://gitlab.com/ongresinc/stringprep/-/compare/2.1...main
[2.0]: https://gitlab.com/ongresinc/stringprep/-/compare/1.1...2.0
[2.1]: https://gitlab.com/ongresinc/stringprep/-/compare/2.0...2.1
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.0</version>
<version>2.1</version>
</dependency>
```

Expand All @@ -40,7 +40,7 @@ Import Maven dependency:
<dependency>
<groupId>com.ongres.stringprep</groupId>
<artifactId>nameprep</artifactId>
<version>2.0</version>
<version>2.1</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.0</version>
<version>2.1</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.1</version>
<version>2.2-SNAPSHOT</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</version>
<version>2.2-SNAPSHOT</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</version>
<version>2.2-SNAPSHOT</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</version>
<version>2.2-SNAPSHOT</version>

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

<name>Stringprep Project</name>
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</version>
<version>2.2-SNAPSHOT</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</version>
<version>2.2-SNAPSHOT</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</version>
<version>2.2-SNAPSHOT</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</version>
<version>2.2-SNAPSHOT</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</version>
<version>2.2-SNAPSHOT</version>

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

0 comments on commit ab97198

Please sign in to comment.