Author: apetrelli
Date: Sat Feb 21 14:34:13 2009
New Revision: 746520
URL: http://svn.apache.org/viewvc?rev=746520&view=rev
Log:
TILESSB-7
Fixed tiles-velocity pom file to be child of tiles-sandbox.
Modified:
tiles/sandbox/trunk/tiles-velocity/pom.xml
Modified: tiles/sandbox/trunk/tiles-velocity/pom.xml
URL:
http://svn.apache.org/viewvc/tiles/sandbox/trunk/tiles-velocity/pom.xml?rev=746520&r1=746519&r2=746520&view=diff
==============================================================================
--- tiles/sandbox/trunk/tiles-velocity/pom.xml (original)
+++ tiles/sandbox/trunk/tiles-velocity/pom.xml Sat Feb 21 14:34:13 2009
@@ -22,61 +22,26 @@
*/
-->
<project>
+ <parent>
+ <artifactId>tiles-sandbox</artifactId>
+ <groupId>org.apache.tiles</groupId>
+ <version>1.0-SNAPSHOT</version>
+ </parent>
+
<modelVersion>4.0.0</modelVersion>
- <groupId>com.anydoby</groupId>
- <artifactId>velocity-tiles2</artifactId>
- <version>0.0.1</version>
- <description>Velocity Tiles2 Spring MVC integration layer</description>
- <inceptionYear>2008</inceptionYear>
- <name>Velocity Tiles2</name>
- <developers>
- <developer>
- <email>[email protected]</email>
- <name>Sergey Zolotaryov</name>
- <timezone>+2</timezone>
- <url>http://anydoby.com</url>
- <roles>
- <role>developer</role>
- </roles>
- </developer>
- </developers>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-install-plugin</artifactId>
- <configuration>
- <createChecksum>true</createChecksum>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <configuration>
- <attach>true</attach>
- </configuration>
- <executions>
- <execution>
- <id>attachsources</id>
- <phase>verify</phase>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
+ <artifactId>tiles-velocity</artifactId>
+ <description>Velocity Support in Tiles 2</description>
+ <name>Tiles - Velocity Support</name>
<dependencies>
<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-core</artifactId>
- <version>2.0.5</version>
+ <version>2.2.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tiles</groupId>
+ <artifactId>tiles-template</artifactId>
+ <version>2.2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
@@ -111,7 +76,4 @@
<scope>test</scope>
</dependency>
</dependencies>
- <scm>
- <connection>scm:svn:svn://anydoby.com/anydoby/velocity</connection>
- </scm>
</project>
\ No newline at end of file