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

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-shaded.git

commit f7b17a72aa266fcac8ea77a739f6ce70ac2f3d6f
Author: Chesnay Schepler <[email protected]>
AuthorDate: Mon Oct 4 15:54:09 2021 +0200

    [hotfix] Simplify properties
---
 flink-shaded-zookeeper-parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-shaded-zookeeper-parent/pom.xml 
b/flink-shaded-zookeeper-parent/pom.xml
index 92fe0af..264f353 100644
--- a/flink-shaded-zookeeper-parent/pom.xml
+++ b/flink-shaded-zookeeper-parent/pom.xml
@@ -39,8 +39,8 @@ under the License.
     </modules>
 
     <properties>
-        
<shading.zookeeper.prefix>org.apache.flink.shaded.zookeeper3</shading.zookeeper.prefix>
-        
<shading.curator.prefix>org.apache.flink.shaded.curator4</shading.curator.prefix>
+        
<shading.zookeeper.prefix>${shading.prefix}.zookeeper3</shading.zookeeper.prefix>
+        
<shading.curator.prefix>${shading.prefix}.curator4</shading.curator.prefix>
     </properties>
 
     <build>

Reply via email to