pom changes to prep for release
diff --git a/pom.xml b/pom.xml
index d72fcdf..872f2c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 	</parent>
 
 	<artifactId>org.apache.sling.resource.filter</artifactId>
-	<version>0.0.1-SNAPSHOT</version>
+	<version>1.0.0-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 
 	<name>Apache Sling Resource Filter</name>
@@ -78,4 +78,10 @@
 		</dependency>
 	</dependencies>
 	<description>provides a set of utilities to create and handle streams</description>
+	<scm>
+	    <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-resource-filter.git</url>
+	    <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resource-filter.git</connection>
+	    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resource-filter.git</developerConnection>
+	    <tag>HEAD</tag>
+	</scm>
 </project>
diff --git a/src/main/java/org/apache/sling/resource/filter/package-info.java b/src/main/java/org/apache/sling/resource/filter/package-info.java
index 404537e..4005c2b 100644
--- a/src/main/java/org/apache/sling/resource/filter/package-info.java
+++ b/src/main/java/org/apache/sling/resource/filter/package-info.java
@@ -11,5 +11,5 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-@org.osgi.annotation.versioning.Version("0.0.1")
+@org.osgi.annotation.versioning.Version("1.0.0")
 package org.apache.sling.resource.filter;
\ No newline at end of file