@@ -89,9 +89,8 @@ In any case, before the release:
89
89
#### Performing the release
90
90
91
91
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/ ) .
95
94
96
95
* Do * not* mark the Jira Release as "released" or close issues,
97
96
the release job does it for you.
@@ -105,7 +104,7 @@ and the documentation to [docs.jboss.org](https://docs.jboss.org/hibernate/searc
105
104
* Note that for new branches where the job has never run, the first run may not ask for parameters and thus may fail:
106
105
that's expected, just run it again.
107
106
* 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/ .
109
108
They should appear after a few minutes, sometimes a few hours.
110
109
111
110
#### Announcing the release
@@ -128,8 +127,8 @@ and the documentation to [docs.jboss.org](https://docs.jboss.org/hibernate/searc
128
127
If you just released the latest stable, you will need to update other projects:
129
128
130
129
* 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 ) .
133
132
* ** If it's a ` .Final ` release** , upgrade the Hibernate ORM dependency manually:
134
133
* In the [ Quarkus BOM] ( https://github.com/quarkusio/quarkus/blob/main/bom/application/pom.xml ) .
135
134
* In any other relevant project.
0 commit comments