Skip to content

Commit

Permalink
Create tag for Alfresco Share 5.2.b-EA from ^/web-apps/Share/trunk re…
Browse files Browse the repository at this point in the history
…vision 132765

git-svn-id: https://svn.alfresco.com/repos/alfresco-open-mirror/web-apps/Share/tags/5.2.b-EA@132768 7033f55c-6c29-4ad8-afba-765cb616e738
  • Loading branch information
slanglois committed Nov 15, 2016
1 parent 04fde52 commit aaae817
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion alfresco-enterprise/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-share-parent</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.b-EA</version>
</parent>
<artifactId>alfresco-enterprise</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion alfresco/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>alfresco-share-parent</artifactId>
<groupId>org.alfresco</groupId>
<version>5.2-SNAPSHOT</version>
<version>5.2.b-EA</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion cmm-qa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>alfresco-share-parent</artifactId>
<groupId>org.alfresco</groupId>
<version>5.2-SNAPSHOT</version>
<version>5.2.b-EA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>alfresco-cmm-qa</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packaging/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-share-packaging</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.b-EA</version>
</parent>
<artifactId>alfresco-share-distribution</artifactId>
<name>Distribution of Alfresco Share</name>
Expand Down
2 changes: 1 addition & 1 deletion packaging/installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-share-packaging</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.b-EA</version>
</parent>
<artifactId>alfresco-share-installer</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-share-parent</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.b-EA</version>
</parent>
<artifactId>alfresco-share-packaging</artifactId>
<name>Packaging Alfresco Share</name>
Expand Down
2 changes: 1 addition & 1 deletion packaging/wcmqs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-share-packaging</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.b-EA</version>
</parent>
<artifactId>alfresco-wcmqs-distribution</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion packaging/webeditor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-share-packaging</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.b-EA</version>
</parent>
<artifactId>alfresco-webeditor-distribution</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>6</version>
</parent>
<artifactId>alfresco-share-parent</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.b-EA</version>
<packaging>pom</packaging>
<name>Alfresco Share Parent</name>

Expand All @@ -29,7 +29,7 @@
<version.minor>2</version.minor>
<version.revision>0</version.revision>
<!-- Version of Alfresco Platform to depend on -->
<alfresco.platform.version>5.2-SNAPSHOT</alfresco.platform.version>
<alfresco.platform.version>5.2.c-EA</alfresco.platform.version>

<maven.build.sourceVersion>1.8</maven.build.sourceVersion>
<maven.distributionManagement.snapshot.url>https://artifacts.alfresco.com/nexus/content/repositories/internal-snapshots</maven.distributionManagement.snapshot.url>
Expand Down
2 changes: 1 addition & 1 deletion share-po/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-share-parent</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.b-EA</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion share-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>alfresco-share-parent</artifactId>
<groupId>org.alfresco</groupId>
<version>5.2-SNAPSHOT</version>
<version>5.2.b-EA</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion share/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-share-parent</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.b-EA</version>
</parent>

<artifactId>share</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wcmquickstart-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-share-parent</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.b-EA</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion wcmquickstart-module/wcmquickstartclientapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>alfresco-wcmqs-parent</artifactId>
<groupId>org.alfresco</groupId>
<version>5.2-SNAPSHOT</version>
<version>5.2.b-EA</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion wcmquickstart-module/wcmquickstartmodule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>alfresco-wcmqs-parent</artifactId>
<groupId>org.alfresco</groupId>
<version>5.2-SNAPSHOT</version>
<version>5.2.b-EA</version>
</parent>
<packaging>amp</packaging>

Expand Down
2 changes: 1 addition & 1 deletion wcmquickstart-module/wcmquickstartsharemodule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>alfresco-wcmqs-parent</artifactId>
<groupId>org.alfresco</groupId>
<version>5.2-SNAPSHOT</version>
<version>5.2.b-EA</version>
</parent>
<packaging>amp</packaging>

Expand Down
2 changes: 1 addition & 1 deletion wcmquickstart-module/wcmquickstartwebsite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>alfresco-wcmqs-parent</artifactId>
<groupId>org.alfresco</groupId>
<version>5.2-SNAPSHOT</version>
<version>5.2.b-EA</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion wcmquickstart-module/webquickstart-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>alfresco-parent</artifactId>
<groupId>org.alfresco</groupId>
<version>5.2-SNAPSHOT</version>
<version>5.2.b-EA</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<developers>
Expand Down
2 changes: 1 addition & 1 deletion web-editor-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-share-parent</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.b-EA</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion web-editor-samples/customer-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>alfresco-share-parent</artifactId>
<groupId>org.alfresco</groupId>
<version>5.2-SNAPSHOT</version>
<version>5.2.b-EA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion web-editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>alfresco-share-parent</artifactId>
<groupId>org.alfresco</groupId>
<version>5.2-SNAPSHOT</version>
<version>5.2.b-EA</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion web-framework-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-share-parent</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.b-EA</version>
</parent>
<artifactId>alfresco-web-framework-commons</artifactId>
<name>Alfresco Web Framework common libraries</name>
Expand Down

0 comments on commit aaae817

Please sign in to comment.