You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:58:46 UTC

[sling-org-apache-sling-resourcebuilder] annotated tag org.apache.sling.resourcebuilder-1.0.2 created (now 0473e35)

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

rombert pushed a change to annotated tag org.apache.sling.resourcebuilder-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourcebuilder.git.


      at 0473e35  (tag)
 tagging c07565df33afac53b4a85047286e55a7d16d3195 (commit)
      by Stefan Seifert
      on Fri Oct 14 22:15:15 2016 +0000

- Log -----------------------------------------------------------------
org.apache.sling.resourcebuilder-1.0.2
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new ae44b20  SLING-5356 - ResourceBuilder, work in progress
     new 91399c7  SLING-5356 - test multiple properties
     new f862e93  SLING-5356 - forgot this test
     new 9669c4c  SLING-5356 - add file support
     new feae532  SLING-5356 - test default mime-type and last-modified values
     new 6fd0855  SLING-5356 - module has been renamed
     new eeeaa78  SLING-5356 - add a few missing tests
     new a842d79  SLING-5356 - server-side tests setup (that's a lot of stuff in the pom...)
     new b73d747  SLING-5356 - refactor ResourceAssertions
     new e6427c6  SLING-5356 - basic server-side tests added
     new f6837c3  SLING-5356 - FileRetrievalIT added, and fix nt:file bug that it found
     new 787fde4  SLING-5356 - resetParent now implies hierarchyMode, seems more natural
     new 296f038  SLING-5356 - reject .. in paths
     new 1e15563  SLING-5356 - add missing ProviderType
     new 5fd3322  SLING-5356 - better name for atParent() method
     new 8ebf1b6  SLING-5356 - get rid of ResourceBuilderProvider, adding two for* methods to ResourceBuilder
     new 1747738  SLING-5356 - test forParent and forResolver
     new 55ea924  SLING-5356 - allows paths in file(...) calls
     new 5562255  Switch to parent pom 26
     new 4155794  SLING-5356 - move resourcebuilder under bundles/extensions
     new 0722880  SLING-5712 - avoid windows file separator issues in ClassResourceVisitor, based on a patch by Emanuele Lombardi, thanks!
     new 6430286  SLING-6035 ResourceBuilder: Support absolute paths This closes #165
     new a98c862  SLING-6036 ResourceBuilder: Reusing ResourceBuilder instances
     new 6e31b14  add infinitest.filters to ignore list
     new e197e54  SLING-6039 ResourceBuilder: Split up ResourceBuilder and ResourceBuilderFactory
     new 318d46e  SLING-6040 split up ResourceBuilder project into impl and integration-tests to remove dependency to sling-mock in impl project
     new 89e457c  Rats - the rat plugin was unhappy when building from this folder
     new 8d8ccb6  SLING-6040 revert last two commits rev. 1759507, 1759545 - there is a better solution
     new 493b2d5  SLING-6040 use resourceresolver-mock instead of sling-mock to avoid cyclic dependency to sling-mock referencing the resourcebuilder itself
     new 90dd679  update testing dependencies
     new f397ee7  add mockito test dependency
     new 7f88033  SLING-6050 ResourceBuilder: Support Map for resource properties
     new 840978f  fix javadoc error
     new b7102b5  update dependencies
     new 6e0447c  [maven-release-plugin] prepare release org.apache.sling.resourcebuilder-1.0.0
     new b208f64  [maven-release-plugin] prepare for next development iteration
     new 8849a81  update dependencies to latest snapshots until released versions are available in maven central
     new c518b68  switch back to released versions
     new a242c6a  SLING-6132 ResourceBuilder: Use absolute resource path should switch to hierachy mode
     new 12e925f  cosmetic: add package version and update rat file ignore list
     new 09d29ea  SLING-6132 fix integration test setup
     new ef3a80c  [maven-release-plugin] prepare release org.apache.sling.resourcebuilder-1.0.2
     new c07565d  [maven-release-plugin] copy for tag org.apache.sling.resourcebuilder-1.0.2

The 43 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].

[sling-org-apache-sling-resourcebuilder] 05/08: cosmetic: add package version and update rat file ignore list

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.resourcebuilder-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourcebuilder.git

commit 12e925f30b0f092537e3b415526fed1dd4bac7ec
Author: Stefan Seifert <ss...@apache.org>
AuthorDate: Tue Oct 11 16:47:15 2016 +0000

    cosmetic: add package version and update rat file ignore list
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/resourcebuilder@1764300 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml                                            |  1 +
 .../sling/resourcebuilder/api/package-info.java    | 23 ++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/pom.xml b/pom.xml
index 79d4f6a..e9c437b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,6 +76,7 @@
                     <excludes>
                         <exclude>src/test/resources/**</exclude>
                         <exclude>sling/**</exclude>
+                        <exclude>infinitest.filters</exclude>
                     </excludes>
                 </configuration>
             </plugin>
diff --git a/src/main/java/org/apache/sling/resourcebuilder/api/package-info.java b/src/main/java/org/apache/sling/resourcebuilder/api/package-info.java
new file mode 100644
index 0000000..9cb1bc9
--- /dev/null
+++ b/src/main/java/org/apache/sling/resourcebuilder/api/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+/**
+ * ResourceBuilder API.
+ */
+@aQute.bnd.annotation.Version("1.0.0")
+package org.apache.sling.resourcebuilder.api;

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-org-apache-sling-resourcebuilder] 06/08: SLING-6132 fix integration test setup

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.resourcebuilder-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourcebuilder.git

commit 09d29ea5054104b9fad30728d4f254a94b52a06d
Author: Stefan Seifert <ss...@apache.org>
AuthorDate: Tue Oct 11 16:58:54 2016 +0000

    SLING-6132 fix integration test setup
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/resourcebuilder@1764303 13f79535-47bb-0310-9956-ffa450edef68
---
 src/test/java/org/apache/sling/resourcebuilder/it/FileRetrievalIT.java | 2 +-
 .../java/org/apache/sling/resourcebuilder/it/ResourceBuilderIT.java    | 2 +-
 src/test/java/org/apache/sling/resourcebuilder/it/TestEnvironment.java | 3 ---
 3 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/test/java/org/apache/sling/resourcebuilder/it/FileRetrievalIT.java b/src/test/java/org/apache/sling/resourcebuilder/it/FileRetrievalIT.java
index 1991c27..76630a8 100644
--- a/src/test/java/org/apache/sling/resourcebuilder/it/FileRetrievalIT.java
+++ b/src/test/java/org/apache/sling/resourcebuilder/it/FileRetrievalIT.java
@@ -56,7 +56,7 @@ public class FileRetrievalIT {
     @Before
     public void setup() throws LoginException, PersistenceException {
         E = new TestEnvironment(teleporter);
-        A = new ResourceAssertions(E.testRootPath, E.resolver);
+        A = new ResourceAssertions(E.parent.getPath(), E.resolver);
     }
     
     @After
diff --git a/src/test/java/org/apache/sling/resourcebuilder/it/ResourceBuilderIT.java b/src/test/java/org/apache/sling/resourcebuilder/it/ResourceBuilderIT.java
index 9c16b12..3ec402c 100644
--- a/src/test/java/org/apache/sling/resourcebuilder/it/ResourceBuilderIT.java
+++ b/src/test/java/org/apache/sling/resourcebuilder/it/ResourceBuilderIT.java
@@ -49,7 +49,7 @@ public class ResourceBuilderIT {
     @Before
     public void setup() throws LoginException, PersistenceException {
         E = new TestEnvironment(teleporter);
-        A = new ResourceAssertions(E.testRootPath, E.resolver);
+        A = new ResourceAssertions(E.parent.getPath(), E.resolver);
     }
     
     @After
diff --git a/src/test/java/org/apache/sling/resourcebuilder/it/TestEnvironment.java b/src/test/java/org/apache/sling/resourcebuilder/it/TestEnvironment.java
index f5625e9..0678392 100644
--- a/src/test/java/org/apache/sling/resourcebuilder/it/TestEnvironment.java
+++ b/src/test/java/org/apache/sling/resourcebuilder/it/TestEnvironment.java
@@ -28,7 +28,6 @@ import org.apache.sling.api.resource.ResourceResolverFactory;
 import org.apache.sling.junit.rules.TeleporterRule;
 import org.apache.sling.resourcebuilder.api.ResourceBuilder;
 import org.apache.sling.resourcebuilder.api.ResourceBuilderFactory;
-import org.apache.sling.resourcebuilder.test.ResourceAssertions;
 
 class TestEnvironment {
     
@@ -37,7 +36,6 @@ class TestEnvironment {
     final ResourceResolver resolver;
     final String testRootPath;
     final Resource parent;
-    final ResourceAssertions A;
 
     TestEnvironment(TeleporterRule teleporter) throws LoginException, PersistenceException {
         testRootPath = getClass().getSimpleName() + "-" + UUID.randomUUID().toString(); 
@@ -46,7 +44,6 @@ class TestEnvironment {
         parent = resolver.create(root, testRootPath, null);
         builderService = teleporter.getService(ResourceBuilderFactory.class); 
         builder = builderService.forParent(parent);
-        A = new ResourceAssertions(testRootPath, resolver);
     }
     
     void cleanup() throws PersistenceException {

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-org-apache-sling-resourcebuilder] 04/08: SLING-6132 ResourceBuilder: Use absolute resource path should switch to hierachy mode

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.resourcebuilder-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourcebuilder.git

commit a242c6a8550408ca195d8ca28b7daca86f975a1a
Author: Stefan Seifert <ss...@apache.org>
AuthorDate: Tue Oct 11 16:39:43 2016 +0000

    SLING-6132 ResourceBuilder: Use absolute resource path should switch to hierachy mode
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/resourcebuilder@1764295 13f79535-47bb-0310-9956-ffa450edef68
---
 .../resourcebuilder/impl/ResourceBuilderImpl.java    |  7 ++++---
 .../impl/ResourceBuilderImplTest.java                | 20 ++++++++++++++++++++
 .../resourcebuilder/test/ResourceAssertions.java     |  2 +-
 3 files changed, 25 insertions(+), 4 deletions(-)

diff --git a/src/main/java/org/apache/sling/resourcebuilder/impl/ResourceBuilderImpl.java b/src/main/java/org/apache/sling/resourcebuilder/impl/ResourceBuilderImpl.java
index fcc4cae..d95d35a 100644
--- a/src/main/java/org/apache/sling/resourcebuilder/impl/ResourceBuilderImpl.java
+++ b/src/main/java/org/apache/sling/resourcebuilder/impl/ResourceBuilderImpl.java
@@ -112,7 +112,8 @@ public class ResourceBuilderImpl implements ResourceBuilder {
         
         final String parentPath;
         final String fullPath;
-        if (isAbsolutePath(path)) {
+        boolean absolutePath = isAbsolutePath(path);
+        if (absolutePath) {
             parentPath = ResourceUtil.getParent(path);
             fullPath = path;
         }
@@ -145,8 +146,8 @@ public class ResourceBuilderImpl implements ResourceBuilder {
         
         if (r == null) {
             throw new RuntimeException("Failed to get or create resource " + fullPath);
-        } else if(hierarchyMode) {
-            return cloneResourceBuilder(r, this.intermediatePrimaryType, this.hierarchyMode);
+        } else if (hierarchyMode || absolutePath) {
+            return cloneResourceBuilder(r, this.intermediatePrimaryType, true);
         }
         return this;
     }
diff --git a/src/test/java/org/apache/sling/resourcebuilder/impl/ResourceBuilderImplTest.java b/src/test/java/org/apache/sling/resourcebuilder/impl/ResourceBuilderImplTest.java
index e025c16..4289489 100644
--- a/src/test/java/org/apache/sling/resourcebuilder/impl/ResourceBuilderImplTest.java
+++ b/src/test/java/org/apache/sling/resourcebuilder/impl/ResourceBuilderImplTest.java
@@ -367,6 +367,26 @@ public class ResourceBuilderImplTest {
     }
 
     @Test
+    public void absolutePathSwitchBackToSiblingMode() throws Exception {
+        new ResourceBuilderFactoryService()
+            .forResolver(resourceResolver)
+            .resource("/a").siblingsMode().resource("a1").resource("a2")
+            .resource("/b").siblingsMode().resource("b1").resource("b2")
+            .resource("/c").resource("c1").resource("c11");
+        
+        // make sure sibling mode is switched back to hierarchy mode when absolute resources is used
+        A.assertResource("/a");
+        A.assertResource("/a/a1");
+        A.assertResource("/a/a2");
+        A.assertResource("/b");
+        A.assertResource("/b/b1");
+        A.assertResource("/b/b2");
+        A.assertResource("/c");
+        A.assertResource("/c/c1");
+        A.assertResource("/c/c1/c11");
+    }
+
+    @Test
     public void reuseInstance() throws Exception {
         ResourceBuilder content = new ResourceBuilderFactoryService()
                 .forResolver(resourceResolver)
diff --git a/src/test/java/org/apache/sling/resourcebuilder/test/ResourceAssertions.java b/src/test/java/org/apache/sling/resourcebuilder/test/ResourceAssertions.java
index cea2069..787c66d 100644
--- a/src/test/java/org/apache/sling/resourcebuilder/test/ResourceAssertions.java
+++ b/src/test/java/org/apache/sling/resourcebuilder/test/ResourceAssertions.java
@@ -52,7 +52,7 @@ public class ResourceAssertions {
     }
     
     public Resource assertResource(String path) {
-        final Resource result =  resourceResolver.resolve(fullPath(path));
+        final Resource result = resourceResolver.getResource(fullPath(path));
         assertNotNull("Expecting resource to exist:" + path, result);
         return result;
     }

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-org-apache-sling-resourcebuilder] 01/08: [maven-release-plugin] prepare for next development iteration

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.resourcebuilder-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourcebuilder.git

commit b208f647750740d4bd2b810776527632276c48cc
Author: Stefan Seifert <ss...@apache.org>
AuthorDate: Wed Sep 14 21:21:30 2016 +0000

    [maven-release-plugin] prepare for next development iteration
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/resourcebuilder@1760768 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1cf5a8e..79d4f6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.resourcebuilder</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Resource Builder</name>
@@ -53,9 +53,9 @@
         <jar.executor.jar.options>-p $JAREXEC_SERVER_PORT$</jar.executor.jar.options>
     </properties>
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.resourcebuilder-1.0.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.resourcebuilder-1.0.0</developerConnection>
-        <url>https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.resourcebuilder-1.0.0</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/resourcebuilder</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/resourcebuilder</developerConnection>
+        <url>https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/resourcebuilder</url>
     </scm>
     
     <build>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-org-apache-sling-resourcebuilder] 02/08: update dependencies to latest snapshots until released versions are available in maven central

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.resourcebuilder-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourcebuilder.git

commit 8849a8141363dd974340baf766fa03606549519f
Author: Stefan Seifert <ss...@apache.org>
AuthorDate: Wed Sep 14 22:15:54 2016 +0000

    update dependencies to latest snapshots until released versions are available in maven central
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/resourcebuilder@1760812 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 79d4f6a..a6bd885 100644
--- a/pom.xml
+++ b/pom.xml
@@ -234,7 +234,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.junit.core</artifactId>
-            <version>1.0.18</version>
+            <version>1.0.19-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -246,7 +246,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.junit.teleporter</artifactId>
-            <version>1.0.8</version>
+            <version>1.0.9-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-org-apache-sling-resourcebuilder] 08/08: [maven-release-plugin] copy for tag org.apache.sling.resourcebuilder-1.0.2

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.resourcebuilder-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourcebuilder.git

commit c07565df33afac53b4a85047286e55a7d16d3195
Author: Stefan Seifert <ss...@apache.org>
AuthorDate: Fri Oct 14 22:15:15 2016 +0000

    [maven-release-plugin] copy for tag org.apache.sling.resourcebuilder-1.0.2
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.resourcebuilder-1.0.2@1764976 13f79535-47bb-0310-9956-ffa450edef68

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-org-apache-sling-resourcebuilder] 03/08: switch back to released versions

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.resourcebuilder-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourcebuilder.git

commit c518b68737879dfb2996e5f1532b964321c6a584
Author: Stefan Seifert <ss...@apache.org>
AuthorDate: Mon Sep 19 09:26:36 2016 +0000

    switch back to released versions
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/resourcebuilder@1761405 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a6bd885..79d4f6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -234,7 +234,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.junit.core</artifactId>
-            <version>1.0.19-SNAPSHOT</version>
+            <version>1.0.18</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -246,7 +246,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.junit.teleporter</artifactId>
-            <version>1.0.9-SNAPSHOT</version>
+            <version>1.0.8</version>
             <scope>test</scope>
         </dependency>
         <dependency>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-org-apache-sling-resourcebuilder] 07/08: [maven-release-plugin] prepare release org.apache.sling.resourcebuilder-1.0.2

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.resourcebuilder-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourcebuilder.git

commit ef3a80c4262c2c3fa685ea46cfd69bf109b027c2
Author: Stefan Seifert <ss...@apache.org>
AuthorDate: Fri Oct 14 22:15:02 2016 +0000

    [maven-release-plugin] prepare release org.apache.sling.resourcebuilder-1.0.2
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/resourcebuilder@1764975 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index e9c437b..b4014e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.resourcebuilder</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Resource Builder</name>
@@ -53,9 +53,9 @@
         <jar.executor.jar.options>-p $JAREXEC_SERVER_PORT$</jar.executor.jar.options>
     </properties>
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/resourcebuilder</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/resourcebuilder</developerConnection>
-        <url>https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/resourcebuilder</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.resourcebuilder-1.0.2</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.resourcebuilder-1.0.2</developerConnection>
+        <url>https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.resourcebuilder-1.0.2</url>
     </scm>
     
     <build>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.