Skip to content

Commit 0468390

Browse files
authored
fix: typos in group and version (#6)
1 parent 38825eb commit 0468390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Add the plugin to your `pom.xml`:
122122
<build>
123123
<plugins>
124124
<plugin>
125-
<groupId>org.eclipse.central</groupId>
125+
<groupId>org.eclipse.cbi.central</groupId>
126126
<artifactId>central-staging-plugins</artifactId>
127127
<version>1.2.0</version>
128128
</plugin>
@@ -324,7 +324,7 @@ For reactor builds, configure the plugin in the parent POM:
324324
You can also run the plugin directly from command line without adding it to your POM:
325325

326326
```bash
327-
mvn org.eclipse.central:central-staging-plugins:1.0.0:rc-publish
327+
mvn org.eclipse.cbi.central:central-staging-plugins:1.2.0:rc-publish
328328
```
329329

330330
### API Foundation

0 commit comments

Comments
 (0)