GERONIMO-6678 upgrade meecrowave to 1.2.5
diff --git a/geronimo-microprofile-reporter/pom.xml b/geronimo-microprofile-reporter/pom.xml
index fe6028e..1e69c40 100644
--- a/geronimo-microprofile-reporter/pom.xml
+++ b/geronimo-microprofile-reporter/pom.xml
@@ -79,8 +79,7 @@
       <plugin>
         <groupId>org.apache.meecrowave</groupId>
         <artifactId>meecrowave-maven-plugin</artifactId>
-        <!--<version>${meecrowave.version}</version>-->
-        <version>1.2.5-SNAPSHOT</version> <!-- to avoid to scan poms and break the startup -->
+        <version>${meecrowave.version}</version>
         <configuration>
           <cdiConversation>false</cdiConversation>
           <scanningIncludes>geronimo-metrics</scanningIncludes>
diff --git a/pom.xml b/pom.xml
index 8ec3b8a..127aaba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
   </description>
 
   <properties>
-    <meecrowave.version>1.2.4</meecrowave.version>
+    <meecrowave.version>1.2.5</meecrowave.version>
   </properties>
 
   <modules>