diff --git a/NOTICE b/NOTICE
index d2ceb2c45798be538f8e96b8fbb1d5ce499abe58..14fb1d79e4a86af4feeb3426bc16ed6e82b792b1 100644
--- a/NOTICE
+++ b/NOTICE
@@ -153,6 +153,7 @@ The following software have components provided under the terms of this license:
 - Kotlin Stdlib Common (from https://kotlinlang.org/)
 - Kotlin Stdlib Jdk7 (from <https://kotlinlang.org/>, https://kotlinlang.org/)
 - Kotlin Stdlib Jdk8 (from <https://kotlinlang.org/>, https://kotlinlang.org/)
+- Lettuce (from http://github.com/lettuce-io/lettuce-core, http://github.com/mp911de/lettuce/wiki, https://github.com/lettuce-io/lettuce-core/wiki)
 - Metrics Core (from https://repo1.maven.org/maven2/io/dropwizard/metrics/metrics-core)
 - Microsoft Application Insights Java Agent (from https://github.com/Microsoft/ApplicationInsights-Java)
 - Microsoft Application Insights Java SDK Spring Boot starter (from https://github.com/Microsoft/ApplicationInsights-Java)
@@ -279,7 +280,6 @@ The following software have components provided under the terms of this license:
 - javax.inject (from http://code.google.com/p/atinject/, https://repo1.maven.org/maven2/org/glassfish/hk2/external/javax.inject)
 - jose4j (from https://bitbucket.org/b_c/jose4j/)
 - json-path (from http://code.google.com/p/json-path/, https://github.com/jayway/JsonPath)
-- lettuce (from http://github.com/mp911de/lettuce/wiki, https://github.com/lettuce-io/lettuce-core/wiki)
 - micrometer-commons (from https://github.com/micrometer-metrics/micrometer)
 - micrometer-core (from https://github.com/micrometer-metrics/micrometer)
 - micrometer-jakarta9 (from https://github.com/micrometer-metrics/micrometer)
diff --git a/schema-core-plus/pom.xml b/schema-core-plus/pom.xml
index 0db8254d902539b8f0e73ce286ae2c99a49c24cc..5a4e7c8a164f2cee1333cdabd80f1dd2fce4615a 100644
--- a/schema-core-plus/pom.xml
+++ b/schema-core-plus/pom.xml
@@ -8,7 +8,7 @@
 	</parent>
 
 	<properties>
-		<os-core-common.version>0.26.0-SNAPSHOT</os-core-common.version>
+		<os-core-common.version>0.26.0</os-core-common.version>
 	</properties>
 
 	<artifactId>schema-core-plus</artifactId>