Author: gabriele
Date: Wed Oct 10 19:04:04 2012
New Revision: 1396736

URL: http://svn.apache.org/viewvc?rev=1396736&view=rev
Log:
[maven-release-plugin] prepare release chemistry-opencmis-0.8.0-RC1

Modified:
    
chemistry/opencmis/trunk/chemistry-opencmis-android/chemistry-opencmis-android-client/pom.xml
    
chemistry/opencmis/trunk/chemistry-opencmis-bridge/chemistry-opencmis-bridge/pom.xml
    
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml
    
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings-weblogic/pom.xml
    
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings-websphere/pom.xml
    
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml
    
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml
    
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/pom.xml
    
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml
    chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml
    
chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/pom.xml
    
chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-server/pom.xml
    
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/pom.xml
    
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/pom.xml
    
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml
    
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-jcr/pom.xml
    
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml
    
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser-app/pom.xml
    
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser/pom.xml
    
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml
    
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tck/pom.xml
    
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tools/pom.xml
    
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/pom.xml
    
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml
    chemistry/opencmis/trunk/pom.xml

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-android/chemistry-opencmis-android-client/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-android/chemistry-opencmis-android-client/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-android/chemistry-opencmis-android-client/pom.xml
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-android/chemistry-opencmis-android-client/pom.xml
 Wed Oct 10 19:04:04 2012
@@ -1,151 +1,150 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-    <!--
-        Licensed under the Apache License, Version 2.0 (the "License");
-        you may not use this file except in compliance with the License.
-        You may obtain a copy of the License at
-
-        http://www.apache.org/licenses/LICENSE-2.0 Unless required by
-        applicable law or agreed to in writing, software distributed
-        under the License is distributed on an "AS IS" BASIS, WITHOUT
-        WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-        See the License for the specific language governing permissions
-        and limitations under the License.
-    -->
-
-<project 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.chemistry.opencmis</groupId>
-               <artifactId>chemistry-opencmis</artifactId>
-               <version>0.8.0-SNAPSHOT</version>
-               <relativePath>../../pom.xml</relativePath>
-       </parent>
-
-       <artifactId>chemistry-opencmis-android-client</artifactId>
-       <name>OpenCMIS Android Client</name>
-       <packaging>jar</packaging>
-
-       <properties>
-               <parentBasedir>../../</parentBasedir>
-       </properties>
-
-
-       <dependencies>
-               <dependency>
-                       <groupId>com.google.android</groupId>
-                       <artifactId>android</artifactId>
-                       <version>2.3.3</version>
-               </dependency>
-       </dependencies>
-
-       <build>
-               <plugins>
-                   <plugin>
-                 <artifactId>maven-antrun-plugin</artifactId>
-                 <version>1.5</version>
-                 <executions>
-                     <execution>
-                         <phase>generate-resources</phase>
-                         <configuration>
-                             <target>
-                                       <property name="gendir" 
value="${project.build.directory}/opencmis-core" />
-
-                                                               <property 
name="basedir" value="${maven.basedir}" />
-                                <property name="commons-api" 
value="${basedir}/../../chemistry-opencmis-commons/chemistry-opencmis-commons-api"
 />
-                                <property name="commons-impl" 
value="${basedir}/../../chemistry-opencmis-commons/chemistry-opencmis-commons-impl"
 />
-                                <property name="client-bindings" 
value="${basedir}/../../chemistry-opencmis-client/chemistry-opencmis-client-bindings"
 />
-                                <property name="client-api" 
value="${basedir}/../../chemistry-opencmis-client/chemistry-opencmis-client-api"
 />
-                                <property name="client-impl" 
value="${basedir}/../../chemistry-opencmis-client/chemistry-opencmis-client-impl"
 />
-
-                                <property name="sourcefiles" 
value="src/main/java" />
-                                 
-                                                               <copy 
todir="${gendir}">
-                                                                       
<fileset dir="${commons-api}/${sourcefiles}">
-                                                                               
<include name="**/*.java" />
-                                                                       
</fileset>
-                                                               </copy>
-                                
-                                       <copy todir="${gendir}">
-                                                                       
<fileset dir="${commons-impl}/${sourcefiles}">
-                                                                               
<include name="**/*.java" />
-                                                                               
<exclude name="**/tube/**" />
-                                                                               
<exclude name="**/jaxb/**" />
-                                                                               
<exclude name="**/impl/JaxBHelper.*" />
-                                                                               
<exclude name="**/impl/Converter.*" />
-                                                                       
</fileset>
-                                                               </copy>
-                                
-                               <copy todir="${gendir}">
-                                                                       
<fileset dir="${client-bindings}/${sourcefiles}">
-                                                                               
<include name="**/*.java" />
-                                                                               
<exclude name="**/spi/local/**" />
-                                                                               
<exclude name="**/spi/webservices/**" />
-                                                                               
<exclude name="**/spi/atompub/**" />
-                                                                       
</fileset>
-                                                               </copy>         
                   
-                                
-                               <copy todir="${gendir}">
-                                                                       
<fileset dir="${client-api}/${sourcefiles}">
-                                                                               
<include name="**/*.java" />
-                                                                       
</fileset>
-                                                               </copy>         
                   
-                                
-                               <copy todir="${gendir}">
-                                                                       
<fileset dir="${client-impl}/${sourcefiles}">
-                                                                               
<include name="**/*.java" />
-                                                                               
<exclude name="**/osgi/**" />
-                                                                       
</fileset>
-                                                               </copy>         
                          
-                             </target>
-                         </configuration>
-                         <goals>
-                             <goal>run</goal>
-                         </goals>
-                     </execution>
-                 </executions>
-            </plugin>
-            <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               
<artifactId>build-helper-maven-plugin</artifactId>
-                               <version>1.7</version>
-                               <executions>
-                                       <execution>
-                                               <phase>generate-sources</phase>
-                                               <goals>
-                                                       <goal>add-source</goal>
-                                               </goals>
-                               <configuration>
-                                   <sources>
-                                                               
<source>${project.build.directory}/opencmis-core</source>
-                                                       </sources>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                       </plugin>
-            <plugin>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>pack</id>
-                        <goals>
-                            <goal>single</goal>
-                        </goals>
-                        <phase>package</phase>
-                        <configuration>
-                            <attach>true</attach>
-                            <descriptors>
-                                <descriptor>
-                                  src/main/assembly/assembly.xml
-                                </descriptor>
-                            </descriptors>
-                        </configuration>
-                     </execution>
-                </executions>
-            </plugin>
-               </plugins>
-       </build>
-
+<?xml version="1.0" encoding="UTF-8"?>
+
+    <!--
+        Licensed under the Apache License, Version 2.0 (the "License");
+        you may not use this file except in compliance with the License.
+        You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+        applicable law or agreed to in writing, software distributed
+        under the License is distributed on an "AS IS" BASIS, WITHOUT
+        WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+        See the License for the specific language governing permissions
+        and limitations under the License.
+    -->
+
+<project 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.chemistry.opencmis</groupId>
+               <artifactId>chemistry-opencmis</artifactId>
+               <version>0.8.0</version>
+               <relativePath>../../pom.xml</relativePath>
+       </parent>
+
+       <artifactId>chemistry-opencmis-android-client</artifactId>
+       <name>OpenCMIS Android Client</name>
+       <packaging>jar</packaging>
+
+       <properties>
+               <parentBasedir>../../</parentBasedir>
+       </properties>
+
+
+       <dependencies>
+               <dependency>
+                       <groupId>com.google.android</groupId>
+                       <artifactId>android</artifactId>
+                       <version>2.3.3</version>
+               </dependency>
+       </dependencies>
+
+       <build>
+               <plugins>
+                   <plugin>
+                 <artifactId>maven-antrun-plugin</artifactId>
+                 <version>1.5</version>
+                 <executions>
+                     <execution>
+                         <phase>generate-resources</phase>
+                         <configuration>
+                             <target>
+                                       <property name="gendir" 
value="${project.build.directory}/opencmis-core" />
+
+                                                               <property 
name="basedir" value="${maven.basedir}" />
+                                <property name="commons-api" 
value="${basedir}/../../chemistry-opencmis-commons/chemistry-opencmis-commons-api"
 />
+                                <property name="commons-impl" 
value="${basedir}/../../chemistry-opencmis-commons/chemistry-opencmis-commons-impl"
 />
+                                <property name="client-bindings" 
value="${basedir}/../../chemistry-opencmis-client/chemistry-opencmis-client-bindings"
 />
+                                <property name="client-api" 
value="${basedir}/../../chemistry-opencmis-client/chemistry-opencmis-client-api"
 />
+                                <property name="client-impl" 
value="${basedir}/../../chemistry-opencmis-client/chemistry-opencmis-client-impl"
 />
+
+                                <property name="sourcefiles" 
value="src/main/java" />
+                                 
+                                                               <copy 
todir="${gendir}">
+                                                                       
<fileset dir="${commons-api}/${sourcefiles}">
+                                                                               
<include name="**/*.java" />
+                                                                       
</fileset>
+                                                               </copy>
+                                
+                                       <copy todir="${gendir}">
+                                                                       
<fileset dir="${commons-impl}/${sourcefiles}">
+                                                                               
<include name="**/*.java" />
+                                                                               
<exclude name="**/tube/**" />
+                                                                               
<exclude name="**/jaxb/**" />
+                                                                               
<exclude name="**/impl/JaxBHelper.*" />
+                                                                               
<exclude name="**/impl/Converter.*" />
+                                                                       
</fileset>
+                                                               </copy>
+                                
+                               <copy todir="${gendir}">
+                                                                       
<fileset dir="${client-bindings}/${sourcefiles}">
+                                                                               
<include name="**/*.java" />
+                                                                               
<exclude name="**/spi/local/**" />
+                                                                               
<exclude name="**/spi/webservices/**" />
+                                                                               
<exclude name="**/spi/atompub/**" />
+                                                                       
</fileset>
+                                                               </copy>         
                   
+                                
+                               <copy todir="${gendir}">
+                                                                       
<fileset dir="${client-api}/${sourcefiles}">
+                                                                               
<include name="**/*.java" />
+                                                                       
</fileset>
+                                                               </copy>         
                   
+                                
+                               <copy todir="${gendir}">
+                                                                       
<fileset dir="${client-impl}/${sourcefiles}">
+                                                                               
<include name="**/*.java" />
+                                                                               
<exclude name="**/osgi/**" />
+                                                                       
</fileset>
+                                                               </copy>         
                          
+                             </target>
+                         </configuration>
+                         <goals>
+                             <goal>run</goal>
+                         </goals>
+                     </execution>
+                 </executions>
+            </plugin>
+            <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               
<artifactId>build-helper-maven-plugin</artifactId>
+                               <version>1.7</version>
+                               <executions>
+                                       <execution>
+                                               <phase>generate-sources</phase>
+                                               <goals>
+                                                       <goal>add-source</goal>
+                                               </goals>
+                               <configuration>
+                                   <sources>
+                                                               
<source>${project.build.directory}/opencmis-core</source>
+                                                       </sources>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
+            <plugin>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>pack</id>
+                        <goals>
+                            <goal>single</goal>
+                        </goals>
+                        <phase>package</phase>
+                        <configuration>
+                            <attach>true</attach>
+                            <descriptors>
+                                <descriptor>
+                                  src/main/assembly/assembly.xml
+                                </descriptor>
+                            </descriptors>
+                        </configuration>
+                     </execution>
+                </executions>
+            </plugin>
+               </plugins>
+       </build>
+
 </project>
\ No newline at end of file

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-bridge/chemistry-opencmis-bridge/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-bridge/chemistry-opencmis-bridge/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-bridge/chemistry-opencmis-bridge/pom.xml
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-bridge/chemistry-opencmis-bridge/pom.xml
 Wed Oct 10 19:04:04 2012
@@ -15,7 +15,7 @@
        <parent>
                <groupId>org.apache.chemistry.opencmis</groupId>
                <artifactId>chemistry-opencmis</artifactId>
-               <version>0.8.0-SNAPSHOT</version>
+               <version>0.8.0</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
 

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml
 Wed Oct 10 19:04:04 2012
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.chemistry.opencmis</groupId>
         <artifactId>chemistry-opencmis</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
+        <version>0.8.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings-weblogic/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings-weblogic/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings-weblogic/pom.xml
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings-weblogic/pom.xml
 Wed Oct 10 19:04:04 2012
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.chemistry.opencmis</groupId>
         <artifactId>chemistry-opencmis</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
+        <version>0.8.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings-websphere/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings-websphere/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings-websphere/pom.xml
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings-websphere/pom.xml
 Wed Oct 10 19:04:04 2012
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.chemistry.opencmis</groupId>
         <artifactId>chemistry-opencmis</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
+        <version>0.8.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml
 Wed Oct 10 19:04:04 2012
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.chemistry.opencmis</groupId>
         <artifactId>chemistry-opencmis</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
+        <version>0.8.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml
 Wed Oct 10 19:04:04 2012
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.chemistry.opencmis</groupId>
         <artifactId>chemistry-opencmis</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
+        <version>0.8.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/pom.xml
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/pom.xml
 Wed Oct 10 19:04:04 2012
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.chemistry.opencmis</groupId>
         <artifactId>chemistry-opencmis</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
+        <version>0.8.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml
 Wed Oct 10 19:04:04 2012
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.chemistry.opencmis</groupId>
         <artifactId>chemistry-opencmis</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
+        <version>0.8.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     

Modified: chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml Wed Oct 10 
19:04:04 2012
@@ -18,7 +18,7 @@
     <parent>
         <artifactId>chemistry-opencmis</artifactId>
         <groupId>org.apache.chemistry.opencmis</groupId>
-        <version>0.8.0-SNAPSHOT</version>
+        <version>0.8.0</version>
         <relativePath>../</relativePath>
     </parent>
 

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/pom.xml
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/pom.xml
 Wed Oct 10 19:04:04 2012
@@ -15,7 +15,7 @@
        <parent>
                <groupId>org.apache.chemistry.opencmis</groupId>
                <artifactId>chemistry-opencmis</artifactId>
-               <version>0.8.0-SNAPSHOT</version>
+               <version>0.8.0</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
 

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-server/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-server/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-server/pom.xml
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-server/pom.xml
 Wed Oct 10 19:04:04 2012
@@ -15,7 +15,7 @@
        <parent>
                <groupId>org.apache.chemistry.opencmis</groupId>
                <artifactId>chemistry-opencmis</artifactId>
-               <version>0.8.0-SNAPSHOT</version>
+               <version>0.8.0</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
 

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/pom.xml
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/pom.xml
 Wed Oct 10 19:04:04 2012
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.chemistry.opencmis</groupId>
         <artifactId>chemistry-opencmis</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
+        <version>0.8.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/pom.xml
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/pom.xml
 Wed Oct 10 19:04:04 2012
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.chemistry.opencmis</groupId>
         <artifactId>chemistry-opencmis</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
+        <version>0.8.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml
 Wed Oct 10 19:04:04 2012
@@ -15,7 +15,7 @@
        <parent>
                <groupId>org.apache.chemistry.opencmis</groupId>
                <artifactId>chemistry-opencmis</artifactId>
-               <version>0.8.0-SNAPSHOT</version>
+               <version>0.8.0</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
 

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-jcr/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-jcr/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-jcr/pom.xml
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-jcr/pom.xml
 Wed Oct 10 19:04:04 2012
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.chemistry.opencmis</groupId>
         <artifactId>chemistry-opencmis</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
+        <version>0.8.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml
 Wed Oct 10 19:04:04 2012
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.chemistry.opencmis</groupId>
         <artifactId>chemistry-opencmis</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
+        <version>0.8.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser-app/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser-app/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser-app/pom.xml
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser-app/pom.xml
 Wed Oct 10 19:04:04 2012
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.chemistry.opencmis</groupId>
         <artifactId>chemistry-opencmis</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
+        <version>0.8.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser/pom.xml
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser/pom.xml
 Wed Oct 10 19:04:04 2012
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.chemistry.opencmis</groupId>
         <artifactId>chemistry-opencmis</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
+        <version>0.8.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml
 Wed Oct 10 19:04:04 2012
@@ -15,7 +15,7 @@
        <parent>
                <groupId>org.apache.chemistry.opencmis</groupId>
                <artifactId>chemistry-opencmis</artifactId>
-               <version>0.8.0-SNAPSHOT</version>
+               <version>0.8.0</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
 

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tck/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tck/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tck/pom.xml
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tck/pom.xml
 Wed Oct 10 19:04:04 2012
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.chemistry.opencmis</groupId>
         <artifactId>chemistry-opencmis</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
+        <version>0.8.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tools/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tools/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tools/pom.xml
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tools/pom.xml
 Wed Oct 10 19:04:04 2012
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.chemistry.opencmis</groupId>
         <artifactId>chemistry-opencmis</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
+        <version>0.8.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/pom.xml
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/pom.xml
 Wed Oct 10 19:04:04 2012
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.chemistry.opencmis</groupId>
         <artifactId>chemistry-opencmis</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
+        <version>0.8.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml
 Wed Oct 10 19:04:04 2012
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.chemistry.opencmis</groupId>
         <artifactId>chemistry-opencmis</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
+        <version>0.8.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: chemistry/opencmis/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/pom.xml?rev=1396736&r1=1396735&r2=1396736&view=diff
==============================================================================
--- chemistry/opencmis/trunk/pom.xml (original)
+++ chemistry/opencmis/trunk/pom.xml Wed Oct 10 19:04:04 2012
@@ -26,7 +26,7 @@
     <groupId>org.apache.chemistry.opencmis</groupId>
     <artifactId>chemistry-opencmis</artifactId>
     <name>Apache Chemistry OpenCMIS</name>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.8.0</version>
     <packaging>pom</packaging>
 
     <organization>
@@ -54,9 +54,9 @@
     </licenses>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/chemistry/opencmis/trunk</connection>
-        
<developerConnection>scn:svn:https://svn.apache.org/repos/asf/chemistry/opencmis/trunk</developerConnection>
-        <url>http://svn.apache.org/viewvc/chemistry/opencmis/trunk</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/chemistry/opencmis/tags/chemistry-opencmis-0.8.0-RC1</connection>
+        
<developerConnection>scn:svn:https://svn.apache.org/repos/asf/chemistry/opencmis/tags/chemistry-opencmis-0.8.0-RC1</developerConnection>
+        
<url>http://svn.apache.org/viewvc/chemistry/opencmis/tags/chemistry-opencmis-0.8.0-RC1</url>
     </scm>
 
     <distributionManagement>


Reply via email to