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 2007/10/19 19:30:22 UTC

svn commit: r586551 - in /myfaces/orchestra/trunk: core15/pom.xml examples/pom.xml pom.xml sandbox/pom.xml

Author: skitching
Date: Fri Oct 19 10:30:21 2007
New Revision: 586551

URL: http://svn.apache.org/viewvc?rev=586551&view=rev
Log:
Update poms : version number stuff.

Modified:
    myfaces/orchestra/trunk/core15/pom.xml
    myfaces/orchestra/trunk/examples/pom.xml
    myfaces/orchestra/trunk/pom.xml
    myfaces/orchestra/trunk/sandbox/pom.xml

Modified: myfaces/orchestra/trunk/core15/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core15/pom.xml?rev=586551&r1=586550&r2=586551&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core15/pom.xml (original)
+++ myfaces/orchestra/trunk/core15/pom.xml Fri Oct 19 10:30:21 2007
@@ -25,11 +25,12 @@
 	<artifactId>myfaces-orchestra-core15</artifactId>
 	<packaging>jar</packaging>
 	<name>MyFaces Orchestra Core15</name>
+	<version>1.0-SNAPSHOT</version>
 
 	<parent>
 		<groupId>org.apache.myfaces.orchestra</groupId>
 		<artifactId>myfaces-orchestra-maven</artifactId>
-		<version>1.1-SNAPSHOT</version>
+		<version>1.0</version>
 	</parent>
 
 	<scm>
@@ -45,7 +46,7 @@
 		<dependency>
 			<groupId>org.apache.myfaces.orchestra</groupId>
 			<artifactId>myfaces-orchestra-core</artifactId>
-			<version>1.1-SNAPSHOT</version>
+			<version>1.0</version>
 			<scope>compile</scope>
 		</dependency>
 

Modified: myfaces/orchestra/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/examples/pom.xml?rev=586551&r1=586550&r2=586551&view=diff
==============================================================================
--- myfaces/orchestra/trunk/examples/pom.xml (original)
+++ myfaces/orchestra/trunk/examples/pom.xml Fri Oct 19 10:30:21 2007
@@ -24,11 +24,12 @@
 	<name>MyFaces Orchestra Examples Project</name>
 	<groupId>org.apache.myfaces.orchestra</groupId>
 	<artifactId>myfaces-orchestra-examples-project</artifactId>
+	<version>1.0-SNAPSHOT</version>
 
 	<parent>
 		<groupId>org.apache.myfaces.orchestra</groupId>
 		<artifactId>myfaces-orchestra-maven</artifactId>
-		<version>1.1-SNAPSHOT</version>
+		<version>1.0</version>
 	</parent>
 
 	<scm>
@@ -192,12 +193,12 @@
 		<dependency>
 			<groupId>org.apache.myfaces.orchestra</groupId>
 			<artifactId>myfaces-orchestra-core15</artifactId>
-			<version>1.1-SNAPSHOT</version>
+			<version>1.0-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.myfaces.orchestra</groupId>
 			<artifactId>myfaces-orchestra-sandbox</artifactId>
-			<version>1.1-SNAPSHOT</version>
+			<version>1.0-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.myfaces.tomahawk</groupId>

Modified: myfaces/orchestra/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/pom.xml?rev=586551&r1=586550&r2=586551&view=diff
==============================================================================
--- myfaces/orchestra/trunk/pom.xml (original)
+++ myfaces/orchestra/trunk/pom.xml Fri Oct 19 10:30:21 2007
@@ -1,3 +1,21 @@
+<!--
+  - Site and Reactor pom for the Orchestra family of maven modules.
+  -
+  - Note that this pom is NOT the parent pom of any of the modules that this file builds. They therefore
+  - do not inherit any settings from this file; see the "maven" module for those common settings. This
+  - file just allows easy building of all the modules, and controls generation of the "top-level" website.
+  -
+  - Because this is not a dependency of any module, it is expected that this pom itself will never be "released".
+  - It will therefore stay at version 1.0-snapshot forever.
+  -
+  - To build all orchestra code and install into your local maven repository, run "mvn install".
+  -
+  - The Orchestra modules are released on independent lifecycles; there are "core", "core15" etc releases,
+  - but no "all of Orchestra" release. There is therefore no mvn task defined to build a single tgz/zip
+  - file; instead run "mvn assembly:assembly" within each module to generate the download bundle for that
+  - module.
+  -->
+
 <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">
@@ -14,7 +32,7 @@
 	<packaging>pom</packaging>
 	<name>MyFaces Orchestra Project</name>
 	<url>http://myfaces.apache.org/orchestra</url>
-	<version>1.1-SNAPSHOT</version>
+	<version>1.0-SNAPSHOT</version>
 	<description>Apache MyFaces Orchestra is a sub-project of Apache MyFaces</description>
 
 	<modules>

Modified: myfaces/orchestra/trunk/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/sandbox/pom.xml?rev=586551&r1=586550&r2=586551&view=diff
==============================================================================
--- myfaces/orchestra/trunk/sandbox/pom.xml (original)
+++ myfaces/orchestra/trunk/sandbox/pom.xml Fri Oct 19 10:30:21 2007
@@ -25,11 +25,12 @@
 	<artifactId>myfaces-orchestra-sandbox</artifactId>
 	<packaging>jar</packaging>
 	<name>MyFaces Orchestra Sandbox</name>
+	<version>1.0-SNAPSHOT</version>
 
 	<parent>
 		<groupId>org.apache.myfaces.orchestra</groupId>
 		<artifactId>myfaces-orchestra-maven</artifactId>
-		<version>1.1-SNAPSHOT</version>
+		<version>1.0</version>
 	</parent>
 
 	<scm>
@@ -52,7 +53,7 @@
 		<dependency>
 			<groupId>org.apache.myfaces.orchestra</groupId>
 			<artifactId>myfaces-orchestra-core15</artifactId>
-			<version>1.1-SNAPSHOT</version>
+			<version>1.0-SNAPSHOT</version>
 			<scope>compile</scope>
 		</dependency>