diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-09-15 00:54:53 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-09-15 01:05:45 +0200 |
commit | 8f489d8dd6190226231ba51fc9dce9d2aebc2a34 (patch) | |
tree | fc9ad807a721d92a3109ab5ed3eed22398531d9c /org.eclipse.jgit.packaging/pom.xml | |
parent | b46c4463959f45b32e471e4c10b5ddc71232949e (diff) | |
parent | 116d26d12151d8e780105633a79f6460f1f6923c (diff) | |
download | jgit-8f489d8dd6190226231ba51fc9dce9d2aebc2a34.tar.gz jgit-8f489d8dd6190226231ba51fc9dce9d2aebc2a34.zip |
Merge branch 'stable-4.0'
Change-Id: I1b448ce01f4cdfa62611da9e4d37321a4af9c12d
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/pom.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index 095d46f8a4..d2b355e0ff 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -229,7 +229,6 @@ <profile> <id>platform-kepler</id> <activation> - <activeByDefault>true</activeByDefault> <property> <name>platform-version-name</name> <value>kepler</value> @@ -254,6 +253,7 @@ <profile> <id>platform-mars</id> <activation> + <activeByDefault>true</activeByDefault> <property> <name>platform-version-name</name> <value>mars</value> |