Skip to content

Commit b7acae4

Browse files
committed
Remove a few references to "Search" in MAINTAINERS.md
1 parent 153e4db commit b7acae4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

MAINTAINERS.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,8 @@ In any case, before the release:
8989
#### Performing the release
9090

9191
Once you trigger the CI job, it automatically pushes artifacts to the
92-
[OSSRH repository manager](https://oss.sonatype.org/#stagingRepositories),
93-
the distribution to [SourceForge](https://sourceforge.net/projects/hibernate/files/hibernate-search/)
94-
and the documentation to [docs.jboss.org](https://docs.jboss.org/hibernate/search/).
92+
[OSSRH Maven Repository](https://repo1.maven.org/maven2/org/hibernate/orm/),
93+
and the documentation to [docs.jboss.org](https://docs.jboss.org/hibernate/orm/).
9594

9695
* Do *not* mark the Jira Release as "released" or close issues,
9796
the release job does it for you.
@@ -105,7 +104,7 @@ and the documentation to [docs.jboss.org](https://docs.jboss.org/hibernate/searc
105104
* Note that for new branches where the job has never run, the first run may not ask for parameters and thus may fail:
106105
that's expected, just run it again.
107106
* After the job succeeds, check the artifacts are available on Maven Central:
108-
https://repo1.maven.org/maven2/org/hibernate/hibernate-core/.
107+
https://repo1.maven.org/maven2/org/hibernate/orm/hibernate-core/.
109108
They should appear after a few minutes, sometimes a few hours.
110109

111110
#### Announcing the release
@@ -128,8 +127,8 @@ and the documentation to [docs.jboss.org](https://docs.jboss.org/hibernate/searc
128127
If you just released the latest stable, you will need to update other projects:
129128

130129
* Approve and merge automatic updates that dependabot will send (it might take ~24h):
131-
* In the [test case templates](https://github.com/hibernate/hibernate-test-case-templates/tree/master/search).
132-
* In the [demos](https://github.com/hibernate/hibernate-demos/tree/master/hibernate-search).
130+
* In the [test case templates](https://github.com/hibernate/hibernate-test-case-templates/tree/master/orm).
131+
* In the [demos](https://github.com/hibernate/hibernate-demos/tree/master/hibernate-orm).
133132
* **If it's a `.Final` release**, upgrade the Hibernate ORM dependency manually:
134133
* In the [Quarkus BOM](https://github.com/quarkusio/quarkus/blob/main/bom/application/pom.xml).
135134
* In any other relevant project.

0 commit comments

Comments
 (0)