Commit e3c1a99d4647a26a19a5bf957020633811cf5678
1 parent
b00b5a0cc4
Exists in
master
REPO-1238 / REPO-1413: Properly change the artifact id for the opencmis-upgrade data-model branch
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
pom.xml
... | ... | @@ -7,10 +7,10 @@ |
7 | 7 | <version>6</version> |
8 | 8 | </parent> |
9 | 9 | |
10 | - <artifactId>alfresco-data-model-opencmis-upgrade</artifactId> | |
10 | + <artifactId>alfresco-data-model</artifactId> | |
11 | 11 | <name>Alfresco Data Model</name> |
12 | 12 | <description>Alfresco Data Model classes</description> |
13 | - <version>6.3-SNAPSHOT</version> | |
13 | + <version>6.2-opencmis-upgrade-SNAPSHOT</version> | |
14 | 14 | |
15 | 15 | <scm> |
16 | 16 | <connection>scm:git:https://gitlab.alfresco.com/platform/alfresco-data-model.git</connection> | ... | ... |