Author: matzew
Date: Tue Feb 27 08:56:49 2007
New Revision: 512319
URL: http://svn.apache.org/viewvc?view=rev&rev=512319
Log:
merged some stuff from the "old" release branch to trunk, like versioning,
pom.xml updates (structure and dependency to fit asf rules) also updating the
DISCLAIMER.txt, NOTICE and LICENSE files
Modified:
incubator/adffaces/trunk/plugins/maven-faces-plugin/pom.xml
Modified: incubator/adffaces/trunk/plugins/maven-faces-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/plugins/maven-faces-plugin/pom.xml?view=diff&rev=512319&r1=512318&r2=512319
==============================================================================
--- incubator/adffaces/trunk/plugins/maven-faces-plugin/pom.xml (original)
+++ incubator/adffaces/trunk/plugins/maven-faces-plugin/pom.xml Tue Feb 27
08:56:49 2007
@@ -17,20 +17,20 @@
under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.myfaces.trinidadbuild</groupId>
<artifactId>maven-plugin-parent</artifactId>
- <version>incubator-m1-SNAPSHOT</version>
+ <version>1.0.1-incubating-SNAPSHOT</version>
</parent>
<groupId>org.apache.myfaces.trinidadbuild</groupId>
<artifactId>maven-faces-plugin</artifactId>
- <version>incubator-m1-SNAPSHOT</version>
+ <version>1.0.1-incubating-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
- <name>Maven Faces Plugin</name>
+ <name>Apache Trinidad Maven Faces Plugin</name>
<build>
<plugins>