372640: upgrade bundlor to 1.0.0.RELEASE
diff --git a/solution/parent/pom.xml b/solution/parent/pom.xml
index b23ec51..8939a3a 100644
--- a/solution/parent/pom.xml
+++ b/solution/parent/pom.xml
@@ -162,14 +162,13 @@
 			<plugin>
 				<groupId>com.springsource.bundlor</groupId>
 				<artifactId>com.springsource.bundlor.maven</artifactId>
-				<version>1.0.0.M2</version>
+				<version>1.0.0.RELEASE</version>
 				<executions>
 					<execution>
 						<id>bundlor</id>
 						<goals>
-							<goal>transform</goal>
+							<goal>bundlor</goal>
 						</goals>
-						<phase>package</phase>
 					</execution>
 				</executions>
 			</plugin>