Commit 3dacad51fe0aeddb1966b228759e6da4bec03d9f
1 parent
8e56e17574
Exists in
master
Updated parent artifact id to alfresco-skype-parent, and added alfresco-skype pr…
…efix to amp artifact ids.
Showing
6 changed files
with
8 additions
and
8 deletions
Show diff stats
repo-amp/pom.xml
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <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/maven-v4_0_0.xsd"> |
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | - <artifactId>repo-amp</artifactId> | |
4 | + <artifactId>alfresco-skype-repo-amp</artifactId> | |
5 | 5 | <name>Alfresco Repository AMP Module</name> |
6 | 6 | <packaging>amp</packaging> |
7 | 7 | <description>This is a sample Alfresco repository AMP project, depended upon by the alfresco WAR aggregator</description> |
8 | 8 | |
9 | 9 | <parent> |
10 | 10 | <groupId>org.alfresco.skype</groupId> |
11 | - <artifactId>alfresco-skype</artifactId> | |
11 | + <artifactId>alfresco-skype-parent</artifactId> | |
12 | 12 | <version>1.0-SNAPSHOT</version> |
13 | 13 | </parent> |
14 | 14 | ... | ... |
repo/pom.xml
runner/pom.xml
share-amp/pom.xml
... | ... | @@ -2,14 +2,14 @@ |
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | - <artifactId>share-amp</artifactId> | |
5 | + <artifactId>alfresco-skype-share-amp</artifactId> | |
6 | 6 | <name>Alfresco Share AMP Module</name> |
7 | 7 | <packaging>amp</packaging> |
8 | 8 | <description>This is a sample Alfresco Share AMP project, depended upon by the share WAR module</description> |
9 | 9 | |
10 | 10 | <parent> |
11 | 11 | <groupId>org.alfresco.skype</groupId> |
12 | - <artifactId>alfresco-skype</artifactId> | |
12 | + <artifactId>alfresco-skype-parent</artifactId> | |
13 | 13 | <version>1.0-SNAPSHOT</version> |
14 | 14 | </parent> |
15 | 15 | ... | ... |
share/pom.xml
solr-config/pom.xml
... | ... | @@ -10,7 +10,7 @@ |
10 | 10 | <!-- Setup the parent extension project, which contain all the Alfresco Maven SDK stuff --> |
11 | 11 | <parent> |
12 | 12 | <groupId>org.alfresco.skype</groupId> |
13 | - <artifactId>alfresco-skype</artifactId> | |
13 | + <artifactId>alfresco-skype-parent</artifactId> | |
14 | 14 | <version>1.0-SNAPSHOT</version> |
15 | 15 | </parent> |
16 | 16 | ... | ... |