Skip to content

Commit 5023a4c

Browse files
authored
docs: purge ossrh term from documentation (#99)
1 parent 467e37c commit 5023a4c

File tree

1 file changed

+2
-2
lines changed
  • content/en/documentation/for-contributors

1 file changed

+2
-2
lines changed

content/en/documentation/for-contributors/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ The most important plugin is the "EDC build" plugin. It consists essentially of
292292
- _a plugin class_: extends `Plugin<Project>` from the Gradle API to hook into the Gradle task infrastructure
293293
- _extensions_: they are POJOs that are model classes for configuration.
294294
- _conventions_: individual mutations that are applied to the project. For example, we use conventions to add some
295-
standard repositories to all projects, or to implement publishing to OSSRH and MavenCentral in a generic way.
295+
standard repositories to all projects, or to implement publishing to Snapshot Repository and MavenCentral in a generic way.
296296
- _tasks_: executable Gradle tasks that perform a certain action like merging OpenAPI Specification documents.
297297

298298
It is important to note that a Gradle build is separated in _phases_, namely _Initialization_, _Configuration_ and
@@ -301,7 +301,7 @@ _conventions_ as well as other plugins have to be applied in the _Configuration_
301301

302302
### 6.3 The EDC Release process
303303

304-
Generally speaking, EDC publishes `-SNAPSHOT` build artifacts to OSSRH Snapshots and release build artefacts to
304+
Generally speaking, EDC publishes `-SNAPSHOT` build artifacts to Snapshot Repository and release build artefacts to
305305
MavenCentral.
306306

307307
We further distinguish our artifacts in "core" modules and "technology" modules. The earlier consists of the Connector,

0 commit comments

Comments
 (0)