You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by dk...@apache.org on 2009/06/22 20:11:35 UTC

svn commit: r787339 - in /webservices/commons/trunk/modules/neethi: .gitignore pom.xml

Author: dkulp
Date: Mon Jun 22 18:11:35 2009
New Revision: 787339

URL: http://svn.apache.org/viewvc?rev=787339&view=rev
Log:
Update neethi pom to start working on 3.0

Added:
    webservices/commons/trunk/modules/neethi/.gitignore
Modified:
    webservices/commons/trunk/modules/neethi/pom.xml

Added: webservices/commons/trunk/modules/neethi/.gitignore
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/.gitignore?rev=787339&view=auto
==============================================================================
--- webservices/commons/trunk/modules/neethi/.gitignore (added)
+++ webservices/commons/trunk/modules/neethi/.gitignore Mon Jun 22 18:11:35 2009
@@ -0,0 +1,8 @@
+.checkstyle
+.classpath
+.pmd
+.project
+.ruleset
+.settings/
+target/
+velocity.log

Modified: webservices/commons/trunk/modules/neethi/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/pom.xml?rev=787339&r1=787338&r2=787339&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/pom.xml (original)
+++ webservices/commons/trunk/modules/neethi/pom.xml Mon Jun 22 18:11:35 2009
@@ -22,8 +22,8 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.neethi</groupId>
 	<artifactId>neethi</artifactId>
-	<name>Neethi</name>
-	<version>SNAPSHOT</version>
+	<name>Apache Neethi</name>
+	<version>3.0.0-SNAPSHOT</version>
 	<description>Apache Neethi provides general framework for the programmers to use WS Policy. It is compliant with latest WS Policy specification which was published in March 2006. This framework is specifically written to enable the Apache Web services stack to use WS Policy as a way of expressing it's requirements and capabilities.</description>
 	<url>http://ws.apache.org/commons/neethi/</url>
 	<issueManagement>
@@ -75,6 +75,12 @@
 			<organization>WSO2 Inc.</organization>
 			<email>sanka@apache.org</email>
 		</developer>
+        <developer>
+            <name>Daniel Kulp</name>
+            <id>dkulp</id>
+            <organization>Progress Software</organization>
+            <email>dkulp@apache.org</email>
+        </developer>
 		<developer>
             <!-- Documentation -->
 			<name>Chatra Nakkawita</name>
@@ -118,8 +124,8 @@
 			<plugin>
 				<artifactId>maven-compiler-plugin</artifactId>
 				<configuration>
-					<source>1.3</source>
-					<target>1.3</target>
+					<source>1.5</source>
+					<target>1.5</target>
 				</configuration>
 			</plugin>
 			<plugin>
@@ -194,51 +200,8 @@
 			</build>
 		</profile>
 	</profiles>
-    <repositories>
-        <repository>
-            <id>maven-central</id>
-            <name>central maven repository</name>
-            <url>http://repo1.maven.org/maven/</url>
-            <layout>legacy</layout>
-        </repository>
-        <repository>
-            <releases>
-                <enabled>true</enabled>
-                <updatePolicy>always</updatePolicy>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>never</updatePolicy>
-            </snapshots>
-            <id>apache-ws-snapshots2</id>
-            <name>Apache ws.zones - 2</name>
-            <url>http://ws.zones.apache.org/repository2</url>
-        </repository>
-    </repositories>
-	<pluginRepositories>
-		<pluginRepository>
-			<id>snapshot</id>
-			<name>Snapshot repository</name>
-			<url>http://snapshots.maven.codehaus.org/maven2/</url>
-			<snapshots>
-				<enabled>true</enabled>
-			</snapshots>
-			<releases>
-				<enabled>false</enabled>
-			</releases>
-		</pluginRepository>
-		<pluginRepository>
-			<id>snapshot-apache</id>
-			<name>Apache Snapshot repository</name>
-			<url>http://people.apache.org/repo/m2-snapshot-repository</url>
-			<snapshots>
-				<enabled>true</enabled>
-			</snapshots>
-			<releases>
-				<enabled>false</enabled>
-			</releases>
-		</pluginRepository>
-	</pluginRepositories>
+
+
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.ws.commons.axiom</groupId>
@@ -311,8 +274,8 @@
 		</site>
 	</distributionManagement>
 	<properties>
-        <axiom.version>1.2.9-SNAPSHOT</axiom.version>
-        <neethi.osgi.version>2.0.3</neethi.osgi.version>
+        <axiom.version>1.2.8</axiom.version>
+        <neethi.osgi.version>${pom.version}</neethi.osgi.version>
         <bundle.plugin.version>1.4.0</bundle.plugin.version>
         <failIfNoTests>false</failIfNoTests>
 	</properties>