Author: awiner
Date: Mon May 8 13:25:47 2006
New Revision: 405152
URL: http://svn.apache.org/viewcvs?rev=405152&view=rev
Log:
Apply patch from zpeedy for ADFFACES-4
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-demo/pom.xml
incubator/adffaces/trunk/plugins/maven-faces-plugin/pom.xml
incubator/adffaces/trunk/plugins/maven-jdev-plugin/pom.xml
incubator/adffaces/trunk/plugins/maven-tagdoc-plugin/pom.xml
Modified: incubator/adffaces/trunk/adf-faces/adf-faces-demo/pom.xml
URL:
http://svn.apache.org/viewcvs/incubator/adffaces/trunk/adf-faces/adf-faces-demo/pom.xml?rev=405152&r1=405151&r2=405152&view=diff
==============================================================================
--- incubator/adffaces/trunk/adf-faces/adf-faces-demo/pom.xml (original)
+++ incubator/adffaces/trunk/adf-faces/adf-faces-demo/pom.xml Mon May 8
13:25:47 2006
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright 2006 The Apache Software Foundation.
-
- Licensed 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.
--->
+<!--
+ Copyright 2006 The Apache Software Foundation.
+
+ Licensed 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>
<parent>
<groupId>org.apache.myfaces.adf</groupId>
@@ -59,13 +59,13 @@
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
- <version>1.2</version>
+ <version>1.4</version>
</dependency>
<dependency>
- <groupId>javax.mail</groupId>
+ <groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
- <version>1.0.2</version>
+ <version>1.1</version>
</dependency>
<dependency>
Modified: incubator/adffaces/trunk/plugins/maven-faces-plugin/pom.xml
URL:
http://svn.apache.org/viewcvs/incubator/adffaces/trunk/plugins/maven-faces-plugin/pom.xml?rev=405152&r1=405151&r2=405152&view=diff
==============================================================================
--- incubator/adffaces/trunk/plugins/maven-faces-plugin/pom.xml (original)
+++ incubator/adffaces/trunk/plugins/maven-faces-plugin/pom.xml Mon May 8
13:25:47 2006
@@ -58,12 +58,12 @@
<dependency>
<groupId>javax.xml.stream</groupId>
<artifactId>jsr173-api</artifactId>
- <version>07</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>javax.xml.stream</groupId>
<artifactId>jsr173-ri</artifactId>
- <version>07</version>
+ <version>1.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Modified: incubator/adffaces/trunk/plugins/maven-jdev-plugin/pom.xml
URL:
http://svn.apache.org/viewcvs/incubator/adffaces/trunk/plugins/maven-jdev-plugin/pom.xml?rev=405152&r1=405151&r2=405152&view=diff
==============================================================================
--- incubator/adffaces/trunk/plugins/maven-jdev-plugin/pom.xml (original)
+++ incubator/adffaces/trunk/plugins/maven-jdev-plugin/pom.xml Mon May 8
13:25:47 2006
@@ -27,14 +27,14 @@
<dependency>
<groupId>javax.xml.stream</groupId>
<artifactId>jsr173-api</artifactId>
- <version>07</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>javax.xml.stream</groupId>
<artifactId>jsr173-ri</artifactId>
- <version>07</version>
+ <version>1.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: incubator/adffaces/trunk/plugins/maven-tagdoc-plugin/pom.xml
URL:
http://svn.apache.org/viewcvs/incubator/adffaces/trunk/plugins/maven-tagdoc-plugin/pom.xml?rev=405152&r1=405151&r2=405152&view=diff
==============================================================================
--- incubator/adffaces/trunk/plugins/maven-tagdoc-plugin/pom.xml (original)
+++ incubator/adffaces/trunk/plugins/maven-tagdoc-plugin/pom.xml Mon May 8
13:25:47 2006
@@ -63,12 +63,12 @@
<dependency>
<groupId>javax.xml.stream</groupId>
<artifactId>jsr173-api</artifactId>
- <version>07</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>javax.xml.stream</groupId>
<artifactId>jsr173-ri</artifactId>
- <version>07</version>
+ <version>1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>