Skip to content
Snippets Groups Projects
Commit 89bf5854 authored by David Diederich's avatar David Diederich
Browse files

Merge branch 'snapshot-removal' into 'master'

Remove SNAPSHOT dependencies

See merge request !688
parents 75abe692 ee9a12df
No related branches found
No related tags found
1 merge request!688Remove SNAPSHOT dependencies
Pipeline #276414 failed
......@@ -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)
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment