Author: bdelacretaz
Date: Wed Jan 7 03:31:12 2009
New Revision: 732305
URL: http://svn.apache.org/viewvc?rev=732305&view=rev
Log:
fix parent pom reference
Modified:
incubator/sling/trunk/samples/espblog/pom.xml
Modified: incubator/sling/trunk/samples/espblog/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/samples/espblog/pom.xml?rev=732305&r1=732304&r2=732305&view=diff
==============================================================================
--- incubator/sling/trunk/samples/espblog/pom.xml (original)
+++ incubator/sling/trunk/samples/espblog/pom.xml Wed Jan 7 03:31:12 2009
@@ -12,8 +12,8 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
- <version>3-incubator</version>
- <relativePath>../../../parent/pom.xml</relativePath>
+ <version>5-incubator-SNAPSHOT</version>
+ <relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.apache.sling.samples</groupId>
@@ -92,4 +92,4 @@
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>