You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by je...@apache.org on 2018/07/24 02:13:32 UTC

[sling-org-apache-sling-resource-filter] branch master updated: pom changes to prep for release

This is an automated email from the ASF dual-hosted git repository.

jeb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resource-filter.git


The following commit(s) were added to refs/heads/master by this push:
     new 75bb3ef  pom changes to prep for release
75bb3ef is described below

commit 75bb3efd336f81b770a5d553d3229685c90db71e
Author: Jason E Bailey <je...@apache.org>
AuthorDate: Mon Jul 23 22:13:28 2018 -0400

    pom changes to prep for release
---
 pom.xml                                                          | 8 +++++++-
 src/main/java/org/apache/sling/resource/filter/package-info.java | 2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

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