You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by gr...@apache.org on 2009/10/30 07:58:17 UTC

svn commit: r831216 - /incubator/log4php/trunk/pom.xml

Author: grobmeier
Date: Fri Oct 30 06:58:17 2009
New Revision: 831216

URL: http://svn.apache.org/viewvc?rev=831216&view=rev
Log:
switched to SNAPSHOT version, added release plugin

Modified:
    incubator/log4php/trunk/pom.xml

Modified: incubator/log4php/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/pom.xml?rev=831216&r1=831215&r2=831216&view=diff
==============================================================================
--- incubator/log4php/trunk/pom.xml (original)
+++ incubator/log4php/trunk/pom.xml Fri Oct 30 06:58:17 2009
@@ -20,7 +20,7 @@
 	<groupId>org.apache.log4php</groupId>
 	<artifactId>apache-log4php</artifactId>
 	<packaging>jar</packaging>
-	<version>2.0.0-incubating</version>
+	<version>2.0.0-incubating-SNAPSHOT</version>
 	<name>Apache log4php.</name>
 	<description>Logging framework for PHP.</description>
 	<url>http://incubator.apache.org:80/log4php</url>
@@ -273,7 +273,15 @@
 				<artifactId>apache-rat-plugin</artifactId>
 				<version>0.6</version>
 			</plugin>
-		</plugins>
+			<plugin>
+        		<groupId>org.apache.maven.plugins</groupId>
+        		<artifactId>maven-release-plugin</artifactId>
+        		<version>2.0-beta-7</version>
+        		<configuration>
+          			<tagBase>https://svn.apache.org/repos/asf/incubator/log4php/tags</tagBase>
+        		</configuration>
+      		</plugin>
+    	</plugins>
 	</build>
 	<dependencies>
 	</dependencies>
@@ -298,7 +306,7 @@
 			<plugin>
 				<artifactId>maven-release-plugin</artifactId>
 				<configuration>
-					<goals>site-deploy</goals>
+					<goals>site assembly:assembly</goals>
 				</configuration>
 			</plugin>
 			<plugin>