Skip to content

Commit

Permalink
[maven-release-plugin][skip ci] prepare release 3.2.0.1-A1
Browse files Browse the repository at this point in the history
  • Loading branch information
alfresco-build committed Oct 9, 2020
1 parent 1b826db commit 349e04a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions alfresco-googledrive-end-to-end-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<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>
<artifactId>alfresco-googledrive-end-to-end-tests</artifactId>
<version>3.2.0.1-A1-SNAPSHOT</version>
<version>3.2.0.1-A1</version>
<packaging>jar</packaging>
<name>Alfresco / Google Drive E2E Tests</name>

<parent>
<artifactId>alfresco-googledrive</artifactId>
<groupId>org.alfresco.integrations</groupId>
<version>3.2.0.1-A1-SNAPSHOT</version>
<version>3.2.0.1-A1</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions alfresco-googledrive-repo-base/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<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>
<artifactId>alfresco-googledrive-repo-base</artifactId>
<version>3.2.0.1-A1-SNAPSHOT</version>
<version>3.2.0.1-A1</version>
<packaging>jar</packaging>
<name>Alfresco / Google Drive Repo Base Module</name>

<parent>
<groupId>org.alfresco.integrations</groupId>
<artifactId>alfresco-googledrive</artifactId>
<version>3.2.0.1-A1-SNAPSHOT</version>
<version>3.2.0.1-A1</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions alfresco-googledrive-repo-community/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>alfresco-googledrive</artifactId>
<groupId>org.alfresco.integrations</groupId>
<version>3.2.0.1-A1-SNAPSHOT</version>
<version>3.2.0.1-A1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.alfresco.integrations</groupId>
<artifactId>alfresco-googledrive-repo-base</artifactId>
<version>3.2.0.1-A1-SNAPSHOT</version>
<version>3.2.0.1-A1</version>
</dependency>
<dependency>
<groupId>org.alfresco.integrations</groupId>
Expand Down
4 changes: 2 additions & 2 deletions alfresco-googledrive-repo-enterprise/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>alfresco-googledrive</artifactId>
<groupId>org.alfresco.integrations</groupId>
<version>3.2.0.1-A1-SNAPSHOT</version>
<version>3.2.0.1-A1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>org.alfresco.integrations</groupId>
<artifactId>alfresco-googledrive-repo-base</artifactId>
<version>3.2.0.1-A1-SNAPSHOT</version>
<version>3.2.0.1-A1</version>
</dependency>
<dependency>
<groupId>org.alfresco.integrations</groupId>
Expand Down
4 changes: 2 additions & 2 deletions alfresco-googledrive-share/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<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>
<artifactId>alfresco-googledrive-share</artifactId>
<version>3.2.0.1-A1-SNAPSHOT</version>
<version>3.2.0.1-A1</version>
<packaging>amp</packaging>
<name>Alfresco / Google Drive Share Module</name>

<parent>
<groupId>org.alfresco.integrations</groupId>
<artifactId>alfresco-googledrive</artifactId>
<version>3.2.0.1-A1-SNAPSHOT</version>
<version>3.2.0.1-A1</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<groupId>org.alfresco.integrations</groupId>
<artifactId>alfresco-googledrive</artifactId>
<name>Alfresco / Google Drive Parent</name>
<version>3.2.0.1-A1-SNAPSHOT</version>
<version>3.2.0.1-A1</version>
<packaging>pom</packaging>

<scm>
<connection>scm:git:https://github.com/Alfresco/googledrive.git</connection>
<developerConnection>scm:git:https://github.com/Alfresco/googledrive.git
</developerConnection>
<url>https://github.com/Alfresco/googledrive</url>
<tag>HEAD</tag>
<tag>3.2.0.1-A1</tag>
</scm>


Expand Down

0 comments on commit 349e04a

Please sign in to comment.