You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/06/23 09:46:46 UTC

[maven-doap-plugin] branch MDOAP-52 updated: Fixed.

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MDOAP-52
in repository https://gitbox.apache.org/repos/asf/maven-doap-plugin.git


The following commit(s) were added to refs/heads/MDOAP-52 by this push:
     new 7e76c2f  Fixed.
7e76c2f is described below

commit 7e76c2f7a6ec17317b501e57405b40c5bd3a6b93
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Jun 23 11:46:45 2018 +0200

    Fixed.
---
 pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b6b32e8..a06a2de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,8 +67,6 @@ under the License.
     <surefire.version>2.21.0</surefire.version>
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>    
-    <!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
-    <https.protocols>${https.protocols}</https.protocols>
   </properties>
 
   <dependencies>
@@ -244,6 +242,10 @@ under the License.
                   <goal>clean</goal>
                   <goal>${project.groupId}:${project.artifactId}:${project.version}:generate</goal>
                 </goals>
+                <properties>
+                  <!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
+                  <https.protocols>${https.protocols}</https.protocols>
+                </properties>
               </configuration>
             </plugin>
           </plugins>