Author: fmui
Date: Tue Aug 23 13:56:52 2016
New Revision: 1757370
URL: http://svn.apache.org/viewvc?rev=1757370&view=rev
Log:
release preparations
Modified:
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/resources/types.xml
chemistry/opencmis/trunk/pom.xml
chemistry/opencmis/trunk/src/main/resources/checkstyle.xml
chemistry/opencmis/trunk/src/main/resources/suppressions.xml
Modified:
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/resources/types.xml
URL:
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/resources/types.xml?rev=1757370&r1=1757369&r2=1757370&view=diff
==============================================================================
---
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/resources/types.xml
(original)
+++
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/resources/types.xml
Tue Aug 23 13:56:52 2016
@@ -1,3 +1,21 @@
+<!--
+ 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.
+-->
<!-- Generated Output file with type definitions. Do not edit! -->
<chem:typeDefinitions xmlns="http://docs.oasis-open.org/ns/cmis/core/200908/"
xmlns:cmisra="http://docs.oasis-open.org/ns/cmis/restatom/200908/"
Modified: chemistry/opencmis/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/pom.xml?rev=1757370&r1=1757369&r2=1757370&view=diff
==============================================================================
--- chemistry/opencmis/trunk/pom.xml (original)
+++ chemistry/opencmis/trunk/pom.xml Tue Aug 23 13:56:52 2016
@@ -16,7 +16,8 @@
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">
+-->
+<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>
@@ -109,7 +110,6 @@
<module>chemistry-opencmis-server/chemistry-opencmis-server-bindings-war</module>
<module>chemistry-opencmis-server/chemistry-opencmis-server-inmemory</module>
<module>chemistry-opencmis-server/chemistry-opencmis-server-fileshare</module>
- <!--
<module>chemistry-opencmis-server/chemistry-opencmis-server-jcr</module> -->
<module>chemistry-opencmis-server/chemistry-opencmis-server-archetype</module>
<module>chemistry-opencmis-server/chemistry-opencmis-server-extension-archetype</module>
<module>chemistry-opencmis-server/chemistry-opencmis-server-async</module>
@@ -118,8 +118,6 @@
<module>chemistry-opencmis-test/chemistry-opencmis-test-tck</module>
<module>chemistry-opencmis-test/chemistry-opencmis-test-tools</module>
<module>chemistry-opencmis-test/chemistry-opencmis-test-util</module>
-
<module>chemistry-opencmis-test/chemistry-opencmis-test-browser</module>
-
<module>chemistry-opencmis-test/chemistry-opencmis-test-browser-app</module>
<module>chemistry-opencmis-workbench/chemistry-opencmis-workbench</module>
<module>chemistry-opencmis-osgi/chemistry-opencmis-osgi-client</module>
<module>chemistry-opencmis-android/chemistry-opencmis-android-client</module>
@@ -224,7 +222,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>2.5</version>
+ <version>2.5.3</version>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
@@ -432,6 +430,18 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>.pmd</exclude>
+ <exclude>**/*.xsd</exclude>
+ <exclude>**/*.log</exclude>
+ <exclude>**/*.json</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
</plugins>
<extensions>
<extension>
Modified: chemistry/opencmis/trunk/src/main/resources/checkstyle.xml
URL:
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/src/main/resources/checkstyle.xml?rev=1757370&r1=1757369&r2=1757370&view=diff
==============================================================================
--- chemistry/opencmis/trunk/src/main/resources/checkstyle.xml (original)
+++ chemistry/opencmis/trunk/src/main/resources/checkstyle.xml Tue Aug 23
13:56:52 2016
@@ -1,4 +1,22 @@
<?xml version="1.0"?>
+<!--
+ 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.
+-->
<!DOCTYPE module PUBLIC
"-//Puppy Crawl//DTD Check Configuration 1.2//EN"
"http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
Modified: chemistry/opencmis/trunk/src/main/resources/suppressions.xml
URL:
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/src/main/resources/suppressions.xml?rev=1757370&r1=1757369&r2=1757370&view=diff
==============================================================================
--- chemistry/opencmis/trunk/src/main/resources/suppressions.xml (original)
+++ chemistry/opencmis/trunk/src/main/resources/suppressions.xml Tue Aug 23
13:56:52 2016
@@ -1,4 +1,22 @@
<?xml version="1.0"?>
+<!--
+ 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.
+-->
<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">