| Commit in servicemix/tooling/maven-jbi-plugin on MAIN | |||
| project.xml | +2 | -1 | 1.2 -> 1.3 |
Corrected the group name
servicemix/tooling/maven-jbi-plugin
diff -u -r1.2 -r1.3 --- project.xml 18 Aug 2005 21:57:21 -0000 1.2 +++ project.xml 22 Aug 2005 15:14:57 -0000 1.3 @@ -2,7 +2,7 @@
<!-- /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2005 Unity Systems, LLC
* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.
@@ -21,6 +21,7 @@
<project> <pomVersion>3</pomVersion> <id>maven-jbi-plugin</id>
+ <groupId>servicemix</groupId>
<name>Maven JBI Plugin</name> <currentVersion>1.0</currentVersion> <description>JBI Plugin for Maven</description>
