Repository: syncope
Updated Branches:
  refs/heads/master fdc1f56dd -> cfd499d3b


Revert "Attempt to deal with release and Tycho plugin"

This reverts commit fdc1f56ddb2e1586a854b2414b149adbce618814.


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

Branch: refs/heads/master
Commit: 3a6ce4ac2e948416ef7340cd5e366c5b219c1d81
Parents: fdc1f56
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Sat Aug 27 16:48:52 2016 +0200
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Sat Aug 27 16:48:52 2016 +0200

----------------------------------------------------------------------
 .../bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml    | 8 --------
 pom.xml                                                      | 5 -----
 2 files changed, 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/3a6ce4ac/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml
----------------------------------------------------------------------
diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml 
b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml
index 20fb919..732c242 100644
--- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml
+++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml
@@ -55,14 +55,6 @@ under the License.
     <outputDirectory>./bin</outputDirectory>
     <plugins>
       <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-packaging-plugin</artifactId>
-        <configuration>
-          <strictVersions>false</strictVersions>
-        </configuration>
-      </plugin>
-
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
         <executions>

http://git-wip-us.apache.org/repos/asf/syncope/blob/3a6ce4ac/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index da384d2..9bc153e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1573,11 +1573,6 @@ under the License.
         </plugin>
         <plugin>
           <groupId>org.eclipse.tycho</groupId>
-          <artifactId>tycho-packaging-plugin</artifactId>
-          <version>${tycho-version}</version>
-        </plugin>
-        <plugin>
-          <groupId>org.eclipse.tycho</groupId>
           <artifactId>tycho-p2-repository-plugin</artifactId>
           <version>${tycho-version}</version>
         </plugin>   

Reply via email to