Skip to content

Commit

Permalink
Remove snapshot repo
Browse files Browse the repository at this point in the history
  • Loading branch information
fh-ms committed Oct 9, 2024
1 parent de179c4 commit 08ca34b
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions docs/modules/intro/pages/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,11 @@ You can find the {product-name} libraries in the Maven Central repository.

[source, xml, subs=attributes+, title="Maven [pom.xml]"]
----
<repositories>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.eclipse.store</groupId>
<artifactId>storage-embedded</artifactId>
<version>{maven-version}</version>
</dependency>
</dependencies>
<dependency>
<groupId>org.eclipse.store</groupId>
<artifactId>storage-embedded</artifactId>
<version>{maven-version}</version>
</dependency>
----

[source, groovy, subs=attributes+, title="Gradle (Groovy) [build.gradle]"]
Expand Down

0 comments on commit 08ca34b

Please sign in to comment.