You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2011/05/23 18:18:25 UTC

svn commit: r1126567 [3/4] - in /incubator/isis/branches/0.1.2-RC1-incubating/trunk: ./ applib/ core/ core/commons/ core/metamodel/ core/progmodel/ core/runtime/ core/testsupport/ core/webapp/ progmodels/ progmodels/dflt/ progmodels/groovy/ progmodels/...

Modified: incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/dflt/remoting/transport-http/server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/dflt/remoting/transport-http/server/pom.xml?rev=1126567&r1=1126566&r2=1126567&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/dflt/remoting/transport-http/server/pom.xml (original)
+++ incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/dflt/remoting/transport-http/server/pom.xml Mon May 23 16:18:23 2011
@@ -1,29 +1,29 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you 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.
--->
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 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.isis.runtimes.dflt.remoting</groupId>
 		<artifactId>transport-http</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
+		<version>0.1.2-RC1-incubating</version>
 	</parent>
 
 	<artifactId>transport-http-server</artifactId>
@@ -35,9 +35,9 @@
 		<relativeUrl>runtimes/dflt/remoting/transport-http/server/</relativeUrl>
 	</properties>
 
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
     <reporting>
         <plugins>
             <plugin>

Modified: incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/dflt/remoting/transport-sockets/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/dflt/remoting/transport-sockets/pom.xml?rev=1126567&r1=1126566&r2=1126567&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/dflt/remoting/transport-sockets/pom.xml (original)
+++ incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/dflt/remoting/transport-sockets/pom.xml Mon May 23 16:18:23 2011
@@ -1,29 +1,29 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you 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.
--->
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 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.isis.runtimes.dflt</groupId>
 		<artifactId>remoting</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
+		<version>0.1.2-RC1-incubating</version>
 	</parent>
 
 	<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
@@ -35,9 +35,9 @@
 		<relativeUrl>runtimes/dflt/remoting/transport-sockets/</relativeUrl>
 	</properties>
 
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
     <reporting>
         <plugins>
             <plugin>

Modified: incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/dflt/runtime/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/dflt/runtime/pom.xml?rev=1126567&r1=1126566&r2=1126567&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/dflt/runtime/pom.xml (original)
+++ incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/dflt/runtime/pom.xml Mon May 23 16:18:23 2011
@@ -1,30 +1,29 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you 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 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">
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 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.isis.runtimes</groupId>
 		<artifactId>dflt</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
+		<version>0.1.2-RC1-incubating</version>
 	</parent>
 
 	<groupId>org.apache.isis.runtimes.dflt</groupId>
@@ -36,9 +35,9 @@
 		<relativeUrl>runtimes/dflt/runtime/</relativeUrl>
     </properties>
 
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
 	<build>
 		<resources>
 			<resource>

Modified: incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/dflt/webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/dflt/webapp/pom.xml?rev=1126567&r1=1126566&r2=1126567&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/dflt/webapp/pom.xml (original)
+++ incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/dflt/webapp/pom.xml Mon May 23 16:18:23 2011
@@ -1,29 +1,29 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you 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.
--->
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 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.isis.runtimes</groupId>
         <artifactId>dflt</artifactId>
-        <version>0.1.2-incubating-SNAPSHOT</version>
+        <version>0.1.2-RC1-incubating</version>
     </parent>
 
 	<groupId>org.apache.isis.runtimes.dflt</groupId>
@@ -35,9 +35,9 @@
 		<relativeUrl>runtimes/dflt/webapp/</relativeUrl>
     </properties>
 
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
 	<build>
 		<plugins>
 			<plugin>

Modified: incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/dflt/webserver/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/dflt/webserver/pom.xml?rev=1126567&r1=1126566&r2=1126567&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/dflt/webserver/pom.xml (original)
+++ incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/dflt/webserver/pom.xml Mon May 23 16:18:23 2011
@@ -1,29 +1,29 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you 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.
--->
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 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.isis.runtimes</groupId>
         <artifactId>dflt</artifactId>
-        <version>0.1.2-incubating-SNAPSHOT</version>
+        <version>0.1.2-RC1-incubating</version>
     </parent>
 
 	<groupId>org.apache.isis.runtimes.dflt</groupId>
@@ -35,9 +35,9 @@
 		<relativeUrl>runtimes/dflt/webserver/</relativeUrl>
     </properties>
 
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
     <reporting>
         <plugins>
             <plugin>

Modified: incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/embedded/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/embedded/pom.xml?rev=1126567&r1=1126566&r2=1126567&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/embedded/pom.xml (original)
+++ incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/embedded/pom.xml Mon May 23 16:18:23 2011
@@ -1,35 +1,35 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you 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.
--->
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 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.isis</groupId>
         <artifactId>runtimes</artifactId>
-        <version>0.1.2-incubating-SNAPSHOT</version>
+        <version>0.1.2-RC1-incubating</version>
 	</parent>
     
 
 	<groupId>org.apache.isis.runtimes</groupId>
 	<artifactId>embedded</artifactId>
-    <version>0.1.2-incubating-SNAPSHOT</version>
+    <version>0.1.2-RC1-incubating</version>
 
 	<name>Embedded Runtime</name>
 
@@ -37,7 +37,7 @@
         <siteBaseDir>../..</siteBaseDir>
 		<relativeUrl>runtimes/embedded/</relativeUrl>
 
-        <wrapper-progmodel.version>0.1.2-incubating-SNAPSHOT</wrapper-progmodel.version>
+        <wrapper-progmodel.version>0.1.2-RC1-incubating</wrapper-progmodel.version>
         <identity-bytecode.version>0.1.2-incubating-SNAPSHOT</identity-bytecode.version>
 
         <docbkxGuideTitle>Apache Isis Embedded Runtime</docbkxGuideTitle>
@@ -55,9 +55,9 @@
         </plugins>
     </build>
 
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
     <reporting>
         <plugins>
             <plugin>
@@ -89,12 +89,12 @@
             <dependency>
                 <groupId>org.apache.isis.progmodels</groupId>
                 <artifactId>dflt</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.1.2-RC1-incubating</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.isis.runtimes.dflt.bytecode</groupId>
                 <artifactId>identity</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.1.2-RC1-incubating</version>
             </dependency>
 
 			<dependency>

Modified: incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/pom.xml?rev=1126567&r1=1126566&r2=1126567&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/pom.xml (original)
+++ incubator/isis/branches/0.1.2-RC1-incubating/trunk/runtimes/pom.xml Mon May 23 16:18:23 2011
@@ -1,30 +1,29 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you 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 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">
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 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.isis</groupId>
 		<artifactId>isis-parent</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
+		<version>0.1.2-RC1-incubating</version>
 	</parent>
 
 	<artifactId>runtimes</artifactId>
@@ -41,9 +40,9 @@
         <siteBaseDir>..</siteBaseDir>
 		<relativeUrl>runtimes/</relativeUrl>
 	</properties>
-
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
 
 	<modules>
 		<module>dflt</module>
@@ -85,24 +84,24 @@
             <dependency>
                 <groupId>org.apache.isis.runtimes</groupId>
                 <artifactId>dflt</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.1.2-RC1-incubating</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.isis.runtimes</groupId>
                 <artifactId>dflt</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.1.2-RC1-incubating</version>
                 <type>test-jar</type>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.isis.runtimes</groupId>
                 <artifactId>embedded</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.1.2-RC1-incubating</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.isis.runtimes</groupId>
                 <artifactId>embedded</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.1.2-RC1-incubating</version>
                 <type>test-jar</type>
             </dependency>
 

Modified: incubator/isis/branches/0.1.2-RC1-incubating/trunk/security/dflt/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-RC1-incubating/trunk/security/dflt/pom.xml?rev=1126567&r1=1126566&r2=1126567&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-RC1-incubating/trunk/security/dflt/pom.xml (original)
+++ incubator/isis/branches/0.1.2-RC1-incubating/trunk/security/dflt/pom.xml Mon May 23 16:18:23 2011
@@ -1,29 +1,29 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you 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.
--->
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 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.isis</groupId>
 		<artifactId>security</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
+		<version>0.1.2-RC1-incubating</version>
 	</parent>
 
 	<groupId>org.apache.isis.security</groupId>
@@ -35,9 +35,9 @@
 		<relativeUrl>security/dflt/</relativeUrl>
 	</properties>
 
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
     <reporting>
         <plugins>
             <plugin>
@@ -71,7 +71,7 @@
             <dependency>
                 <groupId>org.apache.isis.runtimes</groupId>
                 <artifactId>dflt</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.1.2-RC1-incubating</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>

Modified: incubator/isis/branches/0.1.2-RC1-incubating/trunk/security/file/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-RC1-incubating/trunk/security/file/pom.xml?rev=1126567&r1=1126566&r2=1126567&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-RC1-incubating/trunk/security/file/pom.xml (original)
+++ incubator/isis/branches/0.1.2-RC1-incubating/trunk/security/file/pom.xml Mon May 23 16:18:23 2011
@@ -1,34 +1,34 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you 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.
--->
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 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.isis</groupId>
 		<artifactId>security</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
+		<version>0.1.2-RC1-incubating</version>
 	</parent>
 
 	<groupId>org.apache.isis.security</groupId>
 	<artifactId>file</artifactId>
-	<version>0.1.2-incubating-SNAPSHOT</version>
+	<version>0.1.2-RC1-incubating</version>
 
 	<name>File Security Implementation</name>
 
@@ -37,9 +37,9 @@
 		<relativeUrl>security/file/</relativeUrl>
 	</properties>
 
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
     <reporting>
         <plugins>
             <plugin>
@@ -71,7 +71,7 @@
             <dependency>
                 <groupId>org.apache.isis.runtimes</groupId>
                 <artifactId>dflt</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.1.2-RC1-incubating</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>

Modified: incubator/isis/branches/0.1.2-RC1-incubating/trunk/security/ldap/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-RC1-incubating/trunk/security/ldap/pom.xml?rev=1126567&r1=1126566&r2=1126567&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-RC1-incubating/trunk/security/ldap/pom.xml (original)
+++ incubator/isis/branches/0.1.2-RC1-incubating/trunk/security/ldap/pom.xml Mon May 23 16:18:23 2011
@@ -1,34 +1,34 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you 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.
--->
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 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.isis</groupId>
 		<artifactId>security</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
+		<version>0.1.2-RC1-incubating</version>
 	</parent>
 
 	<groupId>org.apache.isis.security</groupId>
 	<artifactId>ldap</artifactId>
-	<version>0.1.2-incubating-SNAPSHOT</version>
+	<version>0.1.2-RC1-incubating</version>
 
 	<name>LDAP Security Implementation</name>
 
@@ -37,9 +37,9 @@
 		<relativeUrl>security/ldap/</relativeUrl>
 	</properties>
 
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
     <reporting>
         <plugins>
             <plugin>
@@ -71,7 +71,7 @@
             <dependency>
                 <groupId>org.apache.isis.runtimes</groupId>
                 <artifactId>dflt</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.1.2-RC1-incubating</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>

Modified: incubator/isis/branches/0.1.2-RC1-incubating/trunk/security/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-RC1-incubating/trunk/security/pom.xml?rev=1126567&r1=1126566&r2=1126567&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-RC1-incubating/trunk/security/pom.xml (original)
+++ incubator/isis/branches/0.1.2-RC1-incubating/trunk/security/pom.xml Mon May 23 16:18:23 2011
@@ -1,30 +1,29 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you 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 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">
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 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.isis</groupId>
 		<artifactId>isis-parent</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
+		<version>0.1.2-RC1-incubating</version>
 	</parent>
 
 	<artifactId>security</artifactId>
@@ -42,13 +41,13 @@
 		<relativeUrl>security/</relativeUrl>
 
         <docbkxGuideTitle>Apache Isis Security</docbkxGuideTitle>
-        <docbkxGuideSubTitle>Configuration and Deployment Guide</docbkxGuideSubTitle>
+        <docbkxGuideSubTitle>Configuration and Deployment Guide</docbkxGuideSubTitle>
         <docbkxGuideName>isis-security</docbkxGuideName>
 	</properties>
 
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
 	<build>
 		<plugins>
             <plugin>
@@ -101,36 +100,36 @@
             <dependency>
                 <groupId>org.apache.isis.security</groupId>
                 <artifactId>dflt</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.1.2-RC1-incubating</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.isis.security</groupId>
                 <artifactId>dflt</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.1.2-RC1-incubating</version>
                 <type>test-jar</type>
             </dependency>
             
             <dependency>
                 <groupId>org.apache.isis.security</groupId>
                 <artifactId>file</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.1.2-RC1-incubating</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.isis.security</groupId>
                 <artifactId>file</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.1.2-RC1-incubating</version>
                 <type>test-jar</type>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.isis.security</groupId>
                 <artifactId>ldap</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.1.2-RC1-incubating</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.isis.security</groupId>
                 <artifactId>ldap</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.1.2-RC1-incubating</version>
                 <type>test-jar</type>
             </dependency>
 

Modified: incubator/isis/branches/0.1.2-RC1-incubating/trunk/site-skin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-RC1-incubating/trunk/site-skin/pom.xml?rev=1126567&r1=1126566&r2=1126567&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-RC1-incubating/trunk/site-skin/pom.xml (original)
+++ incubator/isis/branches/0.1.2-RC1-incubating/trunk/site-skin/pom.xml Mon May 23 16:18:23 2011
@@ -1,40 +1,39 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you 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 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
     <parent>
 		<groupId>org.apache.isis</groupId>
 		<artifactId>isis-parent</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
+		<version>0.1.2-RC1-incubating</version>
 	</parent>  
 
     <groupId>org.apache.isis.skins</groupId>
     <artifactId>classic-skin</artifactId>
-    <version>1.0</version>
+    <version>0.1.2-RC1-incubating</version>
     <name>Isis Skin</name>
-
-    <properties>
-        <siteBaseDir>..</siteBaseDir>
-        <relativeUrl>applib/</relativeUrl>
-    </properties>
+
+    <properties>
+        <siteBaseDir>..</siteBaseDir>
+        <relativeUrl>applib/</relativeUrl>
+    </properties>
 
 </project>

Modified: incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/bdd/common/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/bdd/common/pom.xml?rev=1126567&r1=1126566&r2=1126567&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/bdd/common/pom.xml (original)
+++ incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/bdd/common/pom.xml Mon May 23 16:18:23 2011
@@ -1,30 +1,29 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you 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 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">
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 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.isis.viewer</groupId>
 	    <artifactId>bdd</artifactId>
-	    <version>0.1.2-incubating-SNAPSHOT</version>
+	    <version>0.1.2-RC1-incubating</version>
 	</parent>
 	
 	<artifactId>bdd-common</artifactId>
@@ -35,16 +34,16 @@
 		<relativeUrl>viewer/bdd/common/</relativeUrl>
 	</properties>
 
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
     <dependencyManagement>
         <dependencies>
             <!-- TODO: remove this dependency -->
             <dependency>
                 <groupId>org.apache.isis.runtimes</groupId>
                 <artifactId>dflt</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.1.2-RC1-incubating</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>

Modified: incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/bdd/concordion/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/bdd/concordion/pom.xml?rev=1126567&r1=1126566&r2=1126567&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/bdd/concordion/pom.xml (original)
+++ incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/bdd/concordion/pom.xml Mon May 23 16:18:23 2011
@@ -1,30 +1,29 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you 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 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">
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 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.isis.viewer</groupId>
 	    <artifactId>bdd</artifactId>
-	    <version>0.1.2-incubating-SNAPSHOT</version>
+	    <version>0.1.2-RC1-incubating</version>
 	</parent>
 	
 	<artifactId>bdd-concordion</artifactId>
@@ -37,9 +36,9 @@
 		<concordion.version>1.4.1</concordion.version>
 	</properties>
 	
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
     <dependencyManagement>
         <dependencies>
 

Modified: incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/bdd/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/bdd/pom.xml?rev=1126567&r1=1126566&r2=1126567&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/bdd/pom.xml (original)
+++ incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/bdd/pom.xml Mon May 23 16:18:23 2011
@@ -1,34 +1,34 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you 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.
--->
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 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.isis</groupId>
 		<artifactId>viewer</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
+		<version>0.1.2-RC1-incubating</version>
 	</parent>
 
     <groupId>org.apache.isis.viewer</groupId>
     <artifactId>bdd</artifactId>
-    <version>0.1.2-incubating-SNAPSHOT</version>
+    <version>0.1.2-RC1-incubating</version>
     
     <name>BDD Viewers</name>
 
@@ -39,13 +39,13 @@
 		<relativeUrl>viewer/bdd/</relativeUrl>
 
         <docbkxGuideTitle>Apache Isis BDD Testing Guide</docbkxGuideTitle>
-        <docbkxGuideSubTitle>Acceptance Testing using BDD Frameworks</docbkxGuideSubTitle>
+        <docbkxGuideSubTitle>Acceptance Testing using BDD Frameworks</docbkxGuideSubTitle>
         <docbkxGuideName>isis-bdd-integration</docbkxGuideName>
     </properties>
 
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
     <build>
         <plugins>
             <plugin>
@@ -63,12 +63,12 @@
             <dependency>
 			    <groupId>org.apache.isis.viewer</groupId>
                 <artifactId>bdd-common</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.1.2-RC1-incubating</version>
             </dependency>
             <dependency>
 			    <groupId>org.apache.isis.viewer</groupId>
                 <artifactId>bdd-common</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.1.2-RC1-incubating</version>
                 <scope>test</scope>
                 <type>test-jar</type>
             </dependency>
@@ -76,12 +76,12 @@
             <dependency>
 			    <groupId>org.apache.isis.viewer</groupId>
                 <artifactId>bdd-concordion</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.1.2-RC1-incubating</version>
             </dependency>
             <dependency>
 			    <groupId>org.apache.isis.viewer</groupId>
                 <artifactId>bdd-concordion</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.1.2-RC1-incubating</version>
                 <scope>test</scope>
                 <type>test-jar</type>
             </dependency>
@@ -118,7 +118,7 @@
         <dependency>
             <groupId>org.apache.isis</groupId>
             <artifactId>progmodels</artifactId>
-            <version>0.1.2-incubating-SNAPSHOT</version>
+            <version>0.1.2-RC1-incubating</version>
             <type>pom</type>
             <scope>import</scope>
         </dependency>

Modified: incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/dnd/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/dnd/pom.xml?rev=1126567&r1=1126566&r2=1126567&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/dnd/pom.xml (original)
+++ incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/dnd/pom.xml Mon May 23 16:18:23 2011
@@ -1,35 +1,34 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you 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 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">
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 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.isis</groupId>
 		<artifactId>viewer</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
+		<version>0.1.2-RC1-incubating</version>
 	</parent>
 
 	<groupId>org.apache.isis.viewer</groupId>
 	<artifactId>dnd</artifactId>
-	<version>0.1.2-incubating-SNAPSHOT</version>
+	<version>0.1.2-RC1-incubating</version>
 
 	<name>Drag-n-Drop Viewer</name>
 
@@ -42,9 +41,9 @@
 		<docbkxGuideName>isis-dnd-viewer</docbkxGuideName>
     </properties>
 
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
 	<build>
 		<plugins>
             <plugin>
@@ -86,7 +85,7 @@
             <dependency>
                 <groupId>org.apache.isis.runtimes</groupId>
                 <artifactId>dflt</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.1.2-RC1-incubating</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>

Modified: incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/html/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/html/pom.xml?rev=1126567&r1=1126566&r2=1126567&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/html/pom.xml (original)
+++ incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/html/pom.xml Mon May 23 16:18:23 2011
@@ -1,35 +1,34 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you 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 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">
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 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.isis</groupId>
 		<artifactId>viewer</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
+		<version>0.1.2-RC1-incubating</version>
 	</parent>
 
 	<groupId>org.apache.isis.viewer</groupId>
 	<artifactId>html</artifactId>
-	<version>0.1.2-incubating-SNAPSHOT</version>
+	<version>0.1.2-RC1-incubating</version>
 
 	<name>Html Viewer</name>
 
@@ -38,13 +37,13 @@
 		<relativeUrl>viewer/html/</relativeUrl>
 
 		<docbkxGuideTitle>Apache Isis HTML Viewer</docbkxGuideTitle>
-        <docbkxGuideSubTitle>Configuration, Customization and Deployment Guide</docbkxGuideSubTitle>
+        <docbkxGuideSubTitle>Configuration, Customization and Deployment Guide</docbkxGuideSubTitle>
 		<docbkxGuideName>isis-html-viewer</docbkxGuideName>
     </properties>
 
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
 	<build>
 		<plugins>
             <plugin>
@@ -86,7 +85,7 @@
             <dependency>
                 <groupId>org.apache.isis.runtimes</groupId>
                 <artifactId>dflt</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.1.2-RC1-incubating</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>

Modified: incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/junit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/junit/pom.xml?rev=1126567&r1=1126566&r2=1126567&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/junit/pom.xml (original)
+++ incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/junit/pom.xml Mon May 23 16:18:23 2011
@@ -1,30 +1,29 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you 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 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">
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 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.isis</groupId>
         <artifactId>viewer</artifactId>
-        <version>0.1.2-incubating-SNAPSHOT</version>
+        <version>0.1.2-RC1-incubating</version>
     </parent>
 
     <groupId>org.apache.isis.viewer</groupId>
@@ -36,17 +35,17 @@
         <siteBaseDir>../..</siteBaseDir>
         <relativeUrl>viewer/junit/</relativeUrl>
 
-        <wrapper-progmodel.version>0.1.2-incubating-SNAPSHOT</wrapper-progmodel.version>
-        <identity-bytecode.version>0.1.2-incubating-SNAPSHOT</identity-bytecode.version>
+        <wrapper-progmodel.version>0.1.2-RC1-incubating</wrapper-progmodel.version>
+        <identity-bytecode.version>0.1.2-RC1-incubating</identity-bytecode.version>
 
         <docbkxGuideTitle>Apache Isis JUnit Support</docbkxGuideTitle>
         <docbkxGuideSubTitle>Acceptance Testing using JUnit</docbkxGuideSubTitle>
         <docbkxGuideName>isis-junit-support</docbkxGuideName>
     </properties>
 
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
     <build>
         <plugins>
             <plugin>
@@ -88,7 +87,7 @@
             <dependency>
                 <groupId>org.apache.isis.runtimes</groupId>
                 <artifactId>dflt</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.1.2-RC1-incubating</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>

Modified: incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/pom.xml?rev=1126567&r1=1126566&r2=1126567&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/pom.xml (original)
+++ incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/pom.xml Mon May 23 16:18:23 2011
@@ -1,30 +1,29 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you 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 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">
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 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.isis</groupId>
 		<artifactId>isis-parent</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
+		<version>0.1.2-RC1-incubating</version>
 	</parent>
 
 	<artifactId>viewer</artifactId>
@@ -37,9 +36,9 @@
 		<relativeUrl>viewer/</relativeUrl>
 	</properties>
 
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
 	<modules>
 		<module>dnd</module>
 		<module>html</module>

Modified: incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/restful/applib/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/restful/applib/pom.xml?rev=1126567&r1=1126566&r2=1126567&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/restful/applib/pom.xml (original)
+++ incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/restful/applib/pom.xml Mon May 23 16:18:23 2011
@@ -1,30 +1,29 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you 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 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">
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 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.isis.viewer</groupId>
 		<artifactId>restful</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
+		<version>0.1.2-RC1-incubating</version>
 	</parent>
 	
 	<artifactId>restful-applib</artifactId>
@@ -35,9 +34,9 @@
 		<relativeUrl>viewer/restful/applib/</relativeUrl>
 	</properties>
 
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
 	<dependencies>
 		<dependency>
 			<groupId>org.jboss.resteasy</groupId>

Modified: incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/restful/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/restful/pom.xml?rev=1126567&r1=1126566&r2=1126567&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/restful/pom.xml (original)
+++ incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/restful/pom.xml Mon May 23 16:18:23 2011
@@ -1,36 +1,35 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you 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 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/xsd/maven-4.0.0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 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/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 	
 	<parent>
 		<groupId>org.apache.isis</groupId>
 		<artifactId>viewer</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
+		<version>0.1.2-RC1-incubating</version>
 	</parent>
 
 	<groupId>org.apache.isis.viewer</groupId>
 	<artifactId>restful</artifactId>
-	<version>0.1.2-incubating-SNAPSHOT</version>
+	<version>0.1.2-RC1-incubating</version>
 
 	<name>Restful Viewer</name>
 
@@ -41,13 +40,13 @@
 		<relativeUrl>viewer/restful/</relativeUrl>
 
         <docbkxGuideTitle>Apache Isis Restful Viewer</docbkxGuideTitle>
-        <docbkxGuideSubTitle>Programming, Configuration and Deployment Guide</docbkxGuideSubTitle>
+        <docbkxGuideSubTitle>Programming, Configuration and Deployment Guide</docbkxGuideSubTitle>
         <docbkxGuideName>isis-restful-viewer</docbkxGuideName>
     </properties>
 	
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
 	<repositories>
 		<!-- required for RestEasy -->
 		<repository>
@@ -83,7 +82,7 @@
             <dependency>
                 <groupId>org.apache.isis.runtimes</groupId>
                 <artifactId>dflt</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
+                <version>0.1.2-RC1-incubating</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
@@ -92,23 +91,23 @@
 	   		<dependency>
 				<groupId>org.apache.isis.viewer</groupId>
 				<artifactId>restful-applib</artifactId>
-				<version>0.1.2-incubating-SNAPSHOT</version>
+				<version>0.1.2-RC1-incubating</version>
 			</dependency>
 	   		<dependency>
 				<groupId>org.apache.isis.viewer</groupId>
 				<artifactId>restful-applib</artifactId>
-				<version>0.1.2-incubating-SNAPSHOT</version>
+				<version>0.1.2-RC1-incubating</version>
                 <type>test-jar</type>
 			</dependency>
 	   		<dependency>
 				<groupId>org.apache.isis.viewer</groupId>
 				<artifactId>restful-viewer</artifactId>
-				<version>0.1.2-incubating-SNAPSHOT</version>
+				<version>0.1.2-RC1-incubating</version>
 			</dependency>
 	   		<dependency>
 				<groupId>org.apache.isis.viewer</groupId>
 				<artifactId>restful-viewer</artifactId>
-				<version>0.1.2-incubating-SNAPSHOT</version>
+				<version>0.1.2-RC1-incubating</version>
                 <type>test-jar</type>
 			</dependency>
 	

Modified: incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/restful/viewer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/restful/viewer/pom.xml?rev=1126567&r1=1126566&r2=1126567&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/restful/viewer/pom.xml (original)
+++ incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/restful/viewer/pom.xml Mon May 23 16:18:23 2011
@@ -1,30 +1,29 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you 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 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">
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 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.isis.viewer</groupId>
 		<artifactId>restful</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
+		<version>0.1.2-RC1-incubating</version>
 	</parent>
 
 	<artifactId>restful-viewer</artifactId>
@@ -35,9 +34,9 @@
 		<relativeUrl>viewer/restful/viewer/</relativeUrl>
 	</properties>
 
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.isis.viewer</groupId>

Modified: incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/scimpi/dispatcher/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/scimpi/dispatcher/pom.xml?rev=1126567&r1=1126566&r2=1126567&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/scimpi/dispatcher/pom.xml (original)
+++ incubator/isis/branches/0.1.2-RC1-incubating/trunk/viewer/scimpi/dispatcher/pom.xml Mon May 23 16:18:23 2011
@@ -1,29 +1,29 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you 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.
--->
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 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.isis.viewer</groupId>
 	    <artifactId>scimpi</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
+		<version>0.1.2-RC1-incubating</version>
 	</parent>
 
 	<artifactId>scimpi-dispatcher</artifactId>
@@ -35,9 +35,9 @@
 		<relativeUrl>viewer/scimpi/dispatcher/</relativeUrl>
 	</properties>
 
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
     <reporting>
         <plugins>
             <plugin>