Skip to content

Commit

Permalink
add reversion support
Browse files Browse the repository at this point in the history
  • Loading branch information
baisui1981 committed Jun 28, 2023
1 parent c1262ff commit b1d4ce8
Show file tree
Hide file tree
Showing 28 changed files with 39 additions and 213 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
**/src/main/webapp/WEB-INF/classes
**/.settings
**/.classpath
**/.flattened-pom.xml
**/.project
**/*.tar.gz
**/tree.txt
Expand Down
2 changes: 1 addition & 1 deletion datax-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.qlangtech.tis</groupId>
<artifactId>tis</artifactId>
<version>3.8.0</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
1 change: 0 additions & 1 deletion deploy.bat

This file was deleted.

4 changes: 4 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# maven build default command
mvn clean deploy -Dmaven.test.skip=true -Dautoconfig.skip -pl tis-plugin,maven-tpi-plugin,tis-sql-parser,tis-web-start,tis-logback-flume-parent -am -Ptis-repo


2 changes: 1 addition & 1 deletion maven-tpi-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.qlangtech.tis</groupId>
<artifactId>tis</artifactId>
<version>3.8.0</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
198 changes: 10 additions & 188 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,18 @@
<parent>
<groupId>com.qlangtech.tis</groupId>
<artifactId>tis-parent</artifactId>
<version>1.1.0</version>
<version>2.0.3</version>
</parent>

<groupId>com.qlangtech.tis</groupId>
<artifactId>tis</artifactId>
<!--https://maven.apache.org/maven-ci-friendly.html-->
<version>3.8.0</version>
<version>${revision}</version>
<packaging>pom</packaging>
<name>tis</name>
<url>http:https://maven.apache.org</url>
<properties>
<revision>3.8.0</revision>
<testcontainers.version>1.15.3</testcontainers.version>
<flink.version>tis-1.13.1</flink.version>
<alibaba.datax.version>${project.version}</alibaba.datax.version>
Expand Down Expand Up @@ -88,7 +89,7 @@
<!-- <module>tis-scala-compiler-dependencies</module>-->

<module>maven-tpi-plugin</module>
<!-- <module>tis-datax-executor</module>-->
<!-- <module>tis-datax-executor</module>-->
<!-- <module>tis-zeppelin</module>-->


Expand Down Expand Up @@ -573,105 +574,6 @@
</dependency>


<!-- <dependency>-->
<!-- <groupId>org.apache.solr</groupId>-->
<!-- <artifactId>solr-solrj</artifactId>-->
<!-- <version>${solr.version}</version>-->
<!-- </dependency>-->

<!--
refer: https://github.com/apache/lucene-solr/blob/releases/lucene-solr/8.6.1/
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-core</artifactId>
<version>${solr.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-auth</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs-client</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.htrace</groupId>
<artifactId>htrace-core4</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
</exclusion>
</exclusions>
</dependency>
-->

<!-- <dependency>-->
<!-- <groupId>com.qlangtech.tis</groupId>-->
<!-- <artifactId>tis-solr-core</artifactId>-->
<!-- <version>${solr.version}-fix</version>-->
<!-- <exclusions>-->
<!-- <exclusion>-->
<!-- <groupId>org.apache.lucene</groupId>-->
<!-- <artifactId>lucene-analyzers-phonetic</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>org.apache.hadoop</groupId>-->
<!-- <artifactId>hadoop-auth</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>org.apache.hadoop</groupId>-->
<!-- <artifactId>hadoop-annotations</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>org.apache.hadoop</groupId>-->
<!-- <artifactId>hadoop-hdfs-client</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>org.apache.htrace</groupId>-->
<!-- <artifactId>htrace-core4</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>org.apache.hadoop</groupId>-->
<!-- <artifactId>hadoop-common</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>org.apache.hadoop</groupId>-->
<!-- <artifactId>hadoop-hdfs</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>org.apache.logging.log4j</groupId>-->
<!-- <artifactId>log4j-slf4j-impl</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>org.apache.logging.log4j</groupId>-->
<!-- <artifactId>log4j-1.2-api</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>org.apache.logging.log4j</groupId>-->
<!-- <artifactId>log4j-core</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>org.apache.logging.log4j</groupId>-->
<!-- <artifactId>log4j-web</artifactId>-->
<!-- </exclusion>-->
<!-- </exclusions>-->
<!-- </dependency>-->


<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down Expand Up @@ -771,7 +673,13 @@


<build>


<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down Expand Up @@ -888,92 +796,6 @@
<module>tis-logback-flume-parent</module>
</modules>
</profile>

<profile>
<id>github-repo</id>
<repositories>
<repository>
<id>github_ibator</id>
<url>https://maven.pkg.github.com/qlangtech/ibator_koubei</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>

<profile>
<id>aliyun-repo</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
<id>tis-repo-releases</id>
<url>http:https://mvn-repo.oss-cn-hangzhou.aliyuncs.com/release/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>tis-repo-snapshots</id>
<url>http:https://mvn-repo.oss-cn-hangzhou.aliyuncs.com/snapshot/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>jenkins-release</id>
<url>https://repo.jenkins-ci.org/releases/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>jenkins-plugin-release</id>
<url>https://repo.jenkins-ci.org/releases/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>rdc-releases</id>
<url>http:https://mvn-repo.oss-cn-hangzhou.aliyuncs.com/release/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>rdc-snapshots</id>
<url>http:https://mvn-repo.oss-cn-hangzhou.aliyuncs.com/snapshot/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>

</pluginRepositories>
</profile>
</profiles>


Expand Down
2 changes: 1 addition & 1 deletion tis-assemble/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.qlangtech.tis</groupId>
<artifactId>tis</artifactId>
<version>3.8.0</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tis-base-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>tis</artifactId>
<groupId>com.qlangtech.tis</groupId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion tis-builder-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.qlangtech.tis</groupId>
<artifactId>tis</artifactId>
<version>3.8.0</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tis-common-dao/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>tis</artifactId>
<groupId>com.qlangtech.tis</groupId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion tis-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.qlangtech.tis</groupId>
<artifactId>tis</artifactId>
<version>3.8.0</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.qlangtech.tis</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tis-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.qlangtech.tis</groupId>
<artifactId>tis</artifactId>
<version>3.8.0</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tis-dag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>tis</artifactId>
<groupId>com.qlangtech.tis</groupId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion tis-hadoop-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.qlangtech.tis</groupId>
<artifactId>tis</artifactId>
<version>3.8.0</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tis-logback-flume-parent</artifactId>
<groupId>com.qlangtech.tis</groupId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion tis-logback-flume-parent/logback-flume-appender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.qlangtech.tis</groupId>
<artifactId>tis-logback-flume-parent</artifactId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion tis-logback-flume-parent/logback-flume-server-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tis-logback-flume-parent</artifactId>
<groupId>com.qlangtech.tis</groupId>
<version>3.8.0</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion tis-logback-flume-parent/logback-flume-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.qlangtech.tis</groupId>
<artifactId>tis-logback-flume-parent</artifactId>
<version>3.8.0</version>
<version>${revision}</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion tis-logback-flume-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.qlangtech.tis</groupId>
<artifactId>tis</artifactId>
<version>3.8.0</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Loading

0 comments on commit b1d4ce8

Please sign in to comment.