Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2011-05-17 13:41:15 +0000
committerJesse McConnell2011-05-17 13:41:15 +0000
commit898470696cde47ba79b796d54a4933ba311c7589 (patch)
tree5114fe282e18afd7101794e0df31b6ea368e5979 /jetty-jaspi
parentc53749c23235a74bd8d338172d9b4ab615deb4c7 (diff)
downloadorg.eclipse.jetty.project-898470696cde47ba79b796d54a4933ba311c7589.tar.gz
org.eclipse.jetty.project-898470696cde47ba79b796d54a4933ba311c7589.tar.xz
org.eclipse.jetty.project-898470696cde47ba79b796d54a4933ba311c7589.zip
updating to parent-17-snapshot and various changes to work with updated maven plugins
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3164 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'jetty-jaspi')
-rw-r--r--jetty-jaspi/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml
index 7b0102e5c2..e4e2d7c19e 100644
--- a/jetty-jaspi/pom.xml
+++ b/jetty-jaspi/pom.xml
@@ -16,7 +16,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>${felix.bundle.version}</version>
<extensions>true</extensions>
<executions>
<execution>

Back to the top