Skip to content

Commit

Permalink
[maven-scm] copy for tag cocoon-apples-1
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cocoon/tags/cocoon-apples-1@428364 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
reinhard committed Aug 3, 2006
1 parent 680398f commit 90492e1
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions pom.xml
Expand Up @@ -22,21 +22,27 @@
<parent> <parent>
<groupId>org.apache.cocoon</groupId> <groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-blocks-modules</artifactId> <artifactId>cocoon-blocks-modules</artifactId>
<version>2-SNAPSHOT</version> <version>1</version>
</parent> </parent>


<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


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


<packaging>pom</packaging> <packaging>pom</packaging>


<name>Cocoon Apples Block</name> <name>Cocoon Apples Block</name>


<modules> <!--modules>
<module>cocoon-apples-impl</module> <module>cocoon-apples-impl</module>
<module>cocoon-apples-sample</module> <module>cocoon-apples-sample</module>
</modules> </modules-->

<scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-apples-1</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-apples-1</developerConnection>
<url>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-apples-1</url>
</scm>
</project> </project>

0 comments on commit 90492e1

Please sign in to comment.