You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2006/10/29 21:43:20 UTC

svn commit: r468982 - /incubator/wicket/releases/wicket-1.2.3/wicket-jmx/pom.xml

Author: dashorst
Date: Sun Oct 29 12:43:19 2006
New Revision: 468982

URL: http://svn.apache.org/viewvc?view=rev&rev=468982
Log:
Added to release of 1.2.3, fixed site template reference

Modified:
    incubator/wicket/releases/wicket-1.2.3/wicket-jmx/pom.xml

Modified: incubator/wicket/releases/wicket-1.2.3/wicket-jmx/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.2.3/wicket-jmx/pom.xml?view=diff&rev=468982&r1=468981&r2=468982
==============================================================================
--- incubator/wicket/releases/wicket-1.2.3/wicket-jmx/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.2.3/wicket-jmx/pom.xml Sun Oct 29 12:43:19 2006
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2.3</version>
 	</parent>
 	<artifactId>wicket-jmx</artifactId>
 	<packaging>jar</packaging>
@@ -90,7 +90,7 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-site-plugin</artifactId>
 				<configuration>
-					<templateDirectory>src/site/template/</templateDirectory>
+					<templateDirectory>../wicket/src/site/template/</templateDirectory>
 					<template>wicket-site.vm</template>
 				</configuration>
 			</plugin>