[maven-release-plugin] prepare branch branch-1.4

This commit is contained in:
Raghunandan 2021-10-01 13:13:30 +05:30
parent 5f14de6bf8
commit 56fa4c7e0a
3 changed files with 13 additions and 15 deletions

View File

@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>presto-root</artifactId>
<groupId>io.hetu.core</groupId>
@ -212,16 +211,13 @@
<phase>package</phase>
<configuration>
<target>
<echo message="unjar"/>
<unzip src="${project.build.directory}/${project.artifactId}-${project.version}/presto-postgresql-${project.version}.jar"
dest="${project.build.directory}/unpacked/"/>
<echo message="delete spi file"/>
<delete dir="${project.build.directory}/unpacked/META-INF/services"/>
<echo message="Redo jar"/>
<jar destfile="${project.build.directory}/${project.artifactId}-${project.version}/presto-postgresql-${project.version}.jar"
basedir="${project.build.directory}/unpacked"/>
<zip basedir="${project.build.directory}/${project.artifactId}-${project.version}"
destfile="${project.build.directory}/${project.artifactId}-${project.version}.zip"/>
<echo message="unjar" />
<unzip src="${project.build.directory}/${project.artifactId}-${project.version}/presto-postgresql-${project.version}.jar" dest="${project.build.directory}/unpacked/" />
<echo message="delete spi file" />
<delete dir="${project.build.directory}/unpacked/META-INF/services" />
<echo message="Redo jar" />
<jar destfile="${project.build.directory}/${project.artifactId}-${project.version}/presto-postgresql-${project.version}.jar" basedir="${project.build.directory}/unpacked" />
<zip basedir="${project.build.directory}/${project.artifactId}-${project.version}" destfile="${project.build.directory}/${project.artifactId}-${project.version}.zip" />
</target>
</configuration>
<goals>

View File

@ -1849,4 +1849,8 @@
</build>
</profile>
</profiles>
<scm>
<tag>branch-1.4</tag>
</scm>
</project>