You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@logging.apache.org by ca...@apache.org on 2007/06/29 00:54:14 UTC

svn commit: r551729 - /logging/chainsaw/trunk/pom.xml

Author: carnold
Date: Thu Jun 28 15:54:13 2007
New Revision: 551729

URL: http://svn.apache.org/viewvc?view=rev&rev=551729
Log:
Added LS staging repo, changed companion versions, changed artifact to apache-chainsaw

Modified:
    logging/chainsaw/trunk/pom.xml

Modified: logging/chainsaw/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/pom.xml?view=diff&rev=551729&r1=551728&r2=551729
==============================================================================
--- logging/chainsaw/trunk/pom.xml (original)
+++ logging/chainsaw/trunk/pom.xml Thu Jun 28 15:54:13 2007
@@ -1,10 +1,28 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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.
+
+-->
+<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>
   <groupId>log4j</groupId>
-  <artifactId>log4j-chainsaw</artifactId>
+  <artifactId>apache-chainsaw</artifactId>
   <version>1.99.0</version>
-  <name>log4j-chainsaw</name>
+  <name>apache-chainsaw</name>
   <packaging>jar</packaging>
   <description>Graphical Viewer for Logging events from a local or remote log4j event system</description>
   <mailingLists>
@@ -51,6 +69,7 @@
   <properties>
   	<chainsaw.mainclass>org.apache.log4j.chainsaw.LogUI</chainsaw.mainclass>
   </properties>
+    <!--  TODO: These element should be removed before release -->
 	<repositories>
 		<repository>
 			<id>Codehaus Snapshots</id>
@@ -62,6 +81,11 @@
 				<enabled>false</enabled>
 			</releases>
 		</repository>
+	  <repository>
+		 <id>logging.rc</id>
+		 <name>logging services release candidates</name> 
+	     <url>http://people.apache.org/builds/logging/repo</url>
+	</repository>
 	</repositories>
 	<pluginRepositories>
 		<pluginRepository>
@@ -180,37 +204,32 @@
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>apache-log4j-component</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>apache-log4j-filters</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>apache-log4j-receivers</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>apache-log4j-pattern-layout</artifactId>
-      <version>1.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>apache-log4j-receivers-javadoc</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>
-      <artifactId>log4j-zeroconf</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <artifactId>apache-log4j-zeroconf</artifactId>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
-      <version>1.2.15-SNAPSHOT</version>
+      <version>1.2.15</version>
     </dependency>
     <dependency>
       <groupId>xstream</groupId>
@@ -234,4 +253,14 @@
 	<scope>test</scope>
   </dependency>
   </dependencies>
+ <distributionManagement>
+    <repository>
+      <id>logging.repo</id>
+      <url>scp://people.apache.org/www/people.apache.org/builds/logging/repo/</url>
+    </repository>
+    <site>
+      <id>logging.site</id>
+      <url>scp://people.apache.org/www/logging.apache.org/chainsaw</url>
+    </site>
+  </distributionManagement>   
 </project>