Use last released parent
diff --git a/pom.xml b/pom.xml
index aa46964..e13edea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.netbeans.utilities</groupId>
         <artifactId>utilities-parent</artifactId>
-        <version>1-SNAPSHOT</version>
+        <version>1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/src/site/site.xml b/src/site/site.xml
index 5beda36..ca5d8b0 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -17,7 +17,7 @@
 -->
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
     <skin>
-        <groupId>org.netbeans.maven</groupId>
+        <groupId>org.apache.netbeans.utilities</groupId>
         <artifactId>maven-netbeans-skin</artifactId>
         <version>1.0-SNAPSHOT</version>
     </skin>