You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2008/03/17 09:31:34 UTC

svn commit: r637782 - /incubator/sling/trunk/parent/pom.xml

Author: cziegeler
Date: Mon Mar 17 01:31:32 2008
New Revision: 637782

URL: http://svn.apache.org/viewvc?rev=637782&view=rev
Log:
Use latest release of scr plugin.

Modified:
    incubator/sling/trunk/parent/pom.xml

Modified: incubator/sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/parent/pom.xml?rev=637782&r1=637781&r2=637782&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Mon Mar 17 01:31:32 2008
@@ -131,8 +131,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-scr-plugin</artifactId>
-                    <!-- require fix for FELIX-506 and FELIX-507 -->
-                    <version>1.0.4-SNAPSHOT</version>
+                    <version>1.0.4</version>
                     <executions>
                         <execution>
                             <id>generate-scr-scrdescriptor</id>