We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38825eb commit 0468390Copy full SHA for 0468390
README.md
@@ -122,7 +122,7 @@ Add the plugin to your `pom.xml`:
122
<build>
123
<plugins>
124
<plugin>
125
- <groupId>org.eclipse.central</groupId>
+ <groupId>org.eclipse.cbi.central</groupId>
126
<artifactId>central-staging-plugins</artifactId>
127
<version>1.2.0</version>
128
</plugin>
@@ -324,7 +324,7 @@ For reactor builds, configure the plugin in the parent POM:
324
You can also run the plugin directly from command line without adding it to your POM:
325
326
```bash
327
-mvn org.eclipse.central:central-staging-plugins:1.0.0:rc-publish
+mvn org.eclipse.cbi.central:central-staging-plugins:1.2.0:rc-publish
328
```
329
330
### API Foundation
0 commit comments