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/01/12 19:52:11 UTC

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

Author: cziegeler
Date: Sat Jan 12 10:52:09 2008
New Revision: 611454

URL: http://svn.apache.org/viewvc?rev=611454&view=rev
Log:
Use latest release of the SCR plugin (RTC not needed)

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=611454&r1=611453&r2=611454&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Sat Jan 12 10:52:09 2008
@@ -140,7 +140,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-scr-plugin</artifactId>
-                    <version>1.0.1</version>
+                    <version>1.0.2</version>
                     <executions>
                         <execution>
                             <id>generate-scr-scrdescriptor</id>