Skip to content

Commit

Permalink
OGM-1594 Replace JBoss Nexus with OSSRH in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Sep 11, 2024
1 parent 167af21 commit 93df3ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,8 @@ It contains the core of Hibernate OGM and all the dialects feature packs extend
It extends the base WildFly feature pack distribution.
It includes Hibernate ORM {hibernate-orm-version} modules, required by Hibernate OGM {hibernate-ogm-version}.

The feature pack is published on the JBoss Nexus repository and Maven Central as
link:$$https://repository.jboss.org/nexus/index.html#nexus-search;gav~org.hibernate.ogm~hibernate-ogm-featurepack-core~{hibernate-ogm-version}~~$$[org.hibernate.ogm:hibernate-ogm-featurepack-core:{hibernate-ogm-version}:zip].
The feature pack is published on Maven Central as
link:$$https://central.sonatype.com/artifact/org.hibernate.ogm/hibernate-ogm-featurepack-core/{hibernate-ogm-version}$$[org.hibernate.ogm:hibernate-ogm-featurepack-core:{hibernate-ogm-version}:zip].

===== Infinispan Remote feature pack

Expand All @@ -517,8 +517,8 @@ It includes the main module:
* _org.hibernate.ogm.infinispan-remote_, containing Hibernate OGM Infinispan Remote module

It includes Hibernate OGM core feature pack and Infinispan client Wildfly modules.
The feature pack is published on the JBoss Nexus repository and Maven Central as
link:$$https://repository.jboss.org/nexus/index.html#nexus-search;gav~org.hibernate.ogm~hibernate-ogm-featurepack-infinispan-remote~{hibernate-ogm-version}~~$$[org.hibernate.ogm:hibernate-ogm-featurepack-infinispan-remote:{hibernate-ogm-version}:zip].
The feature pack is published on Maven Central as
link:$$https://central.sonatype.com/artifact/org.hibernate.ogm/hibernate-ogm-featurepack-infinispan-remote/{hibernate-ogm-version}$$[org.hibernate.ogm:hibernate-ogm-featurepack-infinispan-remote:{hibernate-ogm-version}:zip].

===== Infinispan Embedded feature pack

Expand All @@ -528,8 +528,8 @@ It includes the main module:
* _org.hibernate.ogm.infinispan-embedded_, containing Hibernate OGM Infinispan Embedded module

It includes Hibernate OGM core feature pack and Infinispan client Wildfly modules.
The feature pack is published on the JBoss Nexus repository and Maven Central as
link:$$https://repository.jboss.org/nexus/index.html#nexus-search;gav~org.hibernate.ogm~hibernate-ogm-featurepack-infinispan-embedded~{hibernate-ogm-version}~~$$[org.hibernate.ogm:hibernate-ogm-featurepack-infinispan-embedded:{hibernate-ogm-version}:zip].
The feature pack is published on Maven Central as
link:$$https://central.sonatype.com/artifact/org.hibernate.ogm/hibernate-ogm-featurepack-infinispan-embedded/{hibernate-ogm-version}$$[org.hibernate.ogm:hibernate-ogm-featurepack-infinispan-embedded:{hibernate-ogm-version}:zip].

===== MongoDB feature pack

Expand All @@ -539,8 +539,8 @@ It includes the main module:
* _org.hibernate.ogm.mongodb_, containing Hibernate OGM MongoDB module

It includes Hibernate OGM core feature pack and MongoDB Java client.
The feature pack is published on the JBoss Nexus repository and Maven Central as
link:$$https://repository.jboss.org/nexus/index.html#nexus-search;gav~org.hibernate.ogm~hibernate-ogm-featurepack-mongodb~{hibernate-ogm-version}~~$$[org.hibernate.ogm:hibernate-ogm-featurepack-mongodb:{hibernate-ogm-version}:zip].
The feature pack is published on Maven Central as
link:$$https://central.sonatype.com/artifact/org.hibernate.ogm/hibernate-ogm-featurepack-mongodb/{hibernate-ogm-version}$$[org.hibernate.ogm:hibernate-ogm-featurepack-mongodb:{hibernate-ogm-version}:zip].

===== Neo4j feature pack

Expand All @@ -550,8 +550,8 @@ It includes the main module:
* _org.hibernate.ogm.neo4j_, containing Hibernate OGM Neo4j module

It includes Hibernate OGM core feature pack and Neo4j client libraries.
The feature pack is published on the JBoss Nexus repository and Maven Central as
link:$$https://repository.jboss.org/nexus/index.html#nexus-search;gav~org.hibernate.ogm~hibernate-ogm-featurepack-neo4j~{hibernate-ogm-version}~~$$[org.hibernate.ogm:hibernate-ogm-featurepack-neo4j:{hibernate-ogm-version}:zip].
The feature pack is published on Maven Central as
link:$$https://central.sonatype.com/artifact/org.hibernate.ogm/hibernate-ogm-featurepack-neo4j/{hibernate-ogm-version}$$[org.hibernate.ogm:hibernate-ogm-featurepack-neo4j:{hibernate-ogm-version}:zip].

==== Configure your persistence.xml to use your choice of persistence provider

Expand Down
2 changes: 1 addition & 1 deletion how-to-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Make sure you have:
3. all the permissions required to perform the release process:

- [CI](http://ci.hibernate.org/)
- [Nexus](https://repository.jboss.org/nexus/index.html): you can try to login on the Nexus web interface
- [OSSRH](https://central.sonatype.com/)

## Release process

Expand Down

0 comments on commit 93df3ea

Please sign in to comment.