Author: smukhina
Date: 2008-05-21 06:23:39 -0400 (Wed, 21 May 2008)
New Revision: 8252
Modified:
branches/jbosstools-2.1.x/jsf/docs/userguide/pom.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-324
the file is merged to branch from trunk
Modified: branches/jbosstools-2.1.x/jsf/docs/userguide/pom.xml
===================================================================
--- branches/jbosstools-2.1.x/jsf/docs/userguide/pom.xml 2008-05-21 10:20:00 UTC (rev
8251)
+++ branches/jbosstools-2.1.x/jsf/docs/userguide/pom.xml 2008-05-21 10:23:39 UTC (rev
8252)
@@ -21,18 +21,18 @@
<dependency>
<groupId>com.jboss</groupId>
<artifactId>jbossent-docbook-xslt</artifactId>
- <version>1.1.0.Beta1</version>
+ <version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.jboss</groupId>
<artifactId>jbossent-jdocbook-style</artifactId>
- <version>1.1.0.Beta1</version>
+ <version>1.0.0</version>
<type>jdocbook-style</type>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jbossorg-jdocbook-style</artifactId>
- <version>1.1.0.Beta1</version>
+ <version>1.1.0</version>
<type>jdocbook-style</type>
</dependency>
</dependencies>
@@ -81,25 +81,8 @@
</plugin>
</plugins>
</build>
-
- <distributionManagement>
- <repository>
- <!-- Copy the dist to the local checkout of the JBoss maven2 repo
${maven.repository.root} -->
- <!-- It is anticipated that ${maven.repository.root} be set in user's
settings.xml -->
- <!-- todo : replace this with direct svn access once the svnkit providers
are available -->
- <id>repository.jboss.org</id>
- <url>file://${maven.repository.root}</url>
- </repository>
- <snapshotRepository>
- <id>snapshots.jboss.org</id>
- <name>JBoss Snapshot Repository</name>
- <
url>dav:https://snapshots.jboss.org/maven2</url>
- </snapshotRepository>
- </distributionManagement>
-
+
<properties>
<translation>en-US</translation>
</properties>
-
-
</project>