[maven-release-plugin] prepare release org.apache.sling.resourcebuilder-1.0.4
diff --git a/pom.xml b/pom.xml
index d05b2c9..1cb65b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>

 

     <artifactId>org.apache.sling.resourcebuilder</artifactId>

-    <version>1.0.3-SNAPSHOT</version>

+    <version>1.0.4</version>

     <packaging>bundle</packaging>

 

     <name>Apache Sling Resource Builder</name>

@@ -56,7 +56,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourcebuilder.git</connection>

         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourcebuilder.git</developerConnection>

         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-resourcebuilder.git</url>

-    </scm>

+      <tag>org.apache.sling.resourcebuilder-1.0.4</tag>

+  </scm>

     

     <build>

         <plugins>