[maven-release-plugin][skip ci] prepare release 2.2.0-A1

This commit is contained in:
Travis CI User 2020-04-09 12:38:28 +00:00
parent 1f96a74391
commit ee12dfe853
14 changed files with 309 additions and 317 deletions

View File

@ -1,291 +1,291 @@
<?xml version="1.0" encoding="UTF-8"?> <?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> <modelVersion>4.0.0</modelVersion>
<artifactId>alfresco-transform-core-aio-boot</artifactId> <artifactId>alfresco-transform-core-aio-boot</artifactId>
<name>Alfresco Core All-In-One Transformer Spring Boot</name> <name>Alfresco Core All-In-One Transformer Spring Boot</name>
<packaging>jar</packaging> <packaging>jar</packaging>
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId> <artifactId>alfresco-transform-core</artifactId>
<version>2.2.0-A1-SNAPSHOT</version> <version>2.2.0-A1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<properties> <properties>
<image.name>alfresco/alfresco-transform-core-aio</image.name> <image.name>alfresco/alfresco-transform-core-aio</image.name>
<image.registry>quay.io</image.registry> <image.registry>quay.io</image.registry>
<env.project_artifactId>${project.artifactId}</env.project_artifactId> <env.project_artifactId>${project.artifactId}</env.project_artifactId>
</properties> </properties>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-transformer-base</artifactId> <artifactId>alfresco-transformer-base</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core-aio</artifactId> <artifactId>alfresco-transform-core-aio</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-transformer-base</artifactId> <artifactId>alfresco-transformer-base</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<classifier>tests</classifier> <classifier>tests</classifier>
<type>test-jar</type> <type>test-jar</type>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId> <artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope> <scope>test</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>com.vaadin.external.google</groupId> <groupId>com.vaadin.external.google</groupId>
<artifactId>android-json</artifactId> <artifactId>android-json</artifactId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.dom4j</groupId> <groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId> <artifactId>dom4j</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<executions> <executions>
<execution> <execution>
<goals> <goals>
<goal>repackage</goal> <goal>repackage</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId> <artifactId>license-maven-plugin</artifactId>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId> <artifactId>maven-failsafe-plugin</artifactId>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<profiles> <profiles>
<profile> <profile>
<id>docker-it-setup</id> <id>docker-it-setup</id>
<!-- raises an ActiveMq container for the Integration Tests --> <!-- raises an ActiveMq container for the Integration Tests -->
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>io.fabric8</groupId> <groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId> <artifactId>docker-maven-plugin</artifactId>
<configuration> <configuration>
<images> <images>
<image> <image>
<alias>activemq</alias> <alias>activemq</alias>
<name>alfresco/alfresco-activemq:5.15.8</name> <name>alfresco/alfresco-activemq:5.15.8</name>
<run> <run>
<hostname>activemq</hostname> <hostname>activemq</hostname>
<ports> <ports>
<port>8161:8161</port> <port>8161:8161</port>
<port>5672:5672</port> <port>5672:5672</port>
<port>61616:61616</port> <port>61616:61616</port>
</ports> </ports>
<wait> <wait>
<log>Apache ActiveMQ 5.15.8 .* started</log> <log>Apache ActiveMQ 5.15.8 .* started</log>
<time>20000</time> <time>20000</time>
<kill>500</kill> <kill>500</kill>
<shutdown>100</shutdown> <shutdown>100</shutdown>
<exec> <exec>
<preStop>kill 1</preStop> <preStop>kill 1</preStop>
<preStop>kill -9 1</preStop> <preStop>kill -9 1</preStop>
</exec> </exec>
</wait> </wait>
</run> </run>
</image> </image>
<image> <image>
<alias>aio</alias> <alias>aio</alias>
<name>${image.name}:${image.tag}</name> <name>${image.name}:${image.tag}</name>
<run> <run>
<ports> <ports>
<port>8090:8090</port> <port>8090:8090</port>
</ports> </ports>
<wait> <wait>
<http> <http>
<url>http://localhost:8090/transform/config</url> <url>http://localhost:8090/transform/config</url>
<method>GET</method> <method>GET</method>
<status>200...299</status> <status>200...299</status>
</http> </http>
<time>300000</time> <time>300000</time>
<kill>500</kill> <kill>500</kill>
<shutdown>100</shutdown> <shutdown>100</shutdown>
<exec> <exec>
<preStop>kill 1</preStop> <preStop>kill 1</preStop>
<preStop>kill -9 1</preStop> <preStop>kill -9 1</preStop>
</exec> </exec>
</wait> </wait>
</run> </run>
</image> </image>
</images> </images>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</profile> </profile>
<profile> <profile>
<id>local</id> <id>local</id>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>io.fabric8</groupId> <groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin</artifactId> <artifactId>fabric8-maven-plugin</artifactId>
<configuration> <configuration>
<images> <images>
<image> <image>
<name>${image.name}:${image.tag}</name> <name>${image.name}:${image.tag}</name>
<build> <build>
<dockerFileDir>${project.basedir}/</dockerFileDir> <dockerFileDir>${project.basedir}/</dockerFileDir>
<buildOptions> <buildOptions>
<squash>true</squash> <squash>true</squash>
</buildOptions> </buildOptions>
</build> </build>
</image> </image>
</images> </images>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<id>build-image</id> <id>build-image</id>
<phase>package</phase> <phase>package</phase>
<goals> <goals>
<goal>build</goal> <goal>build</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</profile> </profile>
<profile> <profile>
<id>internal</id> <id>internal</id>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>io.fabric8</groupId> <groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin</artifactId> <artifactId>fabric8-maven-plugin</artifactId>
<configuration> <configuration>
<images> <images>
<!-- QuayIO image --> <!-- QuayIO image -->
<image> <image>
<name>${image.name}:${image.tag}</name> <name>${image.name}:${image.tag}</name>
<registry>${image.registry}</registry> <registry>${image.registry}</registry>
<build> <build>
<dockerFileDir>${project.basedir}/</dockerFileDir> <dockerFileDir>${project.basedir}/</dockerFileDir>
<buildOptions> <buildOptions>
<squash>true</squash> <squash>true</squash>
</buildOptions> </buildOptions>
</build> </build>
</image> </image>
<!-- DockerHub image --> <!-- DockerHub image -->
<image> <image>
<name>${image.name}:${image.tag}</name> <name>${image.name}:${image.tag}</name>
<build> <build>
<dockerFileDir>${project.basedir}/</dockerFileDir> <dockerFileDir>${project.basedir}/</dockerFileDir>
<buildOptions> <buildOptions>
<squash>true</squash> <squash>true</squash>
</buildOptions> </buildOptions>
</build> </build>
</image> </image>
</images> </images>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<id>build-image</id> <id>build-image</id>
<phase>package</phase> <phase>package</phase>
<goals> <goals>
<goal>build</goal> <goal>build</goal>
</goals> </goals>
</execution> </execution>
<execution> <execution>
<id>push-image</id> <id>push-image</id>
<phase>install</phase> <phase>install</phase>
<goals> <goals>
<goal>push</goal> <goal>push</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</profile> </profile>
<profile> <profile>
<id>release</id> <id>release</id>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>io.fabric8</groupId> <groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin</artifactId> <artifactId>fabric8-maven-plugin</artifactId>
<configuration combine.self="override"> <configuration combine.self="override">
<images> <images>
<!-- QuayIO image --> <!-- QuayIO image -->
<image> <image>
<name>${image.name}:${project.version}</name> <name>${image.name}:${project.version}</name>
<registry>${image.registry}</registry> <registry>${image.registry}</registry>
<build> <build>
<dockerFileDir>${project.basedir}/</dockerFileDir> <dockerFileDir>${project.basedir}/</dockerFileDir>
<buildOptions> <buildOptions>
<squash>true</squash> <squash>true</squash>
</buildOptions> </buildOptions>
</build> </build>
</image> </image>
<!-- DockerHub image --> <!-- DockerHub image -->
<image> <image>
<name>${image.name}:${project.version}</name> <name>${image.name}:${project.version}</name>
<build> <build>
<dockerFileDir>${project.basedir}/</dockerFileDir> <dockerFileDir>${project.basedir}/</dockerFileDir>
<buildOptions> <buildOptions>
<squash>true</squash> <squash>true</squash>
</buildOptions> </buildOptions>
</build> </build>
</image> </image>
</images> </images>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<id>build-push-image</id> <id>build-push-image</id>
<phase>deploy</phase> <phase>deploy</phase>
<goals> <goals>
<goal>build</goal> <goal>build</goal>
<goal>push</goal> <goal>push</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</profile> </profile>
</profiles> </profiles>
</project> </project>

View File

@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <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">
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> <modelVersion>4.0.0</modelVersion>
<artifactId>alfresco-transform-core-aio</artifactId> <artifactId>alfresco-transform-core-aio</artifactId>
<name>Alfresco Core All-In-One Transformer</name> <name>Alfresco Core All-In-One Transformer</name>
@ -10,7 +8,7 @@
<parent> <parent>
<artifactId>alfresco-transform-core</artifactId> <artifactId>alfresco-transform-core</artifactId>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<version>2.2.0-A1-SNAPSHOT</version> <version>2.2.0-A1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId> <artifactId>alfresco-transform-core</artifactId>
<version>2.2.0-A1-SNAPSHOT</version> <version>2.2.0-A1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <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">
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> <modelVersion>4.0.0</modelVersion>
<artifactId>alfresco-transform-imagemagick</artifactId> <artifactId>alfresco-transform-imagemagick</artifactId>
<name>Alfresco ImageMagick Transformer</name> <name>Alfresco ImageMagick Transformer</name>
@ -10,7 +8,7 @@
<parent> <parent>
<artifactId>alfresco-transform-core</artifactId> <artifactId>alfresco-transform-core</artifactId>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<version>2.2.0-A1-SNAPSHOT</version> <version>2.2.0-A1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId> <artifactId>alfresco-transform-core</artifactId>
<version>2.2.0-A1-SNAPSHOT</version> <version>2.2.0-A1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <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">
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> <modelVersion>4.0.0</modelVersion>
<artifactId>alfresco-transform-libreoffice</artifactId> <artifactId>alfresco-transform-libreoffice</artifactId>
<name>Alfresco LibreOffice Transformer</name> <name>Alfresco LibreOffice Transformer</name>
@ -10,7 +8,7 @@
<parent> <parent>
<artifactId>alfresco-transform-core</artifactId> <artifactId>alfresco-transform-core</artifactId>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<version>2.2.0-A1-SNAPSHOT</version> <version>2.2.0-A1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -9,7 +9,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId> <artifactId>alfresco-transform-core</artifactId>
<version>2.2.0-A1-SNAPSHOT</version> <version>2.2.0-A1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -9,7 +9,7 @@
<parent> <parent>
<artifactId>alfresco-transform-core</artifactId> <artifactId>alfresco-transform-core</artifactId>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<version>2.2.0-A1-SNAPSHOT</version> <version>2.2.0-A1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -9,7 +9,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId> <artifactId>alfresco-transform-core</artifactId>
<version>2.2.0-A1-SNAPSHOT</version> <version>2.2.0-A1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId> <artifactId>alfresco-transform-core</artifactId>
<version>2.2.0-A1-SNAPSHOT</version> <version>2.2.0-A1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId> <artifactId>alfresco-transform-core</artifactId>
<version>2.2.0-A1-SNAPSHOT</version> <version>2.2.0-A1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <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">
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> <modelVersion>4.0.0</modelVersion>
<artifactId>alfresco-transform-tika</artifactId> <artifactId>alfresco-transform-tika</artifactId>
<name>Alfresco Tika Transformer</name> <name>Alfresco Tika Transformer</name>
@ -10,7 +8,7 @@
<parent> <parent>
<artifactId>alfresco-transform-core</artifactId> <artifactId>alfresco-transform-core</artifactId>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<version>2.2.0-A1-SNAPSHOT</version> <version>2.2.0-A1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -4,12 +4,12 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId> <artifactId>alfresco-transform-core</artifactId>
<version>2.2.0-A1-SNAPSHOT</version> <version>2.2.0-A1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>alfresco-transformer-base</artifactId> <artifactId>alfresco-transformer-base</artifactId>
<version>2.2.0-A1-SNAPSHOT</version> <version>2.2.0-A1</version>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -11,7 +11,7 @@
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId> <artifactId>alfresco-transform-core</artifactId>
<version>2.2.0-A1-SNAPSHOT</version> <version>2.2.0-A1</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>
@ -50,7 +50,7 @@
<connection>scm:git:https://github.com/Alfresco/alfresco-transform-core.git</connection> <connection>scm:git:https://github.com/Alfresco/alfresco-transform-core.git</connection>
<developerConnection>scm:git:https://github.com/Alfresco/alfresco-transform-core.git</developerConnection> <developerConnection>scm:git:https://github.com/Alfresco/alfresco-transform-core.git</developerConnection>
<url>https://github.com/Alfresco/alfresco-transform-core</url> <url>https://github.com/Alfresco/alfresco-transform-core</url>
<tag>HEAD</tag> <tag>2.2.0-A1</tag>
</scm> </scm>
<dependencyManagement> <dependencyManagement>