@@ -122,7 +122,7 @@ Add the plugin to your `pom.xml`:
122122 <plugin >
123123 <groupId >org.eclipse.central</groupId >
124124 <artifactId >central-staging-plugins</artifactId >
125- <version >1.1 .0</version >
125+ <version >1.2 .0</version >
126126 </plugin >
127127 </plugins >
128128</build >
@@ -147,7 +147,7 @@ Use a Maven profile for a complete deployment workflow:
147147 <plugin >
148148 <groupId >org.eclipse.cbi.central</groupId >
149149 <artifactId >central-staging-plugins</artifactId >
150- <version >1.1 .0</version >
150+ <version >1.2 .0</version >
151151 <executions >
152152 <execution >
153153 <id >sync-to-central</id >
@@ -196,7 +196,7 @@ Use a Maven profile for a complete deployment workflow:
196196 <plugin >
197197 <groupId >org.eclipse.cbi.central</groupId >
198198 <artifactId >central-staging-plugins</artifactId >
199- <version >1.1 .0</version >
199+ <version >1.2 .0</version >
200200 <executions >
201201 <!-- Bundle creation after package phase -->
202202 <execution >
@@ -253,7 +253,7 @@ For synchronizing from a remote repository (e.g., staging repository):
253253 <plugin >
254254 <groupId >org.eclipse.cbi.central</groupId >
255255 <artifactId >central-staging-plugins</artifactId >
256- <version >1.1 .0</version >
256+ <version >1.2 .0</version >
257257 <executions >
258258 <execution >
259259 <id >sync-to-central</id >
@@ -286,7 +286,7 @@ For reactor builds, configure the plugin in the parent POM:
286286 <plugin >
287287 <groupId >org.eclipse.cbi.central</groupId >
288288 <artifactId >central-staging-plugins</artifactId >
289- <version >1.1 .0</version >
289+ <version >1.2 .0</version >
290290 <configuration >
291291 <serverId >central</serverId >
292292 <signArtifacts >true</signArtifacts >
0 commit comments