From 9af977fa932071f0d094a86e129de62195bf71aa Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Mon, 17 Dec 2018 09:24:11 +1000 Subject: [PATCH] fix async-rest-jar bundle name typo Signed-off-by: olivier lamy --- examples/async-rest/async-rest-jar/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/async-rest/async-rest-jar/pom.xml b/examples/async-rest/async-rest-jar/pom.xml index 9829c3940ab..2935041bd8c 100644 --- a/examples/async-rest/async-rest-jar/pom.xml +++ b/examples/async-rest/async-rest-jar/pom.xml @@ -11,7 +11,7 @@ Example Async Rest :: Jar http://www.eclipse.org/jetty - ${project.groupId}.examples.asyc.rest + ${project.groupId}.examples.async.rest