diff options
author | Christian Halstrick <christian.halstrick@sap.com> | 2014-03-05 14:15:01 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-03-07 23:05:41 +0100 |
commit | f6f3fe46fcdc0f76bc5b50efa18176510ccb5503 (patch) | |
tree | 0803ba4e52687afa977f877fec341c24b96a264d /org.eclipse.jgit.packaging | |
parent | 0401d3eb47f3090bb39c6fd93859d5f7c8d7051a (diff) | |
download | jgit-f6f3fe46fcdc0f76bc5b50efa18176510ccb5503.tar.gz jgit-f6f3fe46fcdc0f76bc5b50efa18176510ccb5503.zip |
Fix default profile for target platform used in maven build
Change-Id: I10aef3a3b5c3b3ab9f6ef857a9fcc67ce0b1cec3
Diffstat (limited to 'org.eclipse.jgit.packaging')
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index 51392c20cb..24d99abaa7 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -243,7 +243,6 @@ <profile> <id>platform-luna</id> <activation> - <activeByDefault>true</activeByDefault> <property> <name>platform-version-name</name> <value>luna</value> |