You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2021/09/27 08:16:48 UTC

[shardingsphere] branch master updated: Enable deploying proxy jars to repository (#12773)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a707e5f  Enable deploying proxy jars to repository (#12773)
a707e5f is described below

commit a707e5f2804dcd9d5098f8477d5add584f0533bc
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Mon Sep 27 16:16:16 2021 +0800

    Enable deploying proxy jars to repository (#12773)
---
 shardingsphere-proxy/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/shardingsphere-proxy/pom.xml b/shardingsphere-proxy/pom.xml
index 5e4aca6..df3759a 100644
--- a/shardingsphere-proxy/pom.xml
+++ b/shardingsphere-proxy/pom.xml
@@ -28,10 +28,6 @@
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     
-    <properties>
-        <maven.deploy.skip>true</maven.deploy.skip>
-    </properties>
-    
     <modules>
         <module>shardingsphere-proxy-common</module>
         <module>shardingsphere-proxy-frontend</module>