Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 38042cc

Browse files
committed
OGM-1594 Replace JBoss Nexus with OSSRH in docs
1 parent b1ed161 commit 38042cc

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

documentation/manual/src/main/asciidoc/modules/configuration.asciidoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,8 @@ It contains the core of Hibernate OGM and all the dialects feature packs extend
506506
It extends the base WildFly feature pack distribution.
507507
It includes Hibernate ORM {hibernate-orm-version} modules, required by Hibernate OGM {hibernate-ogm-version}.
508508

509-
The feature pack is published on the JBoss Nexus repository and Maven Central as
510-
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].
509+
The feature pack is published on Maven Central as
510+
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].
511511

512512
===== Infinispan Remote feature pack
513513

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

519519
It includes Hibernate OGM core feature pack and Infinispan client Wildfly modules.
520-
The feature pack is published on the JBoss Nexus repository and Maven Central as
521-
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].
520+
The feature pack is published on Maven Central as
521+
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].
522522

523523
===== Infinispan Embedded feature pack
524524

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

530530
It includes Hibernate OGM core feature pack and Infinispan client Wildfly modules.
531-
The feature pack is published on the JBoss Nexus repository and Maven Central as
532-
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].
531+
The feature pack is published on Maven Central as
532+
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].
533533

534534
===== MongoDB feature pack
535535

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

541541
It includes Hibernate OGM core feature pack and MongoDB Java client.
542-
The feature pack is published on the JBoss Nexus repository and Maven Central as
543-
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].
542+
The feature pack is published on Maven Central as
543+
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].
544544

545545
===== Neo4j feature pack
546546

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

552552
It includes Hibernate OGM core feature pack and Neo4j client libraries.
553-
The feature pack is published on the JBoss Nexus repository and Maven Central as
554-
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].
553+
The feature pack is published on Maven Central as
554+
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].
555555

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

how-to-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Make sure you have:
1111
3. all the permissions required to perform the release process:
1212

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

1616
## Release process
1717

0 commit comments

Comments
 (0)