diff --git a/docs/modules/intro/pages/installation.adoc b/docs/modules/intro/pages/installation.adoc index b6eb5c6c..69c59bb0 100644 --- a/docs/modules/intro/pages/installation.adoc +++ b/docs/modules/intro/pages/installation.adoc @@ -6,26 +6,11 @@ You can find the {product-name} libraries in the Maven Central repository. [source, xml, subs=attributes+, title="Maven [pom.xml]"] ---- - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - false - - - true - - - - - - - org.eclipse.store - storage-embedded - {maven-version} - - + + org.eclipse.store + storage-embedded + {maven-version} + ---- [source, groovy, subs=attributes+, title="Gradle (Groovy) [build.gradle]"]