Repository: helix Updated Branches: refs/heads/helix-0.6.x 70a585aca -> ae3985704
Update ivy files with new version name. Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/ae398570 Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/ae398570 Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/ae398570 Branch: refs/heads/helix-0.6.x Commit: ae3985704f61a8291d2680903b05bee2c0187341 Parents: 70a585a Author: Lei Xia <[email protected]> Authored: Wed Apr 5 09:34:13 2017 -0700 Committer: Lei Xia <[email protected]> Committed: Wed Apr 5 09:38:06 2017 -0700 ---------------------------------------------------------------------- .../helix-admin-webapp-0.6.7-SNAPSHOT.ivy | 46 ---------- .../helix-admin-webapp-0.6.8-SNAPSHOT.ivy | 46 ++++++++++ helix-agent/helix-agent-0.6.7-SNAPSHOT.ivy | 96 -------------------- helix-agent/helix-agent-0.6.8-SNAPSHOT.ivy | 96 ++++++++++++++++++++ helix-core/helix-core-0.6.7-SNAPSHOT.ivy | 62 ------------- helix-core/helix-core-0.6.8-SNAPSHOT.ivy | 62 +++++++++++++ 6 files changed, 204 insertions(+), 204 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/ae398570/helix-admin-webapp/helix-admin-webapp-0.6.7-SNAPSHOT.ivy ---------------------------------------------------------------------- diff --git a/helix-admin-webapp/helix-admin-webapp-0.6.7-SNAPSHOT.ivy b/helix-admin-webapp/helix-admin-webapp-0.6.7-SNAPSHOT.ivy deleted file mode 100644 index a118b7c..0000000 --- a/helix-admin-webapp/helix-admin-webapp-0.6.7-SNAPSHOT.ivy +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<ivy-module version="1.0"> - <info organisation="org.apache.helix" - module="helix-admin-webapp" - revision="0.6.7-SNAPSHOT" - status="integration" - publication="20120315141623" - /> - <configurations> - <conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/> - <conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/> - <conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/> - <conf name="provided" visibility="public" description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive."/> - <conf name="runtime" visibility="public" description="this scope indicates that the dependency is not required for compilation, but is for execution. It is in the runtime and test classpaths, but not the compile classpath." extends="compile"/> - <conf name="test" visibility="private" description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases."/> - <conf name="system" visibility="public" description="this scope is similar to provided except that you have to provide the JAR which contains it explicitly. The artifact is always available and is not looked up in a repository."/> - </configurations> - <publications> - <artifact name="helix-admin-webapp" type="jar" ext="jar" conf="master"/> - </publications> - <dependencies> - <dependency org="org.apache.helix" name="helix-core" rev="0.6.7-SNAPSHOT" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/> - <dependency org="org.restlet.jse" name="org.restlet" rev="2.2.1" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/> - <dependency org="org.codehaus.jackson" name="jackson-core-asl" rev="1.8.5" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/> - <dependency org="org.codehaus.jackson" name="jackson-mapper-asl" rev="1.8.5" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/> - <dependency org="commons-cli" name="commons-cli" rev="1.2" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/> - </dependencies> -</ivy-module> http://git-wip-us.apache.org/repos/asf/helix/blob/ae398570/helix-admin-webapp/helix-admin-webapp-0.6.8-SNAPSHOT.ivy ---------------------------------------------------------------------- diff --git a/helix-admin-webapp/helix-admin-webapp-0.6.8-SNAPSHOT.ivy b/helix-admin-webapp/helix-admin-webapp-0.6.8-SNAPSHOT.ivy new file mode 100644 index 0000000..d6d4ca6 --- /dev/null +++ b/helix-admin-webapp/helix-admin-webapp-0.6.8-SNAPSHOT.ivy @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +<ivy-module version="1.0"> + <info organisation="org.apache.helix" + module="helix-admin-webapp" + revision="0.6.8-SNAPSHOT" + status="integration" + publication="20120315141623" + /> + <configurations> + <conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/> + <conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/> + <conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/> + <conf name="provided" visibility="public" description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive."/> + <conf name="runtime" visibility="public" description="this scope indicates that the dependency is not required for compilation, but is for execution. It is in the runtime and test classpaths, but not the compile classpath." extends="compile"/> + <conf name="test" visibility="private" description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases."/> + <conf name="system" visibility="public" description="this scope is similar to provided except that you have to provide the JAR which contains it explicitly. The artifact is always available and is not looked up in a repository."/> + </configurations> + <publications> + <artifact name="helix-admin-webapp" type="jar" ext="jar" conf="master"/> + </publications> + <dependencies> + <dependency org="org.apache.helix" name="helix-core" rev="0.6.8-SNAPSHOT" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/> + <dependency org="org.restlet.jse" name="org.restlet" rev="2.2.1" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/> + <dependency org="org.codehaus.jackson" name="jackson-core-asl" rev="1.8.5" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/> + <dependency org="org.codehaus.jackson" name="jackson-mapper-asl" rev="1.8.5" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/> + <dependency org="commons-cli" name="commons-cli" rev="1.2" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/> + </dependencies> +</ivy-module> http://git-wip-us.apache.org/repos/asf/helix/blob/ae398570/helix-agent/helix-agent-0.6.7-SNAPSHOT.ivy ---------------------------------------------------------------------- diff --git a/helix-agent/helix-agent-0.6.7-SNAPSHOT.ivy b/helix-agent/helix-agent-0.6.7-SNAPSHOT.ivy deleted file mode 100644 index 7df9894..0000000 --- a/helix-agent/helix-agent-0.6.7-SNAPSHOT.ivy +++ /dev/null @@ -1,96 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> - -<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven"> - <info organisation="org.apache.helix" - module="helix-agent" - revision="0.6.7-SNAPSHOT" - status="integration" - publication="20141020152553" - > - <description homepage="" /> - <m:dependency.management__junit__junit__version>4.11</m:dependency.management__junit__junit__version> - <m:dependency.management__log4j__log4j__version>1.2.15</m:dependency.management__log4j__log4j__version> - <m:properties__organization.logo>http://www.apache.org/images/asf_logo_wide.gif</m:properties__organization.logo> - <m:properties__osgi.export>org.apache.helix.agent*;version="${project.version};-noimport:=true</m:properties__osgi.export> - <m:properties__svnImpl>svn</m:properties__svnImpl> - <m:properties__scmSkipDeletedFiles>false</m:properties__scmSkipDeletedFiles> - <m:properties__currentRelease>0.6.7-SNAPSHOT</m:properties__currentRelease> - <m:properties__osgi.import> - org.apache.helix*, - org.apache.commons.cli;version="[1.2,2)", - org.apache.log4j, - * - </m:properties__osgi.import> - <m:properties__helix.release.arguments>-Papache-release</m:properties__helix.release.arguments> - <m:properties__helix.siteFilePath>${user.home}/helix-site/helix-site-deploy</m:properties__helix.siteFilePath> - <m:maven.plugins>org.apache.maven.plugins__maven-remote-resources-plugin__null|org.apache.maven.plugins__maven-remote-resources-plugin__null|org.apache.maven.plugins__maven-site-plugin__3.2|org.codehaus.mojo__license-maven-plugin__1.3|org.apache.felix__maven-bundle-plugin__2.3.7|org.apache.maven.plugins__maven-source-plugin__null|org.apache.maven.plugins__maven-surefire-plugin__null|org.apache.maven.plugins__maven-remote-resources-plugin__null|org.apache.maven.plugins__maven-remote-resources-plugin__null|org.apache.maven.plugins__maven-site-plugin__3.2|org.codehaus.mojo__license-maven-plugin__1.3|org.apache.felix__maven-bundle-plugin__2.3.7|org.apache.maven.plugins__maven-source-plugin__null|org.apache.maven.plugins__maven-surefire-plugin__null|org.codehaus.mojo__appassembler-maven-plugin__null|org.apache.maven.plugins__maven-assembly-plugin__null</m:maven.plugins> - <m:dependency.management__junit__junit__scope>test</m:dependency.management__junit__junit__scope> - <m:properties__svnkit.version>1.7.5-v1</m:properties__svnkit.version> - <m:properties__distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</m:properties__distMgmtSnapshotsUrl> - <m:properties__SKIP_INTEGRATION_TESTS>true</m:properties__SKIP_INTEGRATION_TESTS> - <m:properties__gpg.useagent>true</m:properties__gpg.useagent> - <m:dependency.management__org.apache.helix__helix-core__version>0.6.7-SNAPSHOT</m:dependency.management__org.apache.helix__helix-core__version> - <m:properties__project.build.sourceEncoding>UTF-8</m:properties__project.build.sourceEncoding> - <m:dependency.management__org.testng__testng__version>6.0.1</m:dependency.management__org.testng__testng__version> - <m:properties__helix.release.preparationGoals>clean install</m:properties__helix.release.preparationGoals> - <m:properties__distMgmtSnapshotsName>Apache Development Snapshot Repository</m:properties__distMgmtSnapshotsName> - <m:dependency.management__org.restlet.jse__org.restlet__version>2.2.1</m:dependency.management__org.restlet.jse__org.restlet__version> - <m:properties__helix.siteUrlDeployment>file://${helix.siteFilePath}</m:properties__helix.siteUrlDeployment> - <m:properties__maven-scm-provider-svnjava.version>2.0.5</m:properties__maven-scm-provider-svnjava.version> - <m:properties__sourceReleaseAssemblyDescriptor>source-release</m:properties__sourceReleaseAssemblyDescriptor> - <m:properties__helix.release.performGoals>deploy</m:properties__helix.release.performGoals> - <m:properties__helix.scmPubCheckoutDirectory>${user.home}/helix-site/helix-site-content</m:properties__helix.scmPubCheckoutDirectory> - <m:dependency.management__org.mockito__mockito-all__version>1.9.5</m:dependency.management__org.mockito__mockito-all__version> - <m:properties__sonar.host.url>https://analysis.apache.org/</m:properties__sonar.host.url> - </info> - <configurations> - <conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/> - <conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/> - <conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/> - <conf name="provided" visibility="public" description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive."/> - <conf name="runtime" visibility="public" description="this scope indicates that the dependency is not required for compilation, but is for execution. It is in the runtime and test classpaths, but not the compile classpath." extends="compile"/> - <conf name="test" visibility="private" description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases." extends="runtime"/> - <conf name="system" visibility="public" description="this scope is similar to provided except that you have to provide the JAR which contains it explicitly. The artifact is always available and is not looked up in a repository."/> - <conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/> - <conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/> - <conf name="optional" visibility="public" description="contains all optional dependencies"/> - </configurations> - <publications> - <artifact name="helix-agent" type="bundle" ext="jar" conf="master"/> - <artifact name="helix-agent" type="source" ext="jar" conf="sources" m:classifier="sources"/> - </publications> - <dependencies> - <dependency org="org.apache.helix" name="helix-core" rev="0.6.7-SNAPSHOT" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/> - <dependency org="org.restlet.jse" name="org.restlet" rev="2.2.1" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/> - <dependency org="org.testng" name="testng" rev="6.0.1" force="true" conf="test->runtime(*),master(*)"> - <exclude org="junit" module="junit" name="*" type="*" ext="*" conf="" matcher="exact"/> - </dependency> - <dependency org="org.apache.helix" name="helix-core" rev="0.6.7-SNAPSHOT" force="true" conf="test->runtime(*),master(*)"> - <artifact name="helix-core" type="test-jar" ext="jar" conf="" m:classifier="tests"/> - </dependency> - <override org="log4j" module="log4j" matcher="exact" rev="1.2.15"/> - <override org="org.mockito" module="mockito-all" matcher="exact" rev="1.9.5"/> - <override org="org.apache.helix" module="helix-core" matcher="exact" rev="0.6.7-SNAPSHOT"/> - <override org="org.restlet.jse" module="org.restlet" matcher="exact" rev="2.2.1"/> - <override org="junit" module="junit" matcher="exact" rev="4.11"/> - <override org="org.testng" module="testng" matcher="exact" rev="6.0.1"/> - </dependencies> -</ivy-module> http://git-wip-us.apache.org/repos/asf/helix/blob/ae398570/helix-agent/helix-agent-0.6.8-SNAPSHOT.ivy ---------------------------------------------------------------------- diff --git a/helix-agent/helix-agent-0.6.8-SNAPSHOT.ivy b/helix-agent/helix-agent-0.6.8-SNAPSHOT.ivy new file mode 100644 index 0000000..620cf79 --- /dev/null +++ b/helix-agent/helix-agent-0.6.8-SNAPSHOT.ivy @@ -0,0 +1,96 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven"> + <info organisation="org.apache.helix" + module="helix-agent" + revision="0.6.8-SNAPSHOT" + status="integration" + publication="20141020152553" + > + <description homepage="" /> + <m:dependency.management__junit__junit__version>4.11</m:dependency.management__junit__junit__version> + <m:dependency.management__log4j__log4j__version>1.2.15</m:dependency.management__log4j__log4j__version> + <m:properties__organization.logo>http://www.apache.org/images/asf_logo_wide.gif</m:properties__organization.logo> + <m:properties__osgi.export>org.apache.helix.agent*;version="${project.version};-noimport:=true</m:properties__osgi.export> + <m:properties__svnImpl>svn</m:properties__svnImpl> + <m:properties__scmSkipDeletedFiles>false</m:properties__scmSkipDeletedFiles> + <m:properties__currentRelease>0.6.8-SNAPSHOT</m:properties__currentRelease> + <m:properties__osgi.import> + org.apache.helix*, + org.apache.commons.cli;version="[1.2,2)", + org.apache.log4j, + * + </m:properties__osgi.import> + <m:properties__helix.release.arguments>-Papache-release</m:properties__helix.release.arguments> + <m:properties__helix.siteFilePath>${user.home}/helix-site/helix-site-deploy</m:properties__helix.siteFilePath> + <m:maven.plugins>org.apache.maven.plugins__maven-remote-resources-plugin__null|org.apache.maven.plugins__maven-remote-resources-plugin__null|org.apache.maven.plugins__maven-site-plugin__3.2|org.codehaus.mojo__license-maven-plugin__1.3|org.apache.felix__maven-bundle-plugin__2.3.7|org.apache.maven.plugins__maven-source-plugin__null|org.apache.maven.plugins__maven-surefire-plugin__null|org.apache.maven.plugins__maven-remote-resources-plugin__null|org.apache.maven.plugins__maven-remote-resources-plugin__null|org.apache.maven.plugins__maven-site-plugin__3.2|org.codehaus.mojo__license-maven-plugin__1.3|org.apache.felix__maven-bundle-plugin__2.3.7|org.apache.maven.plugins__maven-source-plugin__null|org.apache.maven.plugins__maven-surefire-plugin__null|org.codehaus.mojo__appassembler-maven-plugin__null|org.apache.maven.plugins__maven-assembly-plugin__null</m:maven.plugins> + <m:dependency.management__junit__junit__scope>test</m:dependency.management__junit__junit__scope> + <m:properties__svnkit.version>1.7.5-v1</m:properties__svnkit.version> + <m:properties__distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</m:properties__distMgmtSnapshotsUrl> + <m:properties__SKIP_INTEGRATION_TESTS>true</m:properties__SKIP_INTEGRATION_TESTS> + <m:properties__gpg.useagent>true</m:properties__gpg.useagent> + <m:dependency.management__org.apache.helix__helix-core__version>0.6.8-SNAPSHOT</m:dependency.management__org.apache.helix__helix-core__version> + <m:properties__project.build.sourceEncoding>UTF-8</m:properties__project.build.sourceEncoding> + <m:dependency.management__org.testng__testng__version>6.0.1</m:dependency.management__org.testng__testng__version> + <m:properties__helix.release.preparationGoals>clean install</m:properties__helix.release.preparationGoals> + <m:properties__distMgmtSnapshotsName>Apache Development Snapshot Repository</m:properties__distMgmtSnapshotsName> + <m:dependency.management__org.restlet.jse__org.restlet__version>2.2.1</m:dependency.management__org.restlet.jse__org.restlet__version> + <m:properties__helix.siteUrlDeployment>file://${helix.siteFilePath}</m:properties__helix.siteUrlDeployment> + <m:properties__maven-scm-provider-svnjava.version>2.0.5</m:properties__maven-scm-provider-svnjava.version> + <m:properties__sourceReleaseAssemblyDescriptor>source-release</m:properties__sourceReleaseAssemblyDescriptor> + <m:properties__helix.release.performGoals>deploy</m:properties__helix.release.performGoals> + <m:properties__helix.scmPubCheckoutDirectory>${user.home}/helix-site/helix-site-content</m:properties__helix.scmPubCheckoutDirectory> + <m:dependency.management__org.mockito__mockito-all__version>1.9.5</m:dependency.management__org.mockito__mockito-all__version> + <m:properties__sonar.host.url>https://analysis.apache.org/</m:properties__sonar.host.url> + </info> + <configurations> + <conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/> + <conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/> + <conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/> + <conf name="provided" visibility="public" description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive."/> + <conf name="runtime" visibility="public" description="this scope indicates that the dependency is not required for compilation, but is for execution. It is in the runtime and test classpaths, but not the compile classpath." extends="compile"/> + <conf name="test" visibility="private" description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases." extends="runtime"/> + <conf name="system" visibility="public" description="this scope is similar to provided except that you have to provide the JAR which contains it explicitly. The artifact is always available and is not looked up in a repository."/> + <conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/> + <conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/> + <conf name="optional" visibility="public" description="contains all optional dependencies"/> + </configurations> + <publications> + <artifact name="helix-agent" type="bundle" ext="jar" conf="master"/> + <artifact name="helix-agent" type="source" ext="jar" conf="sources" m:classifier="sources"/> + </publications> + <dependencies> + <dependency org="org.apache.helix" name="helix-core" rev="0.6.8-SNAPSHOT" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/> + <dependency org="org.restlet.jse" name="org.restlet" rev="2.2.1" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/> + <dependency org="org.testng" name="testng" rev="6.0.1" force="true" conf="test->runtime(*),master(*)"> + <exclude org="junit" module="junit" name="*" type="*" ext="*" conf="" matcher="exact"/> + </dependency> + <dependency org="org.apache.helix" name="helix-core" rev="0.6.8-SNAPSHOT" force="true" conf="test->runtime(*),master(*)"> + <artifact name="helix-core" type="test-jar" ext="jar" conf="" m:classifier="tests"/> + </dependency> + <override org="log4j" module="log4j" matcher="exact" rev="1.2.15"/> + <override org="org.mockito" module="mockito-all" matcher="exact" rev="1.9.5"/> + <override org="org.apache.helix" module="helix-core" matcher="exact" rev="0.6.8-SNAPSHOT"/> + <override org="org.restlet.jse" module="org.restlet" matcher="exact" rev="2.2.1"/> + <override org="junit" module="junit" matcher="exact" rev="4.11"/> + <override org="org.testng" module="testng" matcher="exact" rev="6.0.1"/> + </dependencies> +</ivy-module> http://git-wip-us.apache.org/repos/asf/helix/blob/ae398570/helix-core/helix-core-0.6.7-SNAPSHOT.ivy ---------------------------------------------------------------------- diff --git a/helix-core/helix-core-0.6.7-SNAPSHOT.ivy b/helix-core/helix-core-0.6.7-SNAPSHOT.ivy deleted file mode 100644 index 5c68f90..0000000 --- a/helix-core/helix-core-0.6.7-SNAPSHOT.ivy +++ /dev/null @@ -1,62 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven"> - <info organisation="org.apache.helix" - module="helix-core" - revision="0.6.7-SNAPSHOT" - status="release" - publication="2011111505113547" - > - <description homepage="http://maven.apache.org" /> - </info> - - <configurations> - <conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/> - <conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/> - <conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/> - <conf name="provided" visibility="public" description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive."/> - <conf name="runtime" visibility="public" description="this scope indicates that the dependency is not required for compilation, but is for execution. It is in the runtime and test classpaths, but not the compile classpath." extends="compile"/> - <conf name="test" visibility="private" description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases." extends="runtime"/> - <conf name="system" visibility="public" description="this scope is similar to provided except that you have to provide the JAR which contains it explicitly. The artifact is always available and is not looked up in a repository."/> - <conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/> - <conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/> - <conf name="optional" visibility="public" description="contains all optional dependencies"/> - </configurations> - - <publications> - <artifact name="helix-core" type="jar" ext="jar" conf="master"/> - <artifact name="helix-core" type="jar" ext="jar" conf="sources" m:classifier="sources"/> - </publications> - - <dependencies> - <dependency org="log4j" name="log4j" rev="1.2.15" conf="compile->compile(default);runtime->runtime(default);default->default"/> - <dependency org="org.apache.zookeeper" name="zookeeper" rev="3.4.9" conf="compile->compile(default);runtime->runtime(default);default->default"/> - <dependency org="org.codehaus.jackson" name="jackson-core-asl" rev="1.8.5" conf="compile->compile(default);runtime->runtime(default);default->default"/> - <dependency org="org.codehaus.jackson" name="jackson-mapper-asl" rev="1.8.5" conf="compile->compile(default);runtime->runtime(default);default->default"/> - <dependency org="commons-io" name="commons-io" rev="1.4" conf="compile->compile(default);runtime->runtime(default);default->default"/> - <dependency org="commons-cli" name="commons-cli" rev="1.2" conf="compile->compile(default);runtime->runtime(default);default->default"/> - <dependency org="commons-math" name="commons-math" rev="2.1" conf="compile->compile(default);runtime->runtime(default);default->default"/> - <dependency org="com.101tec" name="zkclient" rev="0.5" conf="compile->compile(default);runtime->runtime(default);default->default"/> - <dependency org="com.google.guava" name="guava" rev="15.0" conf="compile->compile(default);runtime->runtime(default);default->default"/> - <dependency org="org.yaml" name="snakeyaml" rev="1.12" conf="compile->compile(default);runtime->runtime(default);default->default"/> - <dependency org="commons-logging" name="commons-logging-api" rev="1.1" conf="compile->compile(*),master(*);runtime->runtime(*)"/> - </dependencies> -</ivy-module> - http://git-wip-us.apache.org/repos/asf/helix/blob/ae398570/helix-core/helix-core-0.6.8-SNAPSHOT.ivy ---------------------------------------------------------------------- diff --git a/helix-core/helix-core-0.6.8-SNAPSHOT.ivy b/helix-core/helix-core-0.6.8-SNAPSHOT.ivy new file mode 100644 index 0000000..3cb6f63 --- /dev/null +++ b/helix-core/helix-core-0.6.8-SNAPSHOT.ivy @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +<ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven"> + <info organisation="org.apache.helix" + module="helix-core" + revision="0.6.8-SNAPSHOT" + status="release" + publication="2011111505113547" + > + <description homepage="http://maven.apache.org" /> + </info> + + <configurations> + <conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/> + <conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/> + <conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/> + <conf name="provided" visibility="public" description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive."/> + <conf name="runtime" visibility="public" description="this scope indicates that the dependency is not required for compilation, but is for execution. It is in the runtime and test classpaths, but not the compile classpath." extends="compile"/> + <conf name="test" visibility="private" description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases." extends="runtime"/> + <conf name="system" visibility="public" description="this scope is similar to provided except that you have to provide the JAR which contains it explicitly. The artifact is always available and is not looked up in a repository."/> + <conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/> + <conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/> + <conf name="optional" visibility="public" description="contains all optional dependencies"/> + </configurations> + + <publications> + <artifact name="helix-core" type="jar" ext="jar" conf="master"/> + <artifact name="helix-core" type="jar" ext="jar" conf="sources" m:classifier="sources"/> + </publications> + + <dependencies> + <dependency org="log4j" name="log4j" rev="1.2.15" conf="compile->compile(default);runtime->runtime(default);default->default"/> + <dependency org="org.apache.zookeeper" name="zookeeper" rev="3.4.9" conf="compile->compile(default);runtime->runtime(default);default->default"/> + <dependency org="org.codehaus.jackson" name="jackson-core-asl" rev="1.8.5" conf="compile->compile(default);runtime->runtime(default);default->default"/> + <dependency org="org.codehaus.jackson" name="jackson-mapper-asl" rev="1.8.5" conf="compile->compile(default);runtime->runtime(default);default->default"/> + <dependency org="commons-io" name="commons-io" rev="1.4" conf="compile->compile(default);runtime->runtime(default);default->default"/> + <dependency org="commons-cli" name="commons-cli" rev="1.2" conf="compile->compile(default);runtime->runtime(default);default->default"/> + <dependency org="commons-math" name="commons-math" rev="2.1" conf="compile->compile(default);runtime->runtime(default);default->default"/> + <dependency org="com.101tec" name="zkclient" rev="0.5" conf="compile->compile(default);runtime->runtime(default);default->default"/> + <dependency org="com.google.guava" name="guava" rev="15.0" conf="compile->compile(default);runtime->runtime(default);default->default"/> + <dependency org="org.yaml" name="snakeyaml" rev="1.12" conf="compile->compile(default);runtime->runtime(default);default->default"/> + <dependency org="commons-logging" name="commons-logging-api" rev="1.1" conf="compile->compile(*),master(*);runtime->runtime(*)"/> + </dependencies> +</ivy-module> +
