Browse Source

Fix default profile for target platform used in maven build

Change-Id: I10aef3a3b5c3b3ab9f6ef857a9fcc67ce0b1cec3
stable-3.4
Christian Halstrick 11 years ago committed by Matthias Sohn
parent
commit
f6f3fe46fc
  1. 1
      org.eclipse.jgit.packaging/pom.xml

1
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>

Loading…
Cancel
Save