You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2007/10/10 10:02:09 UTC

svn commit: r583381 - in /myfaces/orchestra: tags/maven-1_0/pom.xml trunk/pom.xml

Author: imario
Date: Wed Oct 10 01:02:08 2007
New Revision: 583381

URL: http://svn.apache.org/viewvc?rev=583381&view=rev
Log:
fixed jira link and issue tracking

Modified:
    myfaces/orchestra/tags/maven-1_0/pom.xml
    myfaces/orchestra/trunk/pom.xml

Modified: myfaces/orchestra/tags/maven-1_0/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/tags/maven-1_0/pom.xml?rev=583381&r1=583380&r2=583381&view=diff
==============================================================================
--- myfaces/orchestra/tags/maven-1_0/pom.xml (original)
+++ myfaces/orchestra/tags/maven-1_0/pom.xml Wed Oct 10 01:02:08 2007
@@ -15,51 +15,6 @@
 	<version>1.0</version>
 	<description>Apache MyFaces Orchestra is a sub-project of Apache MyFaces</description>
 
-	<developers>
-		<developer>
-			<id>imario</id>
-			<name>Mario Ivankovits</name>
-			<email>imario@apache.org</email>
-			<organization>OPS EDV GmbH</organization>
-			<organizationUrl>http://www.ops.co.at</organizationUrl>
-			<timezone>+1</timezone>
-		</developer>
-		<developer>
-			<id>mmarinschek</id>
-			<name>Martin Marinschek</name>
-			<email>mmarinschek@apache.org</email>
-			<organization>IRIAN.at, Austria</organization>
-			<organizationUrl>http://www.irian.at</organizationUrl>
-			<timezone>+1</timezone>
-		</developer>
-		<developer>
-			<id>manolito</id>
-			<name>Manfred Geiler</name>
-			<email>manolito@apache.org</email>
-			<organization>IRIAN.at, Austria</organization>
-			<organizationUrl>http://www.irian.at</organizationUrl>
-			<timezone>+1</timezone>
-		</developer>
-		<developer>
-			<id>werpu</id>
-			<name>Werner Punz</name>
-			<email>werpu@apache.org</email>
-			<organization>Media Data GmbH, Austria</organization>
-			<timezone>+1</timezone>
-		</developer>
-		<developer>
-			<id>skitching</id>
-			<name>Simon Kitching</name>
-			<email>skitching@apache.org</email>
-		</developer>
-	</developers>
-
-	<contributors>
-		<contributor>
-			<name>Dan Tran</name>
-		</contributor>
-	</contributors>
-
 	<scm>
 		<connection>scm:svn:https://svn.apache.org/repos/asf/myfaces/orchestra/tags/maven-1_0</connection>
 		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/orchestra/tags/maven-1_0</developerConnection>

Modified: myfaces/orchestra/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/pom.xml?rev=583381&r1=583380&r2=583381&view=diff
==============================================================================
--- myfaces/orchestra/trunk/pom.xml (original)
+++ myfaces/orchestra/trunk/pom.xml Wed Oct 10 01:02:08 2007
@@ -25,6 +25,51 @@
 		<module>examples</module>
 	</modules>
 
+	<developers>
+		<developer>
+			<id>imario</id>
+			<name>Mario Ivankovits</name>
+			<email>imario@apache.org</email>
+			<organization>OPS EDV GmbH</organization>
+			<organizationUrl>http://www.ops.co.at</organizationUrl>
+			<timezone>+1</timezone>
+		</developer>
+		<developer>
+			<id>mmarinschek</id>
+			<name>Martin Marinschek</name>
+			<email>mmarinschek@apache.org</email>
+			<organization>IRIAN.at, Austria</organization>
+			<organizationUrl>http://www.irian.at</organizationUrl>
+			<timezone>+1</timezone>
+		</developer>
+		<developer>
+			<id>manolito</id>
+			<name>Manfred Geiler</name>
+			<email>manolito@apache.org</email>
+			<organization>IRIAN.at, Austria</organization>
+			<organizationUrl>http://www.irian.at</organizationUrl>
+			<timezone>+1</timezone>
+		</developer>
+		<developer>
+			<id>werpu</id>
+			<name>Werner Punz</name>
+			<email>werpu@apache.org</email>
+			<organization>Media Data GmbH, Austria</organization>
+			<timezone>+1</timezone>
+		</developer>
+		<developer>
+			<id>skitching</id>
+			<name>Simon Kitching</name>
+			<email>skitching@apache.org</email>
+		</developer>
+	</developers>
+
+	<contributors>
+		<contributor>
+			<name>Dan Tran</name>
+		</contributor>
+	</contributors>
+
     <distributionManagement>
         <site>
             <id>apache-site</id>
@@ -32,5 +77,10 @@
             <url>scpexe://people.apache.org/www/myfaces.apache.org/orchestra</url>
         </site>
     </distributionManagement>
+
+	<issueManagement>
+		<system>jira</system>
+		<url>http://issues.apache.org/jira/browse/ORCHESTRA</url>
+	</issueManagement>
 
 </project>