You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/02/18 23:16:53 UTC

svn commit: r628891 - /myfaces/orchestra/trunk/core/pom.xml

Author: skitching
Date: Mon Feb 18 14:16:50 2008
New Revision: 628891

URL: http://svn.apache.org/viewvc?rev=628891&view=rev
Log:
Compile against JSF1.1 (now the OrchestraApplicationFactory class is gone).
Other minor pom tidyups

Modified:
    myfaces/orchestra/trunk/core/pom.xml

Modified: myfaces/orchestra/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/pom.xml?rev=628891&r1=628890&r2=628891&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/pom.xml (original)
+++ myfaces/orchestra/trunk/core/pom.xml Mon Feb 18 14:16:50 2008
@@ -32,7 +32,7 @@
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
-      <version>1.2.0</version>
+      <version>1.1.5</version>
       <scope>provided</scope>
       <optional>true</optional>
     </dependency>
@@ -210,9 +210,8 @@
     <plugins>
 
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>changelog-maven-plugin</artifactId>
-        <version>2.0-beta-1</version>
+        <artifactId>maven-changelog-plugin</artifactId>
+        <version>2.1</version>
         <reportSets>
           <reportSet>
             <id>dual-report</id>
@@ -232,9 +231,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>2.3</version>
-        <configuration>
-          <show>protected</show>
-        </configuration>
       </plugin>
 
       <plugin>