Skip to content

Commit

Permalink
pom fixes
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cocoon/trunk/blocks/cocoon-apples@427605 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
lgawron committed Aug 1, 2006
1 parent 284d8e8 commit 680398f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions cocoon-apples-sample/pom.xml
Expand Up @@ -18,31 +18,31 @@
| @version $Id$
+-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-apples</artifactId>
<version>1-SNAPSHOT</version>
</parent>

<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-apples-sample</artifactId>
<version>1.0.0-SNAPSHOT</version>

<packaging>jar</packaging>
<name>apples Block Samples</name>
<description/>

<build>
<finalName>cocoon-apples-sample</finalName>
<plugins>
<plugin>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-deployer-plugin</artifactId>
<version>1.0.0-SNAPSHOT</version>
</plugin>
<version>1.0.0-M2-SNAPSHOT</version>
</plugin>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty6-plugin</artifactId>
Expand All @@ -57,10 +57,10 @@
<webAppSourceDirectory>target/cocoon-apples-sample</webAppSourceDirectory>
<contextPath>/</contextPath>
</configuration>
</plugin>
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
<groupId>org.apache.cocoon</groupId>
Expand All @@ -71,12 +71,12 @@
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-core-samples-main-sample</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
</dependency>
<dependency>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-template-impl</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
</dependency>
<dependency>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-forms-impl</artifactId>
Expand All @@ -86,7 +86,7 @@
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-samples-style-default</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
</dependency>
</dependencies>

</project>

0 comments on commit 680398f

Please sign in to comment.