You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by ga...@apache.org on 2011/09/26 17:59:18 UTC

svn commit: r1175918 - in /chemistry/opencmis/trunk/chemistry-opencmis-server: chemistry-opencmis-server-fileshare/pom.xml chemistry-opencmis-server-inmemory-war/pom.xml chemistry-opencmis-server-inmemory/pom.xml chemistry-opencmis-server-jcr/pom.xml

Author: gabriele
Date: Mon Sep 26 15:59:17 2011
New Revision: 1175918

URL: http://svn.apache.org/viewvc?rev=1175918&view=rev
Log:
-- refactoring of server bindings (batch 4)
   - updated all references to server bindings war
   - run successfully mvn clean install from root

Modified:
    chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/pom.xml
    chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory-war/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

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=1175918&r1=1175917&r2=1175918&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 Mon Sep 26 15:59:17 2011
@@ -51,7 +51,7 @@
                         </overlay>
                         <overlay>
                             <groupId>${project.groupId}</groupId>
-                            <artifactId>chemistry-opencmis-server-bindings-war</artifactId>
+                            <artifactId>chemistry-opencmis-server-bindings</artifactId>
                         </overlay>
                     </overlays>
                 </configuration>
@@ -72,7 +72,7 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>chemistry-opencmis-server-bindings-war</artifactId>
+            <artifactId>chemistry-opencmis-server-bindings</artifactId>
             <version>${project.version}</version>
             <type>war</type>
         </dependency>

Modified: chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory-war/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory-war/pom.xml?rev=1175918&r1=1175917&r2=1175918&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory-war/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory-war/pom.xml Mon Sep 26 15:59:17 2011
@@ -48,7 +48,7 @@
 						</overlay>
 						<overlay>
 							<groupId>${project.groupId}</groupId>
-							<artifactId>chemistry-opencmis-server-bindings-war</artifactId>
+							<artifactId>chemistry-opencmis-server-bindings</artifactId>
 						</overlay>
 					</overlays>
 				</configuration>
@@ -120,7 +120,7 @@
 		</dependency>
 		<dependency>
 			<groupId>${project.groupId}</groupId>
-			<artifactId>chemistry-opencmis-server-bindings-war</artifactId>
+			<artifactId>chemistry-opencmis-server-bindings</artifactId>
 			<version>${project.version}</version>
 			<type>war</type>
 		</dependency>

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=1175918&r1=1175917&r2=1175918&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 Mon Sep 26 15:59:17 2011
@@ -52,6 +52,7 @@
             <groupId>${project.groupId}</groupId>
             <artifactId>chemistry-opencmis-server-bindings</artifactId>
             <version>${project.version}</version>
+            <classifier>classes</classifier>
             <type>jar</type>
         </dependency>
         <dependency>

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=1175918&r1=1175917&r2=1175918&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 Mon Sep 26 15:59:17 2011
@@ -51,7 +51,7 @@
                         </overlay>
                         <overlay>
                             <groupId>${project.groupId}</groupId>
-                            <artifactId>chemistry-opencmis-server-bindings-war</artifactId>
+                            <artifactId>chemistry-opencmis-server-bindings</artifactId>
                         </overlay>
                     </overlays>
                 </configuration>
@@ -77,7 +77,7 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>chemistry-opencmis-server-bindings-war</artifactId>
+            <artifactId>chemistry-opencmis-server-bindings</artifactId>
             <version>${project.version}</version>
             <type>war</type>
         </dependency>