You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2018/04/08 14:31:24 UTC

svn commit: r1828641 - /archiva/parent/pom.xml

Author: martin_s
Date: Sun Apr  8 14:31:24 2018
New Revision: 1828641

URL: http://svn.apache.org/viewvc?rev=1828641&view=rev
Log:
Changing enunciate version

Modified:
    archiva/parent/pom.xml

Modified: archiva/parent/pom.xml
URL: http://svn.apache.org/viewvc/archiva/parent/pom.xml?rev=1828641&r1=1828640&r2=1828641&view=diff
==============================================================================
--- archiva/parent/pom.xml (original)
+++ archiva/parent/pom.xml Sun Apr  8 14:31:24 2018
@@ -57,6 +57,7 @@
   </distributionManagement>
 
   <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <snapshotsDeployUrl>https://archiva-repository.apache.org/archiva/repository/snapshots</snapshotsDeployUrl>
     <snapshotsDeployId>archiva-repository.snapshots</snapshotsDeployId>
     <releaseDeployUrl>https://archiva-repository.apache.org/archiva/repository/archiva-releases-stage/</releaseDeployUrl>
@@ -86,7 +87,7 @@
 
     <jacksonVersion>2.3.0</jacksonVersion>
     <enunciate.docsDir />
-    <enunciate.version>2.9.1</enunciate.version>
+    <enunciate.version>2.10.1</enunciate.version>
     <enunciate.debug>false</enunciate.debug>
 
     <javaVersion>8</javaVersion>