Author: bago
Date: Sat Sep 20 10:44:26 2008
New Revision: 697400

URL: http://svn.apache.org/viewvc?rev=697400&view=rev
Log:
Updated dnsjnio to 1.0.0 final (JSPF-64/JSPF-65).
The jar comes from the zip distributed by sourceforge.
The pom has been created by me.

Added:
    james/jspf/trunk/stage/uk.nominet/jars/dnsjnio-1.0.0.jar   (with props)
    james/jspf/trunk/stage/uk.nominet/poms/dnsjnio-1.0.0.pom
Removed:
    james/jspf/trunk/stage/uk.nominet/jars/dnsjnio-1.0.0-beta-2.jar
    james/jspf/trunk/stage/uk.nominet/poms/dnsjnio-1.0.0-beta-2.pom
Modified:
    james/jspf/trunk/pom.xml
    james/jspf/trunk/stage/pom.xml

Modified: james/jspf/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/jspf/trunk/pom.xml?rev=697400&r1=697399&r2=697400&view=diff
==============================================================================
--- james/jspf/trunk/pom.xml (original)
+++ james/jspf/trunk/pom.xml Sat Sep 20 10:44:26 2008
@@ -67,12 +67,16 @@
     <pluginManagement>
       <plugins>
         <plugin>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>2.4</version>
+        </plugin>
+        <plugin>
           <artifactId>maven-site-plugin</artifactId>
           <version>2.0-beta-7</version>
         </plugin>
         <plugin>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.4</version>
+          <version>2.5</version>
         </plugin>
              <plugin>
                <artifactId>maven-jxr-plugin</artifactId>
@@ -173,7 +177,7 @@
       <dependency>
         <groupId>uk.nominet</groupId>
         <artifactId>dnsjnio</artifactId>
-        <version>1.0.0-beta-2</version>
+        <version>1.0.0</version>
            </dependency>
            <dependency>
              <groupId>junit</groupId>

Modified: james/jspf/trunk/stage/pom.xml
URL: 
http://svn.apache.org/viewvc/james/jspf/trunk/stage/pom.xml?rev=697400&r1=697399&r2=697400&view=diff
==============================================================================
--- james/jspf/trunk/stage/pom.xml (original)
+++ james/jspf/trunk/stage/pom.xml Sat Sep 20 10:44:26 2008
@@ -21,21 +21,19 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james.jspf</groupId>
   <artifactId>stage</artifactId>
-  <!-- 
   <parent>
     <groupId>org.apache.james</groupId>
     <artifactId>apache-jspf</artifactId>
     <version>0.9.7-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
-   -->
   <name>Apache JAMES jSPF Stage Repository</name>
   <description>Local maven repository for Apache JAMES jSPF</description>
   <packaging>pom</packaging>
   <version>0.9.7-SNAPSHOT</version>
   <repositories>
     <repository>
-      <id>module-local</id>
+      <id>jspf-local-repository</id>
       <name>Local Repository</name>
       <url>file://${basedir}</url>
       <layout>legacy</layout>
@@ -98,7 +96,7 @@
     <dependency>
       <groupId>uk.nominet</groupId>
       <artifactId>dnsjnio</artifactId>
-      <version>1.0.0-beta-2</version>
+      <version>1.0.0</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>

Added: james/jspf/trunk/stage/uk.nominet/jars/dnsjnio-1.0.0.jar
URL: 
http://svn.apache.org/viewvc/james/jspf/trunk/stage/uk.nominet/jars/dnsjnio-1.0.0.jar?rev=697400&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jspf/trunk/stage/uk.nominet/jars/dnsjnio-1.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jspf/trunk/stage/uk.nominet/poms/dnsjnio-1.0.0.pom
URL: 
http://svn.apache.org/viewvc/james/jspf/trunk/stage/uk.nominet/poms/dnsjnio-1.0.0.pom?rev=697400&view=auto
==============================================================================
--- james/jspf/trunk/stage/uk.nominet/poms/dnsjnio-1.0.0.pom (added)
+++ james/jspf/trunk/stage/uk.nominet/poms/dnsjnio-1.0.0.pom Sat Sep 20 
10:44:26 2008
@@ -0,0 +1,32 @@
+<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";>
+  <!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+  
+      http://www.apache.org/licenses/LICENSE-2.0
+  
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.    
+  -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>uk.nominet</groupId>
+  <artifactId>dnsjnio</artifactId>
+  <name>dnsjnio</name>
+  <version>1.0.0</version>
+  <packaging>jar</packaging>
+  <url>http://sourceforge.net/projects/dnsjnio</url>
+  <licenses>
+    <license>
+      <name>ASLv2 license</name>
+    </license>
+  </licenses>
+</project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to