You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2010/10/02 20:10:46 UTC

svn commit: r1003847 - in /sling/trunk/bundles/servlets: get/pom.xml resolver/pom.xml

Author: fmeschbe
Date: Sat Oct  2 18:10:46 2010
New Revision: 1003847

URL: http://svn.apache.org/viewvc?rev=1003847&view=rev
Log:
Add JIRA version id property

Modified:
    sling/trunk/bundles/servlets/get/pom.xml
    sling/trunk/bundles/servlets/resolver/pom.xml

Modified: sling/trunk/bundles/servlets/get/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/servlets/get/pom.xml?rev=1003847&r1=1003846&r2=1003847&view=diff
==============================================================================
--- sling/trunk/bundles/servlets/get/pom.xml (original)
+++ sling/trunk/bundles/servlets/get/pom.xml Sat Oct  2 18:10:46 2010
@@ -43,6 +43,10 @@
         <url>http://svn.apache.org/viewvc/sling/trunk/bundles/servlets/get</url>
     </scm>
 
+    <properties>
+        <site.jira.version.id>12314473</site.jira.version.id>
+    </properties>
+
     <build>
         <plugins>
             <plugin>

Modified: sling/trunk/bundles/servlets/resolver/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/servlets/resolver/pom.xml?rev=1003847&r1=1003846&r2=1003847&view=diff
==============================================================================
--- sling/trunk/bundles/servlets/resolver/pom.xml (original)
+++ sling/trunk/bundles/servlets/resolver/pom.xml Sat Oct  2 18:10:46 2010
@@ -42,6 +42,10 @@
         <url>http://svn.apache.org/viewvc/sling/trunk/bundles/servlets/resolver</url>
     </scm>
 
+    <properties>
+        <site.jira.version.id>12314292</site.jira.version.id>
+    </properties>
+
     <build>
         <plugins>
             <plugin>