5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-02 23:02:46 +08:00

SQOOP-426 Build command ant mvn-install generates Sqoop pom with incorrect group Id.

git-svn-id: https://svn.apache.org/repos/asf/incubator/sqoop/trunk@1232127 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bilung Lee 2012-01-16 19:36:27 +00:00
parent bfbdf411b2
commit b763c57248
2 changed files with 4 additions and 4 deletions

View File

@ -18,9 +18,9 @@ specific language governing permissions and limitations
under the License.
-->
<ivy-module version="1.0">
<info organisation="com.cloudera.sqoop" module="${name}-test">
<info organisation="org.apache.sqoop" module="${name}-test">
<license name="Apache 2.0"/>
<ivyauthor name="Sqoop Team" url="http://github.com/cloudera/sqoop" />
<ivyauthor name="Sqoop Team" url="http://incubator.apache.org/projects/sqoop.html" />
<description>
Sqoop test library
</description>

View File

@ -18,9 +18,9 @@ specific language governing permissions and limitations
under the License.
-->
<ivy-module version="1.0">
<info organisation="com.cloudera.sqoop" module="${name}">
<info organisation="org.apache.sqoop" module="${name}">
<license name="Apache 2.0"/>
<ivyauthor name="Sqoop Team" url="http://github.com/cloudera/sqoop" />
<ivyauthor name="Sqoop Team" url="http://incubator.apache.org/projects/sqoop.html" />
<description>
Sqoop
</description>