[java-metadata-aggregator COMMIT] /trunk/aggregator-distribution/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Feb 21 09:13:28 EST 2014
Author: iay
Date: Fri Feb 21 09:13:28 2014
New Revision: 343
URL: http://svn.shibboleth.net/view/java-metadata-aggregator?rev=343&view=rev
Log:
Fix Maven warning.
Modified:
trunk/aggregator-distribution/pom.xml
Modified: trunk/aggregator-distribution/pom.xml
URL: http://svn.shibboleth.net/view/java-metadata-aggregator/trunk/aggregator-distribution/pom.xml?rev=343&r1=342&r2=343&view=diff
==============================================================================
--- trunk/aggregator-distribution/pom.xml (original)
+++ trunk/aggregator-distribution/pom.xml Fri Feb 21 09:13:28 2014
@@ -15,7 +15,7 @@
<artifactId>aggregator-standalone</artifactId>
<properties>
- <bundle-symbolic-name>${project.groupId}.${artifactId}</bundle-symbolic-name>
+ <bundle-symbolic-name>${project.groupId}.${project.artifactId}</bundle-symbolic-name>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jetty.groupId>org.eclipse.jetty</jetty.groupId>
<jetty.version>7.2.1.v20101111</jetty.version>
More information about the commits
mailing list