]> source.dussan.org Git - jgit.git/commitdiff
Remove the profiles for selecting the target platform 85/66885/1
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 18 Feb 2016 23:25:16 +0000 (00:25 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 18 Feb 2016 23:25:16 +0000 (00:25 +0100)
Target platform can be configured directly, e.g.:
  $ mvn clean install -Dtarget-platform=jgit-4.6

Set the default to use the Mars target platform.

Change-Id: Ib6075af19be88fa418ecbe4dd7a217d9879e178a
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.packaging/pom.xml

index 68efc465004bd956d40ef5ecf29939da97eb2441..9e8a8b8afbb8366ed8edcd0cc0bd7588ef9d4532 100644 (file)
@@ -61,6 +61,7 @@
   <properties>
     <tycho-version>0.23.0</tycho-version>
     <tycho-extras-version>${tycho-version}</tycho-extras-version>
+    <target-platform>jgit-4.5</target-platform>
   </properties>
 
   <pluginRepositories>
   </build>
 
   <profiles>
-    <profile>
-      <id>platform-kepler</id>
-      <activation>
-        <property>
-          <name>platform-version-name</name>
-          <value>kepler</value>
-        </property>
-      </activation>
-      <properties>
-        <target-platform>jgit-4.3</target-platform>
-      </properties>
-    </profile>
-    <profile>
-      <id>platform-luna</id>
-      <activation>
-        <property>
-          <name>platform-version-name</name>
-          <value>luna</value>
-        </property>
-      </activation>
-      <properties>
-        <target-platform>jgit-4.4</target-platform>
-      </properties>
-    </profile>
-    <profile>
-      <id>platform-mars</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-        <property>
-          <name>platform-version-name</name>
-          <value>mars</value>
-        </property>
-      </activation>
-      <properties>
-        <target-platform>jgit-4.5</target-platform>
-      </properties>
-    </profile>
     <profile>
       <id>eclipse-sign</id>
       <build>