You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-dev@ws.apache.org by ip...@apache.org on 2004/12/01 06:03:22 UTC

svn commit: r109288 - /incubator/hermes/trunk/project.xml

Author: ips
Date: Tue Nov 30 21:03:20 2004
New Revision: 109288

URL: http://svn.apache.org/viewcvs?view=rev&rev=109288
Log:
a bunch of fixes

Modified:
   incubator/hermes/trunk/project.xml

Modified: incubator/hermes/trunk/project.xml
Url: http://svn.apache.org/viewcvs/incubator/hermes/trunk/project.xml?view=diff&rev=109288&p1=incubator/hermes/trunk/project.xml&r1=109287&p2=incubator/hermes/trunk/project.xml&r2=109288
==============================================================================
--- incubator/hermes/trunk/project.xml	(original)
+++ incubator/hermes/trunk/project.xml	Tue Nov 30 21:03:20 2004
@@ -9,24 +9,24 @@
          xsi:noNamespaceSchemaLocation="http://maven.apache.org/xsd/maven-project-3.0.0.xsd">
 
     <pomVersion>3</pomVersion>
-    <artifactId>muse</artifactId>
-    <name>Muse</name>
-    <groupId>muse</groupId>
-    <currentVersion>0.5.0_iter5</currentVersion>
+    <artifactId>hermes</artifactId>
+    <name>Hermes</name>
+    <groupId>hermes</groupId>
+    <currentVersion>1.0-beta1</currentVersion>
     <organization>
         <name>Apache Software Foundation</name>
-        <url>http://apache.org/</url>
+        <url>http://www.apache.org/</url>
     </organization>
     <inceptionYear>2004</inceptionYear>
     <package>org.apache.ws.notification</package>
-    <description>A Java implementation of the Management Using Web Services (MUWS) 0.5 specification and the underlying WS-* specifications it is based upon.</description>
-    <shortDescription>muse</shortDescription>
-    <url>https://incubation.apache.org/projects/muse</url>
-    <issueTrackingUrl>http://nagoya.apache.org/jira/browse/Muse</issueTrackingUrl>
+    <description>A robust Java implementation of the OASIS WS-Notification (WSN) family of specifications.</description>
+    <shortDescription>Hermes Project</shortDescription>
+    <url>http://incubator.apache.org/hermes/</url>
+    <issueTrackingUrl>http://nagoya.apache.org/jira/browse/Hermes</issueTrackingUrl>
     
     <repository>
         <connection></connection>
-        <url>https://svn.apache.org/repos/asf/incubator/muse/</url>
+        <url>https://svn.apache.org/repos/asf/incubator/hermes/</url>
     </repository>
     
     <versions>
@@ -34,34 +34,20 @@
             <id>0_5_0_iter5</id>
             <name>0.5.0_iter5</name>
             <tag>HEAD</tag>
-        </version>
-        <version>
-            <id>0_5_0_iter4</id>
-            <name>0.5.0_iter4</name>
-            <tag>iteration4</tag>
-        </version>
-        <version>
-            <id>0_5_0_iter3</id>
-            <name>0.5.0_iter3</name>
-            <tag>iteration3</tag>
-        </version>
-        <version>
-            <id>0_5_0_iter2</id>
-            <name>0.5.0_iter2</name>
-            <tag>iteration2</tag>
-        </version>
+        </version>        
     </versions>
     
     <mailingLists>
         <mailingList>
-            <name>Muse Developer List</name>
-            <subscribe>muse-dev-subscribe@ws.apache.org</subscribe>
-            <unsubscribe>muse-dev-unsubscribe@ws.apache.org</unsubscribe>
+            <name>Hermes Developer List</name>
+            <subscribe>hermes-dev-subscribe@ws.apache.org</subscribe>
+            <unsubscribe>hermes-dev-unsubscribe@ws.apache.org</unsubscribe>
             <archive></archive>
         </mailingList>
     </mailingLists>
     
     <developers>
+    
         <developer>
             <name>Sal Campana</name>
             <id>scamp</id>
@@ -71,27 +57,8 @@
                 <role>Developer</role>
             </roles>
             <timezone>-5</timezone>
-        </developer>
-        <developer>
-            <name>Steve Forsyth</name>
-            <id>sfors</id>
-            <email>steve.forsyth@hp.com</email>
-            <organization>Hewlett-Packard Company</organization>
-            <roles>
-                <role>Developer</role>
-            </roles>
-            <timezone>-5</timezone>
-        </developer>
-        <developer>
-            <name>John Mazzitelli</name>
-            <id>mazz</id>
-            <email>mazz@hp.com</email>
-            <organization>Hewlett-Packard Company</organization>
-            <roles>
-                <role>Developer</role>
-            </roles>
-            <timezone>-5</timezone>
-        </developer>
+        </developer>   
+        
         <developer>
             <name>Bill Reichardt</name>
             <id>wire</id>
@@ -102,6 +69,7 @@
             </roles>
             <timezone>-5</timezone>
         </developer>
+        
         <developer>
             <name>Ian Springer</name>
             <id>ips</id>
@@ -112,6 +80,7 @@
             </roles>
             <timezone>-5</timezone>
         </developer>
+        
     </developers>
     
     <dependencies>
@@ -322,7 +291,7 @@
     </dependencies>
     
     <build>
-        <nagEmailAddress>dev@ws-rp.hpsen.com</nagEmailAddress>
+        <nagEmailAddress>hermes-dev@ws.apache.org</nagEmailAddress>
         <sourceDirectory>src/java</sourceDirectory>
         <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
         <unitTest>

---------------------------------------------------------------------
To unsubscribe, e-mail: hermes-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: hermes-dev-help@ws.apache.org