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 2017/08/14 15:15:03 UTC

[1/2] syncope git commit: Removing unwanted plugin addition

Repository: syncope
Updated Branches:
  refs/heads/2_0_X e99766a44 -> 443bf9edf
  refs/heads/master f912d90c2 -> c0c51bf16


Removing unwanted plugin addition


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

Branch: refs/heads/2_0_X
Commit: 443bf9edff7d2438e478e7bed80d515749177724
Parents: e99766a
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Aug 14 17:14:47 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Aug 14 17:14:47 2017 +0200

----------------------------------------------------------------------
 common/lib/pom.xml | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/443bf9ed/common/lib/pom.xml
----------------------------------------------------------------------
diff --git a/common/lib/pom.xml b/common/lib/pom.xml
index be9d35a..279f03e 100644
--- a/common/lib/pom.xml
+++ b/common/lib/pom.xml
@@ -101,15 +101,6 @@ under the License.
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.3.2</version>
-        <configuration>
-          <source>1.7</source>
-          <target>1.7</target>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 </project>


[2/2] syncope git commit: Removing unwanted plugin addition

Posted by il...@apache.org.
Removing unwanted plugin addition


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

Branch: refs/heads/master
Commit: c0c51bf1672aec3fff562843617f765c1441dcc4
Parents: f912d90
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Aug 14 17:14:47 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Aug 14 17:14:55 2017 +0200

----------------------------------------------------------------------
 common/lib/pom.xml | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/c0c51bf1/common/lib/pom.xml
----------------------------------------------------------------------
diff --git a/common/lib/pom.xml b/common/lib/pom.xml
index f21bf35..810f45f 100644
--- a/common/lib/pom.xml
+++ b/common/lib/pom.xml
@@ -93,15 +93,6 @@ under the License.
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.3.2</version>
-        <configuration>
-          <source>1.7</source>
-          <target>1.7</target>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 </project>