mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-12 17:04:48 +00:00
[maven-release-plugin] prepare release alfresco-docker-transformers-0.1
This commit is contained in:
parent
099a95ecd3
commit
eb6061e125
@ -4,12 +4,12 @@
|
|||||||
<name>Alfresco Docker Pdf Renderer</name>
|
<name>Alfresco Docker Pdf Renderer</name>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1</version>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-docker-transformers</artifactId>
|
<artifactId>alfresco-docker-transformers</artifactId>
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -4,12 +4,12 @@
|
|||||||
<name>Alfresco Docker ImageMagick</name>
|
<name>Alfresco Docker ImageMagick</name>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1</version>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-docker-transformers</artifactId>
|
<artifactId>alfresco-docker-transformers</artifactId>
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -4,12 +4,12 @@
|
|||||||
<name>Alfresco Docker LibreOffice</name>
|
<name>Alfresco Docker LibreOffice</name>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1</version>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-docker-transformers</artifactId>
|
<artifactId>alfresco-docker-transformers</artifactId>
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -4,13 +4,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-docker-transformers</artifactId>
|
<artifactId>alfresco-docker-transformers</artifactId>
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-transformer-base</artifactId>
|
<artifactId>alfresco-transformer-base</artifactId>
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1</version>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
7
pom.xml
7
pom.xml
@ -1,6 +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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<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">
|
||||||
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>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
@ -11,7 +10,7 @@
|
|||||||
|
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-docker-transformers</artifactId>
|
<artifactId>alfresco-docker-transformers</artifactId>
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
@ -35,7 +34,7 @@
|
|||||||
<connection>scm:git:https://git.alfresco.com/Repository/alfresco-docker-transformers.git</connection>
|
<connection>scm:git:https://git.alfresco.com/Repository/alfresco-docker-transformers.git</connection>
|
||||||
<developerConnection>scm:git:https://git.alfresco.com/Repository/alfresco-docker-transformers.git</developerConnection>
|
<developerConnection>scm:git:https://git.alfresco.com/Repository/alfresco-docker-transformers.git</developerConnection>
|
||||||
<url>https://git.alfresco.com/Repository/alfresco-docker-transformers</url>
|
<url>https://git.alfresco.com/Repository/alfresco-docker-transformers</url>
|
||||||
<tag>HEAD</tag>
|
<tag>alfresco-docker-transformers-0.1</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user