You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by el...@apache.org on 2009/08/26 07:37:28 UTC

svn commit: r807882 - /incubator/wink/site/trunk/site/pom.xml

Author: elman
Date: Wed Aug 26 05:37:28 2009
New Revision: 807882

URL: http://svn.apache.org/viewvc?rev=807882&view=rev
Log:
fixing version of doxia-module-apt

Modified:
    incubator/wink/site/trunk/site/pom.xml

Modified: incubator/wink/site/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/site/trunk/site/pom.xml?rev=807882&r1=807881&r2=807882&view=diff
==============================================================================
--- incubator/wink/site/trunk/site/pom.xml (original)
+++ incubator/wink/site/trunk/site/pom.xml Wed Aug 26 05:37:28 2009
@@ -71,6 +71,60 @@
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-site-plugin</artifactId>
 					<version>2.1-SNAPSHOT</version>
+					<dependencies>
+						<dependency>
+							<groupId>org.apache.maven.doxia</groupId>
+							<artifactId>doxia-module-apt</artifactId>
+							<version>1.1.1</version>
+						</dependency>
+						<dependency>
+							<groupId>org.apache.maven.doxia</groupId>
+							<artifactId>doxia-module-xhtml</artifactId>
+							<version>1.1.1</version>
+						</dependency>
+						<dependency>
+							<groupId>org.apache.maven.doxia</groupId>
+							<artifactId>doxia-sink-api</artifactId>
+							<version>1.1.1</version>
+						</dependency>
+						<dependency>
+							<groupId>org.apache.maven.doxia</groupId>
+							<artifactId>doxia-decoration-model</artifactId>
+							<version>1.1.1</version>
+							<exclusions>
+								<exclusion>
+									<groupId>org.codehaus.plexus</groupId>
+									<artifactId>plexus-component-api</artifactId>
+								</exclusion>
+								<exclusion>
+									<groupId>org.codehaus.plexus</groupId>
+									<artifactId>plexus-container-default</artifactId>
+								</exclusion>
+							</exclusions>
+						</dependency>
+						<dependency>
+							<groupId>org.apache.maven.doxia</groupId>
+							<artifactId>doxia-site-renderer</artifactId>
+							<version>1.1.1</version>
+							<exclusions>
+								<exclusion>
+									<groupId>org.codehaus.plexus</groupId>
+									<artifactId>plexus-component-api</artifactId>
+								</exclusion>
+
+								<exclusion>
+									<groupId>org.codehaus.plexus</groupId>
+									<artifactId>plexus-container-default</artifactId>
+								</exclusion>
+							</exclusions>
+						</dependency>
+
+						<dependency>
+							<groupId>org.apache.maven.doxia</groupId>
+							<artifactId>doxia-module-confluence</artifactId>
+							<version>1.1.1</version>
+						</dependency>
+					</dependencies>
 				</plugin>
 				<!--
 					dependency> <groupId>org.apache.maven.doxia</groupId>
@@ -86,57 +140,32 @@
 			</extension>
 		</extensions>
 	</build>
-	<dependencyManagement>
-		<dependencies>
-			<dependency>
-				<groupId>org.apache.maven.doxia</groupId>
-				<artifactId>doxia-module-xhtml</artifactId>
-				<version>1.1.1</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.maven.doxia</groupId>
-				<artifactId>doxia-sink-api</artifactId>
-				<version>1.1.1</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.maven.doxia</groupId>
-				<artifactId>doxia-decoration-model</artifactId>
-				<version>1.1.1</version>
-				<exclusions>
-					<exclusion>
-						<groupId>org.codehaus.plexus</groupId>
-						<artifactId>plexus-component-api</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>org.codehaus.plexus</groupId>
-						<artifactId>plexus-container-default</artifactId>
-					</exclusion>
-				</exclusions>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.maven.doxia</groupId>
-				<artifactId>doxia-site-renderer</artifactId>
-				<version>1.1.1</version>
-				<exclusions>
-					<exclusion>
-						<groupId>org.codehaus.plexus</groupId>
-						<artifactId>plexus-component-api</artifactId>
-					</exclusion>
-
-					<exclusion>
-						<groupId>org.codehaus.plexus</groupId>
-						<artifactId>plexus-container-default</artifactId>
-					</exclusion>
-				</exclusions>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.maven.doxia</groupId>
-				<artifactId>doxia-module-confluence</artifactId>
-				<version>1.1.1</version>
-			</dependency>
-		</dependencies>
-	</dependencyManagement>
+	<!--
+		dependencyManagement> <dependencies> <dependency>
+		<groupId>org.apache.maven.doxia</groupId>
+		<artifactId>doxia-module-xhtml</artifactId> <version>1.1.1</version>
+		</dependency> <dependency> <groupId>org.apache.maven.doxia</groupId>
+		<artifactId>doxia-sink-api</artifactId> <version>1.1.1</version>
+		</dependency> <dependency> <groupId>org.apache.maven.doxia</groupId>
+		<artifactId>doxia-decoration-model</artifactId>
+		<version>1.1.1</version> <exclusions> <exclusion>
+		<groupId>org.codehaus.plexus</groupId>
+		<artifactId>plexus-component-api</artifactId> </exclusion> <exclusion>
+		<groupId>org.codehaus.plexus</groupId>
+		<artifactId>plexus-container-default</artifactId> </exclusion>
+		</exclusions> </dependency> <dependency>
+		<groupId>org.apache.maven.doxia</groupId>
+		<artifactId>doxia-site-renderer</artifactId> <version>1.1.1</version>
+		<exclusions> <exclusion> <groupId>org.codehaus.plexus</groupId>
+		<artifactId>plexus-component-api</artifactId> </exclusion> <exclusion>
+		<groupId>org.codehaus.plexus</groupId>
+		<artifactId>plexus-container-default</artifactId> </exclusion>
+		</exclusions> </dependency> <dependency>
+		<groupId>org.apache.maven.doxia</groupId>
+		<artifactId>doxia-module-confluence</artifactId>
+		<version>1.1.1</version> </dependency> </dependencies>
+		</dependencyManagement
+	-->
 	<reporting>
 		<plugins>
 			<!--