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 2018/10/18 05:52:05 UTC

[1/3] syncope git commit: Upgrading cargo-maven2-plugin

Repository: syncope
Updated Branches:
  refs/heads/2_0_X 47ff5ecd3 -> c46ec3832
  refs/heads/2_1_X 65922b6a2 -> 245f76fff
  refs/heads/master 72a5941f2 -> 8c281c285


Upgrading cargo-maven2-plugin


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

Branch: refs/heads/2_0_X
Commit: c46ec383242552f381e8d27cad3b6dfc3977cf2d
Parents: 47ff5ec
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Oct 18 07:46:15 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Oct 18 07:46:15 2018 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/c46ec383/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4a8806e..27ddd58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1982,7 +1982,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven2-plugin</artifactId>
-          <version>1.6.10</version>
+          <version>1.6.11</version>
           <configuration>
             <container>
               <containerId>tomcat8x</containerId>


[3/3] syncope git commit: Upgrading cargo-maven2-plugin, jdeb, commons-text

Posted by il...@apache.org.
Upgrading cargo-maven2-plugin, jdeb, commons-text


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

Branch: refs/heads/master
Commit: 8c281c28564f0628de727f85d7ddf5fbbaa4e7f3
Parents: 72a5941
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Oct 18 07:51:35 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Oct 18 07:51:51 2018 +0200

----------------------------------------------------------------------
 fit/core-reference/pom.xml                                     | 2 +-
 .../src/main/resources/jboss/domains/MasterDomain.xml          | 2 +-
 .../src/main/resources/jboss/domains/TwoDomain.xml             | 2 +-
 pom.xml                                                        | 6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/8c281c28/fit/core-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 8b9e987..ae6e7fd 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -1289,7 +1289,7 @@ under the License.
             <inherited>true</inherited>
             <configuration>
               <container>
-                <containerId>wildfly13x</containerId>
+                <containerId>wildfly14x</containerId>
                 <zipUrlInstaller>
                   <url>http://download.jboss.org/wildfly/14.0.1.Final/wildfly-14.0.1.Final.zip</url>
                   <downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>

http://git-wip-us.apache.org/repos/asf/syncope/blob/8c281c28/fit/core-reference/src/main/resources/jboss/domains/MasterDomain.xml
----------------------------------------------------------------------
diff --git a/fit/core-reference/src/main/resources/jboss/domains/MasterDomain.xml b/fit/core-reference/src/main/resources/jboss/domains/MasterDomain.xml
index eefc77d..86d9ba4 100644
--- a/fit/core-reference/src/main/resources/jboss/domains/MasterDomain.xml
+++ b/fit/core-reference/src/main/resources/jboss/domains/MasterDomain.xml
@@ -101,7 +101,7 @@ under the License.
     <property name="jpaPropertyMap">
       <map>
         <entry key="openjpa.MetaDataFactory" 
-               value="jpa(URLs=vfs:${project.build.directory}/cargo/configurations/wildfly13x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar, Resources=${Master.orm})"/>
+               value="jpa(URLs=vfs:${project.build.directory}/cargo/configurations/wildfly14x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar, Resources=${Master.orm})"/>
       </map>
     </property>
   </bean>  

http://git-wip-us.apache.org/repos/asf/syncope/blob/8c281c28/fit/core-reference/src/main/resources/jboss/domains/TwoDomain.xml
----------------------------------------------------------------------
diff --git a/fit/core-reference/src/main/resources/jboss/domains/TwoDomain.xml b/fit/core-reference/src/main/resources/jboss/domains/TwoDomain.xml
index a340788..f883838 100644
--- a/fit/core-reference/src/main/resources/jboss/domains/TwoDomain.xml
+++ b/fit/core-reference/src/main/resources/jboss/domains/TwoDomain.xml
@@ -101,7 +101,7 @@ under the License.
     <property name="jpaPropertyMap">
       <map>
         <entry key="openjpa.MetaDataFactory" 
-               value="jpa(URLs=vfs:${project.build.directory}/cargo/configurations/wildfly13x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar, Resources=${Master.orm})"/>
+               value="jpa(URLs=vfs:${project.build.directory}/cargo/configurations/wildfly14x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar, Resources=${Master.orm})"/>
       </map>
     </property>
   </bean>  

http://git-wip-us.apache.org/repos/asf/syncope/blob/8c281c28/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index af14215..f83bd43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -424,7 +424,7 @@ under the License.
     <commons-email.version>1.5</commons-email.version>
     <commons-jexl.version>3.1</commons-jexl.version>
     <commons-lang.version>3.8.1</commons-lang.version>
-    <commons-text.version>1.5</commons-text.version>
+    <commons-text.version>1.6</commons-text.version>
     <commons-logging.version>1.1.3</commons-logging.version>
     
     <tika.version>1.19.1</tika.version>
@@ -1910,7 +1910,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven2-plugin</artifactId>
-          <version>1.6.10</version>
+          <version>1.6.11</version>
           <configuration>
             <container>
               <containerId>tomcat9x</containerId>
@@ -1970,7 +1970,7 @@ under the License.
         <plugin>
           <groupId>org.vafer</groupId>
           <artifactId>jdeb</artifactId>
-          <version>1.6</version>
+          <version>1.7</version>
         </plugin>
 
         <plugin>


[2/3] syncope git commit: Upgrading cargo-maven2-plugin, jdeb, commons-text

Posted by il...@apache.org.
Upgrading cargo-maven2-plugin, jdeb, commons-text


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

Branch: refs/heads/2_1_X
Commit: 245f76fffed6b16617fafdcb6ade2568ee45dc95
Parents: 65922b6
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Oct 18 07:51:35 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Oct 18 07:51:35 2018 +0200

----------------------------------------------------------------------
 fit/core-reference/pom.xml                                     | 2 +-
 .../src/main/resources/jboss/domains/MasterDomain.xml          | 2 +-
 .../src/main/resources/jboss/domains/TwoDomain.xml             | 2 +-
 pom.xml                                                        | 6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/245f76ff/fit/core-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 11b89fd..feaaae8 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -1289,7 +1289,7 @@ under the License.
             <inherited>true</inherited>
             <configuration>
               <container>
-                <containerId>wildfly13x</containerId>
+                <containerId>wildfly14x</containerId>
                 <zipUrlInstaller>
                   <url>http://download.jboss.org/wildfly/14.0.1.Final/wildfly-14.0.1.Final.zip</url>
                   <downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>

http://git-wip-us.apache.org/repos/asf/syncope/blob/245f76ff/fit/core-reference/src/main/resources/jboss/domains/MasterDomain.xml
----------------------------------------------------------------------
diff --git a/fit/core-reference/src/main/resources/jboss/domains/MasterDomain.xml b/fit/core-reference/src/main/resources/jboss/domains/MasterDomain.xml
index eefc77d..86d9ba4 100644
--- a/fit/core-reference/src/main/resources/jboss/domains/MasterDomain.xml
+++ b/fit/core-reference/src/main/resources/jboss/domains/MasterDomain.xml
@@ -101,7 +101,7 @@ under the License.
     <property name="jpaPropertyMap">
       <map>
         <entry key="openjpa.MetaDataFactory" 
-               value="jpa(URLs=vfs:${project.build.directory}/cargo/configurations/wildfly13x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar, Resources=${Master.orm})"/>
+               value="jpa(URLs=vfs:${project.build.directory}/cargo/configurations/wildfly14x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar, Resources=${Master.orm})"/>
       </map>
     </property>
   </bean>  

http://git-wip-us.apache.org/repos/asf/syncope/blob/245f76ff/fit/core-reference/src/main/resources/jboss/domains/TwoDomain.xml
----------------------------------------------------------------------
diff --git a/fit/core-reference/src/main/resources/jboss/domains/TwoDomain.xml b/fit/core-reference/src/main/resources/jboss/domains/TwoDomain.xml
index a340788..f883838 100644
--- a/fit/core-reference/src/main/resources/jboss/domains/TwoDomain.xml
+++ b/fit/core-reference/src/main/resources/jboss/domains/TwoDomain.xml
@@ -101,7 +101,7 @@ under the License.
     <property name="jpaPropertyMap">
       <map>
         <entry key="openjpa.MetaDataFactory" 
-               value="jpa(URLs=vfs:${project.build.directory}/cargo/configurations/wildfly13x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar, Resources=${Master.orm})"/>
+               value="jpa(URLs=vfs:${project.build.directory}/cargo/configurations/wildfly14x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar, Resources=${Master.orm})"/>
       </map>
     </property>
   </bean>  

http://git-wip-us.apache.org/repos/asf/syncope/blob/245f76ff/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3f41b8f..68e618d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -424,7 +424,7 @@ under the License.
     <commons-email.version>1.5</commons-email.version>
     <commons-jexl.version>3.1</commons-jexl.version>
     <commons-lang.version>3.8.1</commons-lang.version>
-    <commons-text.version>1.5</commons-text.version>
+    <commons-text.version>1.6</commons-text.version>
     <commons-logging.version>1.1.3</commons-logging.version>
     
     <tika.version>1.19.1</tika.version>
@@ -1910,7 +1910,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven2-plugin</artifactId>
-          <version>1.6.10</version>
+          <version>1.6.11</version>
           <configuration>
             <container>
               <containerId>tomcat9x</containerId>
@@ -1970,7 +1970,7 @@ under the License.
         <plugin>
           <groupId>org.vafer</groupId>
           <artifactId>jdeb</artifactId>
-          <version>1.6</version>
+          <version>1.7</version>
         </plugin>
 
         <plugin>