diff --git a/README.adoc b/README.adoc
index 1774933..ca13bbe 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,4 +1,5 @@
:launchURL: https://developers.redhat.com/launch
+:image: registry.access.redhat.com/fuse7/fuse-java-openshift:1.0
= REST API Level 0 - Fuse Booster
@@ -106,7 +107,7 @@ $ oc new-project MY_PROJECT_NAME
+
[source,bash,options="nowrap",subs="attributes+"]
----
-$ oc import-image fis-java-openshift:2.0 --from=registry.access.redhat.com/jboss-fuse-6/fis-java-openshift:2.0 --confirm
+$ oc import-image fis-java-openshift:2.0 --from={image} --confirm
----
. Build and deploy the project to the OpenShift cluster:
diff --git a/pom.xml b/pom.xml
index 86308a2..39bd485 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,20 +13,20 @@
UTF-8
UTF-8
- 1.5.4.RELEASE
- 2.21.0.000033-fuse-000001-redhat-1
- 2.3.7.fuse-000036-redhat-2
+ 1.5.12.RELEASE
+ 2.21.0.fuse-000077-redhat-1
+ 7.0.0.fuse-000027-redhat-1
- 3.5.32.fuse-000040-redhat-2
+ 3.5.33.fuse-000067-redhat-1
- io.fabric8
- fabric8-project-bom-camel-spring-boot
- ${fis.version}
+ org.jboss.redhat-fuse
+ fuse-springboot-bom
+ ${fuse.bom.version}
pom
import