use last libraries, update integration test
diff --git a/pom.xml b/pom.xml
index 426ad7d..bdb45cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -343,7 +343,7 @@
                                 <goal>install</goal>
                             </goals>
                             <filterProperties>
-                                <netbeans.version>RELEASE82</netbeans.version>
+                                <netbeans.version>RELEASE110</netbeans.version>
                             </filterProperties>
                         </configuration>
                         <executions>
@@ -387,7 +387,7 @@
         <dependency>
             <groupId>org.apache.ant</groupId>
             <artifactId>ant</artifactId>
-            <version>1.9.6</version>
+            <version>1.10.5</version>
         </dependency>
         <dependency>
             <groupId>org.codehaus.plexus</groupId>
@@ -449,9 +449,9 @@
         </dependency>
         <dependency>
             <!-- use harness from NetBeans 8.2  --> 
-            <groupId>org.codehaus.mojo</groupId>
+            <groupId>${project.groupId}</groupId>
             <artifactId>nbm-maven-harness</artifactId>
-            <version>8.2</version>
+            <version>11.0</version>
         </dependency>
         <dependency>
             <groupId>org.codehaus.plexus</groupId>
@@ -461,7 +461,7 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>nb-shared</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>
diff --git a/src/it/full/application/pom.xml b/src/it/full/application/pom.xml
index 101065a..4a0b28d 100644
--- a/src/it/full/application/pom.xml
+++ b/src/it/full/application/pom.xml
@@ -19,7 +19,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.codehaus.mojo</groupId> 
+        <groupId>org.apache.netbeans.utilities</groupId> 
         <artifactId>ittest-parent</artifactId>
         <version>1.0-SNAPSHOT</version>
     </parent>
diff --git a/src/it/full/branding/pom.xml b/src/it/full/branding/pom.xml
index daec0f5..ba4626a 100644
--- a/src/it/full/branding/pom.xml
+++ b/src/it/full/branding/pom.xml
@@ -19,7 +19,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.codehaus.mojo</groupId>
+        <groupId>org.apache.netbeans.utilities</groupId>
         <artifactId>ittest-parent</artifactId>
         <version>1.0-SNAPSHOT</version>
     </parent>
diff --git a/src/it/full/ittest-sample/pom.xml b/src/it/full/ittest-sample/pom.xml
index 3de2209..bde6491 100644
--- a/src/it/full/ittest-sample/pom.xml
+++ b/src/it/full/ittest-sample/pom.xml
@@ -18,7 +18,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.codehaus.mojo</groupId>
+        <groupId>org.apache.netbeans.utilities</groupId>
         <artifactId>ittest-parent</artifactId>
         <version>1.0-SNAPSHOT</version>
     </parent>
diff --git a/src/it/full/pom.xml b/src/it/full/pom.xml
index e4039e3..3321cce 100644
--- a/src/it/full/pom.xml
+++ b/src/it/full/pom.xml
@@ -19,7 +19,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.codehaus.mojo</groupId>
+        <groupId>org.apache.netbeans.utilities</groupId>
         <artifactId>nbm-maven-plugin-it-root</artifactId>
         <version>1.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
diff --git a/src/it/pom.xml b/src/it/pom.xml
index 080113f..3baa25e 100644
--- a/src/it/pom.xml
+++ b/src/it/pom.xml
@@ -17,7 +17,7 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.codehaus.mojo</groupId>
+    <groupId>org.apache.netbeans.utilities</groupId>
     <artifactId>nbm-maven-plugin-it-root</artifactId>
     <version>1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
diff --git a/src/it/single/pom.xml b/src/it/single/pom.xml
index 916e6c1..3d099ba 100644
--- a/src/it/single/pom.xml
+++ b/src/it/single/pom.xml
@@ -18,7 +18,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.codehaus.mojo</groupId>
+        <groupId>org.apache.netbeans.utilities</groupId>
         <artifactId>nbm-maven-plugin-it-root</artifactId>
         <version>1.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>