mirror of
https://github.com/apache/sqoop.git
synced 2025-05-04 01:50:32 +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:
parent
bfbdf411b2
commit
b763c57248
@ -18,9 +18,9 @@ specific language governing permissions and limitations
|
|||||||
under the License.
|
under the License.
|
||||||
-->
|
-->
|
||||||
<ivy-module version="1.0">
|
<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"/>
|
<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>
|
<description>
|
||||||
Sqoop test library
|
Sqoop test library
|
||||||
</description>
|
</description>
|
||||||
|
@ -18,9 +18,9 @@ specific language governing permissions and limitations
|
|||||||
under the License.
|
under the License.
|
||||||
-->
|
-->
|
||||||
<ivy-module version="1.0">
|
<ivy-module version="1.0">
|
||||||
<info organisation="com.cloudera.sqoop" module="${name}">
|
<info organisation="org.apache.sqoop" module="${name}">
|
||||||
<license name="Apache 2.0"/>
|
<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>
|
<description>
|
||||||
Sqoop
|
Sqoop
|
||||||
</description>
|
</description>
|
||||||
|
Loading…
Reference in New Issue
Block a user