diff --git a/shardingsphere-ui/pom.xml b/shardingsphere-ui/pom.xml index d2501f5a5d8c5..5282341349d8d 100644 --- a/shardingsphere-ui/pom.xml +++ b/shardingsphere-ui/pom.xml @@ -1,159 +1,159 @@ - - - - - 4.0.0 - - org.apache - apache - 21 - - org.apache.shardingsphere - shardingsphere-ui - 5.0.0-RC1-SNAPSHOT - pom - ${project.artifactId} - - - shardingsphere-ui-frontend - shardingsphere-ui-backend - shardingsphere-ui-distribution - - - - 1.8 - 1.5.21.RELEASE - - 0.12 - 3.3 - 1.6 - 1.5.0.Final - 0.6.1 - - true - - - - - - org.springframework.boot - spring-boot-dependencies - ${spring-boot.version} - pom - import - - - - - - apache-shardingsphere-${project.version} - - - kr.motd.maven - os-maven-plugin - ${os-maven-plugin.version} - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - ${java.version} - ${java.version} - ${java.version} - ${java.version} - - ${maven-compiler-plugin.version} - - - - io.takari - maven - ${takari-maven-plugin.version} - - - - - - - org.apache.rat - apache-rat-plugin - ${apache-rat-plugin.version} - - - **/target/** - **/logs/** - **/*.log - - **/*.iml - **/.idea/** - **/*.classpath - **/.project - **/.settings/** - **/dependency-reduced-pom.xml - - **/.gitignore - **/.gitmodules - **/.git/** - - **/.travis.yml - **/.mvn/jvm.config - **/.mvn/wrapper/maven-wrapper.properties - - **/.github/** - - **/*.md - **/*.MD - **/*.txt - **/docs/** - - **/.babelrc - **/.editorconfig - **/.eslintignore - **/package.json - **/assets/** - **/dist/** - **/etc/** - **/node/** - **/node_modules/** - **/test/coverage/** - **/package-lock.json - - - - - verify - - check - - - - - - - - - scm:git:https://github.com/apache/shardingsphere.git - scm:git:https://github.com/apache/shardingsphere.git - https://github.com/apache/shardingsphere.git - HEAD - - + + + + + 4.0.0 + + org.apache + apache + 21 + + org.apache.shardingsphere + shardingsphere-ui + 4.1.1 + pom + ${project.artifactId} + + + shardingsphere-ui-frontend + shardingsphere-ui-backend + shardingsphere-ui-distribution + + + + 1.8 + 1.5.21.RELEASE + + 0.12 + 3.3 + 1.6 + 1.5.0.Final + 0.6.1 + + true + + + + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + + + + apache-shardingsphere-${project.version} + + + kr.motd.maven + os-maven-plugin + ${os-maven-plugin.version} + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${java.version} + ${java.version} + ${java.version} + ${java.version} + + ${maven-compiler-plugin.version} + + + + io.takari + maven + ${takari-maven-plugin.version} + + + + + + + org.apache.rat + apache-rat-plugin + ${apache-rat-plugin.version} + + + **/target/** + **/logs/** + **/*.log + + **/*.iml + **/.idea/** + **/*.classpath + **/.project + **/.settings/** + **/dependency-reduced-pom.xml + + **/.gitignore + **/.gitmodules + **/.git/** + + **/.travis.yml + **/.mvn/jvm.config + **/.mvn/wrapper/maven-wrapper.properties + + **/.github/** + + **/*.md + **/*.MD + **/*.txt + **/docs/** + + **/.babelrc + **/.editorconfig + **/.eslintignore + **/package.json + **/assets/** + **/dist/** + **/etc/** + **/node/** + **/node_modules/** + **/test/coverage/** + **/package-lock.json + + + + + verify + + check + + + + + + + + + scm:git:https://github.com/apache/shardingsphere.git + scm:git:https://github.com/apache/shardingsphere.git + https://github.com/apache/shardingsphere.git + shardingsphere-ui-4.1.1 + + diff --git a/shardingsphere-ui/shardingsphere-ui-backend/pom.xml b/shardingsphere-ui/shardingsphere-ui-backend/pom.xml index 7e11ffd8ec1fb..e2d5f5dfd3e43 100644 --- a/shardingsphere-ui/shardingsphere-ui-backend/pom.xml +++ b/shardingsphere-ui/shardingsphere-ui-backend/pom.xml @@ -1,161 +1,161 @@ - - - - - 4.0.0 - - org.apache.shardingsphere - shardingsphere-ui - 5.0.0-RC1-SNAPSHOT - - shardingsphere-ui-backend - ${project.artifactId} - - - - org.apache.shardingsphere - sharding-core-common - ${project.version} - - - org.apache.shardingsphere - shardingsphere-sql-parser-spi - - - org.apache.shardingsphere - shardingsphere-sql-parser-engine - - - org.apache.shardingsphere - shardingsphere-sql-parser-binder - - - - - org.apache.shardingsphere - sharding-orchestration-core-facade - ${project.version} - - - org.apache.shardingsphere - shardingsphere-pluggable - - - - - org.apache.shardingsphere - sharding-orchestration-center-zookeeper-curator - ${project.version} - - - - commons-codec - commons-codec - - - org.yaml - snakeyaml - - - com.google.code.gson - gson - - - org.apache.httpcomponents - httpclient - - - - org.springframework - spring-web - - - org.springframework - spring-context-support - - - - javax.servlet - javax.servlet-api - provided - - - org.projectlombok - lombok - provided - - - - org.springframework.boot - spring-boot-starter - - - log4j-over-slf4j - org.slf4j - - - - - org.springframework.boot - spring-boot-starter-web - runtime - - - hibernate-validator - org.hibernate - - - - - - ch.qos.logback - logback-classic - runtime - - - - - shardingsphere-ui - - - org.apache.maven.plugins - maven-resources-plugin - - ${project.build.sourceEncoding} - ${project.build.outputDirectory} - - - ${project.build.directory}/classes/public - ${project.parent.basedir}/shardingsphere-ui-frontend/dist - - - ${project.build.directory}/classes - src/main/resources - - - - - - - org.springframework.boot - spring-boot-maven-plugin - ${spring-boot.version} - - - - + + + + + 4.0.0 + + org.apache.shardingsphere + shardingsphere-ui + 4.1.1 + + shardingsphere-ui-backend + ${project.artifactId} + + + + org.apache.shardingsphere + sharding-core-common + 4.1.1 + + + org.apache.shardingsphere + shardingsphere-sql-parser-spi + + + org.apache.shardingsphere + shardingsphere-sql-parser-engine + + + org.apache.shardingsphere + shardingsphere-sql-parser-binder + + + + + org.apache.shardingsphere + sharding-orchestration-core-facade + 4.1.1 + + + org.apache.shardingsphere + shardingsphere-pluggable + + + + + org.apache.shardingsphere + sharding-orchestration-center-zookeeper-curator + 4.1.1 + + + + commons-codec + commons-codec + + + org.yaml + snakeyaml + + + com.google.code.gson + gson + + + org.apache.httpcomponents + httpclient + + + + org.springframework + spring-web + + + org.springframework + spring-context-support + + + + javax.servlet + javax.servlet-api + provided + + + org.projectlombok + lombok + provided + + + + org.springframework.boot + spring-boot-starter + + + log4j-over-slf4j + org.slf4j + + + + + org.springframework.boot + spring-boot-starter-web + runtime + + + hibernate-validator + org.hibernate + + + + + + ch.qos.logback + logback-classic + runtime + + + + + shardingsphere-ui + + + org.apache.maven.plugins + maven-resources-plugin + + ${project.build.sourceEncoding} + ${project.build.outputDirectory} + + + ${project.build.directory}/classes/public + ${project.parent.basedir}/shardingsphere-ui-frontend/dist + + + ${project.build.directory}/classes + src/main/resources + + + + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} + + + + diff --git a/shardingsphere-ui/shardingsphere-ui-distribution/pom.xml b/shardingsphere-ui/shardingsphere-ui-distribution/pom.xml index b25d5becb1a00..0c53daa384347 100644 --- a/shardingsphere-ui/shardingsphere-ui-distribution/pom.xml +++ b/shardingsphere-ui/shardingsphere-ui-distribution/pom.xml @@ -1,38 +1,38 @@ - - - - - 4.0.0 - - org.apache.shardingsphere - shardingsphere-ui - 5.0.0-RC1-SNAPSHOT - - shardingsphere-ui-distribution - ${project.artifactId} - pom - - - true - - - - shardingsphere-ui-src-distribution - shardingsphere-ui-bin-distribution - - + + + + + 4.0.0 + + org.apache.shardingsphere + shardingsphere-ui + 4.1.1 + + shardingsphere-ui-distribution + ${project.artifactId} + pom + + + true + + + + shardingsphere-ui-src-distribution + shardingsphere-ui-bin-distribution + + diff --git a/shardingsphere-ui/shardingsphere-ui-distribution/shardingsphere-ui-bin-distribution/pom.xml b/shardingsphere-ui/shardingsphere-ui-distribution/shardingsphere-ui-bin-distribution/pom.xml index b4d2e64013318..56fa4ac4a6a64 100644 --- a/shardingsphere-ui/shardingsphere-ui-distribution/shardingsphere-ui-bin-distribution/pom.xml +++ b/shardingsphere-ui/shardingsphere-ui-distribution/shardingsphere-ui-bin-distribution/pom.xml @@ -1,115 +1,113 @@ - - - - - 4.0.0 - - org.apache.shardingsphere - shardingsphere-ui-distribution - 5.0.0-RC1-SNAPSHOT - - shardingsphere-ui-bin-distribution - ${project.artifactId} - - - - org.apache.shardingsphere - shardingsphere-ui-backend - ${project.version} - - - - org.springframework.boot - spring-boot-starter - - - log4j-over-slf4j - org.slf4j - - - - - - org.springframework.boot - spring-boot-starter-web - runtime - - - hibernate-validator - org.hibernate - - - - - - - - release - - - - org.apache.maven.plugins - maven-assembly-plugin - - - src/main/assembly/shardingsphere-ui-bin-distribution.xml - - - - - shardingsphere-ui-bin - package - - single - - - - - - - - - docker - - - - com.spotify - dockerfile-maven-plugin - - - shardingsphere-ui-bin - - build - - - - - apache/shardingsphere-ui - ${project.version} - - ${project.build.finalName}-shardingsphere-ui-bin - - - - - - - - + + + + + 4.0.0 + + org.apache.shardingsphere + shardingsphere-ui-distribution + 4.1.1 + + shardingsphere-ui-bin-distribution + ${project.artifactId} + + + + org.apache.shardingsphere + shardingsphere-ui-backend + ${project.version} + + + + org.springframework.boot + spring-boot-starter + + + log4j-over-slf4j + org.slf4j + + + + + + org.springframework.boot + spring-boot-starter-web + runtime + + + hibernate-validator + org.hibernate + + + + + + + + release + + + + org.apache.maven.plugins + maven-assembly-plugin + + + src/main/assembly/shardingsphere-ui-bin-distribution.xml + + + + + shardingsphere-ui-bin + package + + single + + + + + + + + + docker + + + + com.spotify + dockerfile-maven-plugin + + + shardingsphere-ui-bin + + build + + + + + apache/shardingsphere-ui + ${project.version} + + ${project.build.finalName}-shardingsphere-ui-bin + + + + + + + + diff --git a/shardingsphere-ui/shardingsphere-ui-distribution/shardingsphere-ui-src-distribution/pom.xml b/shardingsphere-ui/shardingsphere-ui-distribution/shardingsphere-ui-src-distribution/pom.xml index 142565a5723d3..bf6e2442881d6 100644 --- a/shardingsphere-ui/shardingsphere-ui-distribution/shardingsphere-ui-src-distribution/pom.xml +++ b/shardingsphere-ui/shardingsphere-ui-distribution/shardingsphere-ui-src-distribution/pom.xml @@ -1,70 +1,68 @@ - - - - - 4.0.0 - - org.apache.shardingsphere - shardingsphere-ui-distribution - 5.0.0-RC1-SNAPSHOT - - shardingsphere-ui-src-distribution - ${project.artifactId} - - - - org.apache.shardingsphere - shardingsphere-ui-frontend - ${project.version} - - - org.apache.shardingsphere - shardingsphere-ui-backend - ${project.version} - - - - - - release - - - - maven-assembly-plugin - - - shardingsphere-ui-src - package - - single - - - - src/main/assembly/shardingsphere-ui-src-distribution.xml - - - - - - - - - - + + + + + 4.0.0 + + org.apache.shardingsphere + shardingsphere-ui-distribution + 4.1.1 + + shardingsphere-ui-src-distribution + ${project.artifactId} + + + + org.apache.shardingsphere + shardingsphere-ui-frontend + ${project.version} + + + org.apache.shardingsphere + shardingsphere-ui-backend + ${project.version} + + + + + + release + + + + maven-assembly-plugin + + + shardingsphere-ui-src + package + + single + + + + src/main/assembly/shardingsphere-ui-src-distribution.xml + + + + + + + + + + diff --git a/shardingsphere-ui/shardingsphere-ui-frontend/pom.xml b/shardingsphere-ui/shardingsphere-ui-frontend/pom.xml index 51b95bb9d2521..521df24dbb513 100644 --- a/shardingsphere-ui/shardingsphere-ui-frontend/pom.xml +++ b/shardingsphere-ui/shardingsphere-ui-frontend/pom.xml @@ -1,165 +1,164 @@ - - - - - 4.0.0 - - org.apache.shardingsphere - shardingsphere-ui - 5.0.0-RC1-SNAPSHOT - - shardingsphere-ui-frontend - ${project.artifactId} - - - v8.11.1 - 5.6.0 - - - - - node - - true - - - - - com.github.eirslett - frontend-maven-plugin - ${frontend-maven-plugin.version} - - - install node and npm - - install-node-and-npm - - - ${node.version} - ${npm.version} - - - - npm run rimraf - - npm - - - run rimraf - - - - npm install - - npm - - generate-resources - - install - - - - npm run unit - test - - npm - - - run unit - - - - npm run build - - npm - - - run build - - - - - - - - - node-cn - - - node - cn - - - - - - org.codehaus.mojo - exec-maven-plugin - - - exec-npm-install - generate-resources - - exec - - - cnpm - - install - - ${basedir} - - - - exec-npm-run-unit - test - - exec - - - cnpm - - run - unit - - ${basedir} - - - - exec-npm-run-build - prepare-package - - exec - - - cnpm - - run - build - - ${basedir} - - - - - - - - - + + + + + 4.0.0 + + org.apache.shardingsphere + shardingsphere-ui + 4.1.1 + + shardingsphere-ui-frontend + ${project.artifactId} + + + v8.11.1 + 5.6.0 + + + + + node + + true + + + + + com.github.eirslett + frontend-maven-plugin + ${frontend-maven-plugin.version} + + + install node and npm + + install-node-and-npm + + + ${node.version} + ${npm.version} + + + + npm run rimraf + + npm + + + run rimraf + + + + npm install + + npm + + generate-resources + + install + + + + npm run unit + test + + npm + + + run unit + + + + npm run build + + npm + + + run build + + + + + + + + + node-cn + + + node + cn + + + + + + org.codehaus.mojo + exec-maven-plugin + + + exec-npm-install + generate-resources + + exec + + + cnpm + + install + + ${basedir} + + + + exec-npm-run-unit + test + + exec + + + cnpm + + run + unit + + ${basedir} + + + + exec-npm-run-build + prepare-package + + exec + + + cnpm + + run + build + + ${basedir} + + + + + + + + +