This is an automated email from the ASF dual-hosted git repository.

jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f9c6a33d Bump ivy files
5f9c6a33d is described below

commit 5f9c6a33dda9c2dcf95476e148cd409a5e5b6c53
Author: Junkai Xue <[email protected]>
AuthorDate: Sat Nov 30 00:55:41 2024 -0800

    Bump ivy files
---
 ....2-SNAPSHOT.ivy => helix-admin-webapp-1.4.3-SNAPSHOT.ivy} |  0
 ...ent-1.4.2-SNAPSHOT.ivy => helix-agent-1.4.3-SNAPSHOT.ivy} | 12 ++++++------
 ...on-1.4.2-SNAPSHOT.ivy => helix-common-1.4.3-SNAPSHOT.ivy} |  2 +-
 ...core-1.4.2-SNAPSHOT.ivy => helix-core-1.4.3-SNAPSHOT.ivy} |  2 +-
 ...lock-1.4.2-SNAPSHOT.ivy => helix-lock-1.4.3-SNAPSHOT.ivy} |  6 +++---
 ...rest-1.4.2-SNAPSHOT.ivy => helix-rest-1.4.3-SNAPSHOT.ivy} |  4 ++--
 ...SNAPSHOT.ivy => helix-view-aggregator-1.4.3-SNAPSHOT.ivy} |  4 ++--
 ...ent-1.4.2-SNAPSHOT.ivy => meta-client-1.4.3-SNAPSHOT.ivy} |  6 +++---
 ...vy => metadata-store-directory-common-1.4.3-SNAPSHOT.ivy} |  4 ++--
 ...-1.4.2-SNAPSHOT.ivy => metrics-common-1.4.3-SNAPSHOT.ivy} |  2 +-
 website/1.4.1/pom.xml                                        |  2 +-
 ...i-1.4.2-SNAPSHOT.ivy => zookeeper-api-1.4.3-SNAPSHOT.ivy} |  2 +-
 12 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/helix-admin-webapp/helix-admin-webapp-1.4.2-SNAPSHOT.ivy 
b/helix-admin-webapp/helix-admin-webapp-1.4.3-SNAPSHOT.ivy
similarity index 100%
rename from helix-admin-webapp/helix-admin-webapp-1.4.2-SNAPSHOT.ivy
rename to helix-admin-webapp/helix-admin-webapp-1.4.3-SNAPSHOT.ivy
diff --git a/helix-agent/helix-agent-1.4.2-SNAPSHOT.ivy 
b/helix-agent/helix-agent-1.4.3-SNAPSHOT.ivy
similarity index 96%
rename from helix-agent/helix-agent-1.4.2-SNAPSHOT.ivy
rename to helix-agent/helix-agent-1.4.3-SNAPSHOT.ivy
index 000a19e59..99eeada7a 100644
--- a/helix-agent/helix-agent-1.4.2-SNAPSHOT.ivy
+++ b/helix-agent/helix-agent-1.4.3-SNAPSHOT.ivy
@@ -21,7 +21,7 @@ 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="1.4.2-SNAPSHOT"
+               revision="1.4.3-SNAPSHOT"
                status="integration"
                publication="20141020152553"
        >
@@ -31,7 +31,7 @@ under the License.
                
<m:properties__osgi.export>org.apache.helix.agent*;version=&quot;${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>1.4.2-SNAPSHOT</m:properties__currentRelease>
+               
<m:properties__currentRelease>1.4.3-SNAPSHOT</m:properties__currentRelease>
                <m:properties__osgi.import>
       org.apache.helix*,
       org.apache.commons.cli;version=&quot;[1.2,2)&quot;,
@@ -46,7 +46,7 @@ under the License.
                
<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>1.4.2-SNAPSHOT</m:dependency.management__org.apache.helix__helix-core__version>
+               
<m:dependency.management__org.apache.helix__helix-core__version>1.4.3-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>
@@ -77,12 +77,12 @@ under the License.
                <artifact name="helix-agent" type="source" ext="jar" 
conf="sources" m:classifier="sources"/>
        </publications>
        <dependencies>
-               <dependency org="org.apache.helix" name="helix-core" 
rev="1.4.2-SNAPSHOT" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+               <dependency org="org.apache.helix" name="helix-core" 
rev="1.4.3-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="1.4.2-SNAPSHOT" force="true" conf="test->runtime(*),master(*)">
+               <dependency org="org.apache.helix" name="helix-core" 
rev="1.4.3-SNAPSHOT" force="true" conf="test->runtime(*),master(*)">
                        <artifact name="helix-core" type="test-jar" ext="jar" 
conf="" m:classifier="tests"/>
                </dependency>
     <dependency org="org.slf4j" name="slf4j-api" rev="1.7.32" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)">
@@ -92,7 +92,7 @@ under the License.
         <artifact name="log4j-slf4j-impl" ext="jar"/>
     </dependency>
                <override org="org.mockito" module="mockito-all" 
matcher="exact" rev="1.9.5"/>
-               <override org="org.apache.helix" module="helix-core" 
matcher="exact" rev="1.4.2-SNAPSHOT"/>
+               <override org="org.apache.helix" module="helix-core" 
matcher="exact" rev="1.4.3-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"/>
diff --git a/helix-common/helix-common-1.4.2-SNAPSHOT.ivy 
b/helix-common/helix-common-1.4.3-SNAPSHOT.ivy
similarity index 99%
rename from helix-common/helix-common-1.4.2-SNAPSHOT.ivy
rename to helix-common/helix-common-1.4.3-SNAPSHOT.ivy
index ad304aecb..7c8c03b6a 100644
--- a/helix-common/helix-common-1.4.2-SNAPSHOT.ivy
+++ b/helix-common/helix-common-1.4.3-SNAPSHOT.ivy
@@ -20,7 +20,7 @@ under the License.
 <ivy-module version="1.0">
        <info organisation="org.apache.helix"
                module="helix-common"
-               revision="1.4.2-SNAPSHOT"
+               revision="1.4.3-SNAPSHOT"
                status="integration"
                publication="20170128141623"
        />
diff --git a/helix-core/helix-core-1.4.2-SNAPSHOT.ivy 
b/helix-core/helix-core-1.4.3-SNAPSHOT.ivy
similarity index 99%
rename from helix-core/helix-core-1.4.2-SNAPSHOT.ivy
rename to helix-core/helix-core-1.4.3-SNAPSHOT.ivy
index dd4c462c5..ec7915731 100755
--- a/helix-core/helix-core-1.4.2-SNAPSHOT.ivy
+++ b/helix-core/helix-core-1.4.3-SNAPSHOT.ivy
@@ -20,7 +20,7 @@ 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="1.4.2-SNAPSHOT"
+               revision="1.4.3-SNAPSHOT"
                status="release"
                publication="2011111505113547"
        >
diff --git a/helix-lock/helix-lock-1.4.2-SNAPSHOT.ivy 
b/helix-lock/helix-lock-1.4.3-SNAPSHOT.ivy
similarity index 96%
rename from helix-lock/helix-lock-1.4.2-SNAPSHOT.ivy
rename to helix-lock/helix-lock-1.4.3-SNAPSHOT.ivy
index 8e452f30c..828c73257 100644
--- a/helix-lock/helix-lock-1.4.2-SNAPSHOT.ivy
+++ b/helix-lock/helix-lock-1.4.3-SNAPSHOT.ivy
@@ -20,9 +20,9 @@ under the License.
 <ivy-module version="1.0">
        <info organisation="org.apache.helix"
                module="helix-lock"
-               revision="1.4.2-SNAPSHOT"
+               revision="1.4.3-SNAPSHOT"
                status="integration"
-               publication="202001.4.25923"
+               publication="202001.4.35923"
        />
        <configurations>
                <conf name="default" visibility="public" description="runtime 
dependencies and master artifact can be used with this conf" 
extends="runtime,master"/>
@@ -43,6 +43,6 @@ under the License.
     <dependency org="org.apache.logging.log4j" name="log4j-slf4j-impl" 
rev="2.17.1" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)">
         <artifact name="log4j-slf4j-impl" ext="jar"/>
     </dependency>
-               <dependency org="org.apache.helix" name="helix-core" 
rev="1.4.2-SNAPSHOT" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+               <dependency org="org.apache.helix" name="helix-core" 
rev="1.4.3-SNAPSHOT" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)"/>
        </dependencies>
 </ivy-module>
diff --git a/helix-rest/helix-rest-1.4.2-SNAPSHOT.ivy 
b/helix-rest/helix-rest-1.4.3-SNAPSHOT.ivy
similarity index 97%
rename from helix-rest/helix-rest-1.4.2-SNAPSHOT.ivy
rename to helix-rest/helix-rest-1.4.3-SNAPSHOT.ivy
index b712b05fd..2d7f9267b 100644
--- a/helix-rest/helix-rest-1.4.2-SNAPSHOT.ivy
+++ b/helix-rest/helix-rest-1.4.3-SNAPSHOT.ivy
@@ -20,7 +20,7 @@ under the License.
 <ivy-module version="1.0">
        <info organisation="org.apache.helix"
                module="helix-rest"
-               revision="1.4.2-SNAPSHOT"
+               revision="1.4.3-SNAPSHOT"
                status="integration"
                publication="20170128141623"
        />
@@ -46,7 +46,7 @@ under the License.
     <dependency org="org.yaml" name="snakeyaml" rev="1.30">
         <artifact name="snakeyaml" m:classifier="sources" ext="jar"/>
     </dependency>
-               <dependency org="org.apache.helix" name="helix-core" 
rev="1.4.2-SNAPSHOT" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+               <dependency org="org.apache.helix" name="helix-core" 
rev="1.4.3-SNAPSHOT" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)"/>
                <dependency org="com.fasterxml.jackson.core" 
name="jackson-databind" rev="2.12.6.1" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)"/>
                <dependency org="com.fasterxml.jackson.core" 
name="jackson-core" rev="2.12.6" 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(*)"/>
diff --git a/helix-view-aggregator/helix-view-aggregator-1.4.2-SNAPSHOT.ivy 
b/helix-view-aggregator/helix-view-aggregator-1.4.3-SNAPSHOT.ivy
similarity index 97%
rename from helix-view-aggregator/helix-view-aggregator-1.4.2-SNAPSHOT.ivy
rename to helix-view-aggregator/helix-view-aggregator-1.4.3-SNAPSHOT.ivy
index 99c6ee92c..d495bb20f 100644
--- a/helix-view-aggregator/helix-view-aggregator-1.4.2-SNAPSHOT.ivy
+++ b/helix-view-aggregator/helix-view-aggregator-1.4.3-SNAPSHOT.ivy
@@ -18,7 +18,7 @@ under the License.
 <ivy-module version="1.0">
        <info organisation="org.apache.helix"
                module="helix-view-aggregator"
-               revision="1.4.2-SNAPSHOT"
+               revision="1.4.3-SNAPSHOT"
                status="integration"
                publication="20170128141623"
        />
@@ -41,7 +41,7 @@ under the License.
     <dependency org="org.apache.logging.log4j" name="log4j-slf4j-impl" 
rev="2.17.1" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)">
         <artifact name="log4j-slf4j-impl" ext="jar"/>
     </dependency>
-               <dependency org="org.apache.helix" name="helix-core" 
rev="1.4.2-SNAPSHOT" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+               <dependency org="org.apache.helix" name="helix-core" 
rev="1.4.3-SNAPSHOT" 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(*)"/>
diff --git a/meta-client/meta-client-1.4.2-SNAPSHOT.ivy 
b/meta-client/meta-client-1.4.3-SNAPSHOT.ivy
similarity index 96%
rename from meta-client/meta-client-1.4.2-SNAPSHOT.ivy
rename to meta-client/meta-client-1.4.3-SNAPSHOT.ivy
index 3801b1f77..3544c873d 100644
--- a/meta-client/meta-client-1.4.2-SNAPSHOT.ivy
+++ b/meta-client/meta-client-1.4.3-SNAPSHOT.ivy
@@ -20,9 +20,9 @@ under the License.
 <ivy-module version="1.0">
        <info organisation="org.apache.helix"
                module="meta-client"
-               revision="1.4.2-SNAPSHOT"
+               revision="1.4.3-SNAPSHOT"
                status="integration"
-               publication="202001.4.25923"
+               publication="202001.4.35923"
        />
        <configurations>
                <conf name="default" visibility="public" description="runtime 
dependencies and master artifact can be used with this conf" 
extends="runtime,master"/>
@@ -43,6 +43,6 @@ under the License.
     <dependency org="org.apache.logging.log4j" name="log4j-slf4j-impl" 
rev="2.17.1" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)">
         <artifact name="log4j-slf4j-impl" ext="jar"/>
     </dependency>
-               <dependency org="org.apache.helix" name="zookeeper-api" 
rev="1.4.2-SNAPSHOT" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+               <dependency org="org.apache.helix" name="zookeeper-api" 
rev="1.4.3-SNAPSHOT" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)"/>
        </dependencies>
 </ivy-module>
diff --git 
a/metadata-store-directory-common/metadata-store-directory-common-1.4.2-SNAPSHOT.ivy
 
b/metadata-store-directory-common/metadata-store-directory-common-1.4.3-SNAPSHOT.ivy
similarity index 97%
rename from 
metadata-store-directory-common/metadata-store-directory-common-1.4.2-SNAPSHOT.ivy
rename to 
metadata-store-directory-common/metadata-store-directory-common-1.4.3-SNAPSHOT.ivy
index 3fa5665bc..ecfc46de1 100644
--- 
a/metadata-store-directory-common/metadata-store-directory-common-1.4.2-SNAPSHOT.ivy
+++ 
b/metadata-store-directory-common/metadata-store-directory-common-1.4.3-SNAPSHOT.ivy
@@ -20,7 +20,7 @@ under the License.
 <ivy-module version="1.0">
        <info organisation="org.apache.helix"
                module="metadata-store-directory-common"
-               revision="1.4.2-SNAPSHOT"
+               revision="1.4.3-SNAPSHOT"
                status="integration"
                publication="20170128141623"
        />
@@ -46,7 +46,7 @@ under the License.
     <dependency org="org.yaml" name="snakeyaml" rev="1.30">
         <artifact name="snakeyaml" m:classifier="sources" ext="jar"/>
     </dependency>
-               <dependency org="org.apache.helix" name="helix-core" 
rev="1.4.2-SNAPSHOT" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+               <dependency org="org.apache.helix" name="helix-core" 
rev="1.4.3-SNAPSHOT" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)"/>
                <dependency org="com.fasterxml.jackson.core" 
name="jackson-databind" rev="2.12.6.1" 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(*)"/>
                <dependency org="commons-io" name="commons-io" rev="2.11.0" 
conf="compile->compile(default);runtime->runtime(default);default->default"/>
diff --git a/metrics-common/metrics-common-1.4.2-SNAPSHOT.ivy 
b/metrics-common/metrics-common-1.4.3-SNAPSHOT.ivy
similarity index 99%
rename from metrics-common/metrics-common-1.4.2-SNAPSHOT.ivy
rename to metrics-common/metrics-common-1.4.3-SNAPSHOT.ivy
index c6cc58f82..a64e67a60 100644
--- a/metrics-common/metrics-common-1.4.2-SNAPSHOT.ivy
+++ b/metrics-common/metrics-common-1.4.3-SNAPSHOT.ivy
@@ -20,7 +20,7 @@ under the License.
 <ivy-module version="1.0">
        <info organisation="org.apache.helix"
                module="metrics-common"
-               revision="1.4.2-SNAPSHOT"
+               revision="1.4.3-SNAPSHOT"
                status="integration"
                publication="20170128141623"
        />
diff --git a/website/1.4.1/pom.xml b/website/1.4.1/pom.xml
index 09ed3783d..dc8c127b1 100644
--- a/website/1.4.1/pom.xml
+++ b/website/1.4.1/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>1.4.2-SNAPSHOT</version>
+    <version>1.4.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>1.4.1-docs</artifactId>
diff --git a/zookeeper-api/zookeeper-api-1.4.2-SNAPSHOT.ivy 
b/zookeeper-api/zookeeper-api-1.4.3-SNAPSHOT.ivy
similarity index 99%
rename from zookeeper-api/zookeeper-api-1.4.2-SNAPSHOT.ivy
rename to zookeeper-api/zookeeper-api-1.4.3-SNAPSHOT.ivy
index 0a7e368f5..10ffcf780 100644
--- a/zookeeper-api/zookeeper-api-1.4.2-SNAPSHOT.ivy
+++ b/zookeeper-api/zookeeper-api-1.4.3-SNAPSHOT.ivy
@@ -20,7 +20,7 @@ under the License.
 <ivy-module version="1.0">
        <info organisation="org.apache.helix"
                module="zookeeper-api"
-               revision="1.4.2-SNAPSHOT"
+               revision="1.4.3-SNAPSHOT"
                status="integration"
                publication="20170128141623"
        />

Reply via email to