GERONIMO-6744 meecrowave 1.2.8 in utilda
diff --git a/geronimo-microprofile-aggregator/pom.xml b/geronimo-microprofile-aggregator/pom.xml
index 2323cc9..f112147 100644
--- a/geronimo-microprofile-aggregator/pom.xml
+++ b/geronimo-microprofile-aggregator/pom.xml
@@ -29,7 +29,7 @@
   <description>Aggregator of all last versions of Geronimo specifications.</description>
 
   <properties>
-    <microprofile.platform.version>1.4</microprofile.platform.version>
+    <microprofile.platform.version>2.0</microprofile.platform.version>
     <geronimo-microprofile.Automatic-Module-Name>${project.groupId}.microprofile.aggregator</geronimo-microprofile.Automatic-Module-Name>
   </properties>
 
@@ -164,7 +164,7 @@
     <dependency>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-rt-rs-mp-client</artifactId>
-      <version>3.3.0</version>
+      <version>${cxf.version}</version>
       <exclusions>
         <exclusion>
           <groupId>javax.annotation</groupId>
diff --git a/pom.xml b/pom.xml
index 26f6474..2664d3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,8 @@
   </description>
 
   <properties>
-    <meecrowave.version>1.2.7</meecrowave.version>
+    <meecrowave.version>1.2.8</meecrowave.version>
+    <cxf.version>3.3.2</cxf.version>
 
     <microprofile-config-api.version>1.3</microprofile-config-api.version>
     <geronimo-config.version>1.2.2</geronimo-config.version>