You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2020/01/22 22:37:59 UTC

svn commit: r1873048 - in /chemistry/opencmis/trunk: README.txt pom.xml src/main/javadoc/chemistry-javadoc.css

Author: fmui
Date: Wed Jan 22 22:37:58 2020
New Revision: 1873048

URL: http://svn.apache.org/viewvc?rev=1873048&view=rev
Log:
updated build plugins and README

Modified:
    chemistry/opencmis/trunk/README.txt
    chemistry/opencmis/trunk/pom.xml
    chemistry/opencmis/trunk/src/main/javadoc/chemistry-javadoc.css

Modified: chemistry/opencmis/trunk/README.txt
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/README.txt?rev=1873048&r1=1873047&r2=1873048&view=diff
==============================================================================
--- chemistry/opencmis/trunk/README.txt (original)
+++ chemistry/opencmis/trunk/README.txt Wed Jan 22 22:37:58 2020
@@ -23,7 +23,7 @@ You need Maven 3.5 (or higher) with Java
 License (see also package specific LICENSE files)
 =================================================
 
-Collective work: Copyright 2010-2019 The Apache Software Foundation.
+Collective work: Copyright 2010-2020 The Apache Software Foundation.
 
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with

Modified: chemistry/opencmis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/pom.xml?rev=1873048&r1=1873047&r2=1873048&view=diff
==============================================================================
--- chemistry/opencmis/trunk/pom.xml (original)
+++ chemistry/opencmis/trunk/pom.xml Wed Jan 22 22:37:58 2020
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>21</version>
+        <version>22</version>
     </parent>
 
     <!-- Project Information -->
@@ -210,12 +210,12 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-remote-resources-plugin</artifactId>
-                    <version>1.4</version>
+                    <version>1.5</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-archetype-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.1.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -258,12 +258,10 @@
                     <timestampFormat>{0,date,yyyy-MM-dd'T'HH:mm:ssZ}</timestampFormat>
                 </configuration>
             </plugin>
-            <!-- Working, but not attached to the deployment.
-            Blocked on http://jira.codehaus.org/browse/MINSTALL-82
             <plugin>
-                <groupId>net.ju-n.maven.plugins</groupId>
+                <groupId>net.nicoulaj.maven.plugins</groupId>
                 <artifactId>checksum-maven-plugin</artifactId>
-                <version>1.2</version>
+                <version>1.8</version>
                 <executions>
                     <execution>
                         <goals>
@@ -272,12 +270,13 @@
                     </execution>
                 </executions>
                 <configuration>
+                    <appendFilename>true</appendFilename>
                     <algorithms>
                         <algorithm>SHA-256</algorithm>
+                        <algorithm>SHA-512</algorithm>
                     </algorithms>
                 </configuration>
             </plugin>
-             -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-war-plugin</artifactId>
@@ -455,6 +454,7 @@
                         <exclude>**/*.json</exclude>
                         <exclude>**/.recommenders/**/*</exclude>
                         <exclude>**/.project</exclude>
+                        <exclude>**/.factorypath</exclude>                        
                         <exclude>/src/main/resources/META-INF/services/**/*</exclude>
                         <exclude>/src/main/webapp/WEB-INF/classes/META-INF/**/*</exclude>
                         <!-- client -->

Modified: chemistry/opencmis/trunk/src/main/javadoc/chemistry-javadoc.css
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/src/main/javadoc/chemistry-javadoc.css?rev=1873048&r1=1873047&r2=1873048&view=diff
==============================================================================
--- chemistry/opencmis/trunk/src/main/javadoc/chemistry-javadoc.css (original)
+++ chemistry/opencmis/trunk/src/main/javadoc/chemistry-javadoc.css Wed Jan 22 22:37:58 2020
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 .chemistry-table {
 	border: 2px solid #000000;
 	padding: 4px;