You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/01/07 09:57:38 UTC

syncope git commit: Various upgrades

Repository: syncope
Updated Branches:
  refs/heads/master 29f2d7b26 -> b66047c91


Various upgrades


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/b66047c9
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/b66047c9
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/b66047c9

Branch: refs/heads/master
Commit: b66047c91db4d470c1704911d6738c4fc548753f
Parents: 29f2d7b
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Jan 7 09:57:30 2016 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Jan 7 09:57:30 2016 +0100

----------------------------------------------------------------------
 common/rest-api/pom.xml | 3 +++
 pom.xml                 | 8 ++++----
 2 files changed, 7 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/b66047c9/common/rest-api/pom.xml
----------------------------------------------------------------------
diff --git a/common/rest-api/pom.xml b/common/rest-api/pom.xml
index 386dd8e..638593e 100644
--- a/common/rest-api/pom.xml
+++ b/common/rest-api/pom.xml
@@ -126,6 +126,9 @@ under the License.
                 <goals>
                   <goal>parsejavadoc</goal>
                 </goals>
+                <configuration>
+                  <encoding>UTF-8</encoding>
+                </configuration>
               </execution>
               <execution>
                 <id>generate-wadl</id>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b66047c9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a000388..cef536a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1337,7 +1337,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.19</version>
+          <version>2.19.1</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1348,7 +1348,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.19</version>
+          <version>2.19.1</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1664,12 +1664,12 @@ under the License.
               <dependency>
                 <groupId>org.asciidoctor</groupId>
                 <artifactId>asciidoctorj-pdf</artifactId>
-                <version>1.5.0-alpha.10.1</version>
+                <version>1.5.0-alpha.11</version>
               </dependency>
               <dependency>
                 <groupId>org.asciidoctor</groupId>
                 <artifactId>asciidoctorj</artifactId>
-                <version>1.5.3.2</version>
+                <version>1.5.4</version>
               </dependency>
             </dependencies>
             <configuration>