diff --git a/CHANGELOG.md b/CHANGELOG.md
index 369bab2..9fa19aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,8 +2,15 @@
All notable changes to this project will be documented in this file.
## [Unreleased]
+
+## [2.2] - Unreleased
### :building_construction: Improvements
- Ensure the LICENSE file is included in the Jar file.
+- Fix reproducible build.
+
+### :ghost: Maintenance
+- Migrate the main repo back to GitHub.
+- Updated dependencies and maven plugins.
## [2.1] - 2024-04-01
### :bug: Bug Fixes
@@ -35,6 +42,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.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
+[2.0]: https://github.com/ongres/stringprep/compare/1.1...2.0
+[2.1]: https://github.com/ongres/stringprep/compare/2.0...2.1
+[Unreleased]: https://github.com/ongres/stringprep/compare/2.1...main
diff --git a/nameprep/src/it/jpms-nameprep/pom.xml b/nameprep/src/it/jpms-nameprep/pom.xml
index 0306fb6..f511bf8 100644
--- a/nameprep/src/it/jpms-nameprep/pom.xml
+++ b/nameprep/src/it/jpms-nameprep/pom.xml
@@ -39,7 +39,7 @@
maven-jar-plugin
- 3.4.0
+ 3.4.1
diff --git a/parent/pom.xml b/parent/pom.xml
index bca371e..a96dbc7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -78,32 +78,31 @@
3.13.0
3.4.1
3.3.1
- 3.6.3
+ 3.7.0
3.3.2
3.3.1
3.2.5
3.2.5
- 3.4.1
- 3.1.1
- 3.1.1
- 3.6.1
+ 3.5.0
+ 3.1.2
+ 3.1.2
+ 3.7.0
3.2.4
0.8.12
- 1.6.13
1.6.0
3.1.2
2.8.0
- 3.4.1
+ 4.0.0
3.5.1
- 10.15.0
+ 10.17.0
3.3.1
- 4.8.4
- 4.8.4.0
+ 4.8.5
+ 4.8.5.0
1.12.0
- 7.1.0
+ 7.2.0
3.22.0
- 3.11.0.3922
+ 4.0.0.4121
3.7
${maven.multiModuleProjectDirectory}/checks
${checks.location}/checkstyle.xml
@@ -388,26 +387,6 @@
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
- ${nexus-staging-maven-plugin.version}
- true
-
- ossrh
- https://oss.sonatype.org/
- false
-
-
-
- default-deploy
-
- deploy
-
- deploy
-
-
-
org.apache.maven.plugins
maven-artifact-plugin
@@ -429,6 +408,13 @@
org.cyclonedx
cyclonedx-maven-plugin
${cyclonedx-plugin.version}
+
+ true
+ false
+ false
+ false
+ false
+
@@ -702,10 +688,6 @@
org.cyclonedx
cyclonedx-maven-plugin
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
-
diff --git a/saslprep/src/it/jpms-saslprep/pom.xml b/saslprep/src/it/jpms-saslprep/pom.xml
index 202a59c..74dafd2 100644
--- a/saslprep/src/it/jpms-saslprep/pom.xml
+++ b/saslprep/src/it/jpms-saslprep/pom.xml
@@ -39,7 +39,7 @@
maven-jar-plugin
- 3.4.0
+ 3.4.1
diff --git a/stringprep/pom.xml b/stringprep/pom.xml
index 9ed8027..3788803 100644
--- a/stringprep/pom.xml
+++ b/stringprep/pom.xml
@@ -21,7 +21,7 @@
org.codehaus.mojo
exec-maven-plugin
- 3.2.0
+ 3.3.0
com.ongres.stringprep
diff --git a/stringprep/src/it/jpms-stringprep/pom.xml b/stringprep/src/it/jpms-stringprep/pom.xml
index 5ca3ff3..7a77a2e 100644
--- a/stringprep/src/it/jpms-stringprep/pom.xml
+++ b/stringprep/src/it/jpms-stringprep/pom.xml
@@ -39,7 +39,7 @@
maven-jar-plugin
- 3.4.0
+ 3.4.1