You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2008/08/05 20:19:11 UTC

svn commit: r682846 - /cocoon/trunk/subprojects/cocoon-jnet/pom.xml

Author: reinhard
Date: Tue Aug  5 11:19:10 2008
New Revision: 682846

URL: http://svn.apache.org/viewvc?rev=682846&view=rev
Log:
[maven-release-plugin] prepare release cocoon-jnet-1.0.0

Modified:
    cocoon/trunk/subprojects/cocoon-jnet/pom.xml

Modified: cocoon/trunk/subprojects/cocoon-jnet/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/subprojects/cocoon-jnet/pom.xml?rev=682846&r1=682845&r2=682846&view=diff
==============================================================================
--- cocoon/trunk/subprojects/cocoon-jnet/pom.xml (original)
+++ cocoon/trunk/subprojects/cocoon-jnet/pom.xml Tue Aug  5 11:19:10 2008
@@ -18,8 +18,7 @@
   under the License.
  -->
 <!-- $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">
+<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>
   <packaging>jar</packaging>
@@ -27,12 +26,12 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>cocoon-jnet</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0</version>
   <name>Cocoon JNet</name>
   <description>Dynamically register URLStreamHandler factories with your JVM.</description>
   <url>http://cocoon.apache.org/${docs.m.jnet.relPath}</url>  
@@ -53,6 +52,7 @@
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-spring-configurator</artifactId>
+      <version>2.0.0</version>
       <scope>runtime</scope>
       <optional>true</optional>
     </dependency>
@@ -152,4 +152,10 @@
       </build>      
     </profile>   
   </profiles>  
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-jnet/cocoon-jnet/cocoon-jnet-1.0.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-jnet/cocoon-jnet/cocoon-jnet-1.0.0</developerConnection>
+    <url>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-jnet/cocoon-jnet/cocoon-jnet-1.0.0</url>
+  </scm>
 </project>