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 2015/06/05 18:04:45 UTC

[2/4] syncope git commit: Merge branch '1_2_X'

Merge branch '1_2_X'


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

Branch: refs/heads/SYNCOPE-666
Commit: 8f25b25be77c60863e8fe20087b3a955e6df1250
Parents: 6d120f7 37a4bcc
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Jun 5 17:24:12 2015 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Jun 5 17:24:12 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/8f25b25b/pom.xml
----------------------------------------------------------------------
diff --cc pom.xml
index c097c4b,7b5b361..d316c03
--- a/pom.xml
+++ b/pom.xml
@@@ -1229,9 -1245,94 +1229,9 @@@ under the License
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-assembly-plugin</artifactId>
-           <version>2.5.5</version>
+           <version>2.5.4</version>
          </plugin>
 -        <plugin>
 -          <groupId>org.eclipse.m2e</groupId>
 -          <artifactId>lifecycle-mapping</artifactId>
 -          <version>1.0.0</version>
 -          <configuration>
 -            <lifecycleMappingMetadata>
 -              <pluginExecutions>
 -                <pluginExecution>
 -                  <pluginExecutionFilter>
 -                    <groupId>org.apache.maven.plugins</groupId>
 -                    <artifactId>maven-antrun-plugin</artifactId>
 -                    <versionRange>[1.7.0,)</versionRange>
 -                    <goals>
 -                      <goal>run</goal>
 -                    </goals>
 -                  </pluginExecutionFilter>
 -                  <action>
 -                    <execute>
 -                      <runOnIncremental>false</runOnIncremental>
 -                    </execute>
 -                  </action>
 -                </pluginExecution>
 -                <pluginExecution>
 -                  <pluginExecutionFilter>
 -                    <groupId>org.apache.maven.plugins</groupId>
 -                    <artifactId>maven-dependency-plugin</artifactId>
 -                    <versionRange>[2.0.0,)</versionRange>
 -                    <goals>
 -                      <goal>copy</goal>
 -                    </goals>
 -                  </pluginExecutionFilter>
 -                  <action>
 -                    <execute>
 -                      <runOnIncremental>false</runOnIncremental>
 -                    </execute>
 -                  </action>
 -                </pluginExecution>
 -                <pluginExecution>
 -                  <pluginExecutionFilter>
 -                    <groupId>org.codehaus.gmaven</groupId>
 -                    <artifactId>gmaven-plugin</artifactId>
 -                    <versionRange>[1.5.0,)</versionRange>
 -                    <goals>
 -                      <goal>execute</goal>
 -                    </goals>
 -                  </pluginExecutionFilter>
 -                  <action>
 -                    <execute>
 -                      <runOnIncremental>false</runOnIncremental>
 -                    </execute>
 -                  </action>
 -                </pluginExecution>
 -                <pluginExecution>
 -                  <pluginExecutionFilter>
 -                    <groupId>org.apache.openjpa</groupId>
 -                    <artifactId>openjpa-maven-plugin</artifactId>
 -                    <versionRange>[2.0.0,)</versionRange>
 -                    <goals>
 -                      <goal>enhance</goal>
 -                    </goals>
 -                  </pluginExecutionFilter>
 -                  <action>
 -                    <execute>
 -                      <runOnIncremental>false</runOnIncremental>
 -                    </execute>
 -                  </action>
 -                </pluginExecution>
 -                <pluginExecution>
 -                  <pluginExecutionFilter>
 -                    <groupId>org.codehaus.mojo</groupId>
 -                    <artifactId>xml-maven-plugin</artifactId>
 -                    <versionRange>[1.0,)</versionRange>
 -                    <goals>
 -                      <goal>transform</goal>
 -                    </goals>
 -                  </pluginExecutionFilter>
 -                  <action>
 -                    <execute>
 -                      <runOnIncremental>false</runOnIncremental>
 -                    </execute>
 -                  </action>
 -                </pluginExecution>
 -              </pluginExecutions>
 -            </lifecycleMappingMetadata>
 -          </configuration>
 -        </plugin>
 +        
          <plugin>
            <groupId>org.codehaus.izpack</groupId>
            <artifactId>izpack-maven-plugin</artifactId>