You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<name>Quickstart of Alfresco and Share with DB and runner embedded</name>
8
-
<description>This All-in-One project allows to manage all the components involved in Alfresco development (Repo, Share, Solr, AMPs) in one project</description>
9
-
<packaging>pom</packaging>
10
-
11
-
<parent>
12
-
<groupId>org.alfresco.maven</groupId>
13
-
<artifactId>alfresco-sdk-parent</artifactId>
14
-
<version>2.1.0</version>
15
-
</parent>
16
-
17
-
<!--
18
-
| SDK properties have sensible defaults in the SDK parent, but you can override the properties below to use another version.
19
-
| For more available properties see the alfresco-sdk-parent POM.
20
-
-->
21
-
<properties>
22
-
<!--
23
-
| Defines the Alfresco GroupId \ Edition to work against. Allowed values are: org.alfresco | org.alfresco.enterprise
24
-
| NOTE: Please Refer to Alfresco Support for access to Enterprise artifacts -->
25
-
<alfresco.groupId>org.alfresco</alfresco.groupId>
26
-
<!-- Defines the Alfresco version to work against. Allowed values are: org.alfresco | org.alfresco.enterprise -->
27
-
<alfresco.version>5.0.d</alfresco.version>
28
-
<!-- This control the root logging level for all apps -->
29
-
<app.log.root.level>WARN</app.log.root.level>
30
-
<!-- This controls the default data location for dir.root -->
<name>Quickstart of Alfresco and Share with DB and runner embedded</name>
9
+
<description>This All-in-One project allows to manage all the components involved in Alfresco development (Repo, Share, Solr, AMPs) in one project</description>
10
+
<packaging>pom</packaging>
11
+
12
+
<parent>
13
+
<groupId>org.alfresco.maven</groupId>
14
+
<artifactId>alfresco-sdk-parent</artifactId>
15
+
<version>2.2.0</version>
16
+
</parent>
17
+
18
+
<!-- | SDK properties have sensible defaults in the SDK parent, but you
19
+
can override the properties below to use another version. | For more available
20
+
properties see the alfresco-sdk-parent POM. -->
21
+
<properties>
22
+
<!-- | Defines the Alfresco GroupId \ Edition to work against. Allowed
23
+
values are: org.alfresco | org.alfresco.enterprise | NOTE: Please Refer to
24
+
Alfresco Support for access to Enterprise artifacts -->
25
+
<alfresco.groupId>org.alfresco</alfresco.groupId>
26
+
<!-- Defines the Alfresco version to work against. Allowed values are:
27
+
org.alfresco | org.alfresco.enterprise -->
28
+
<alfresco.version>5.1.e</alfresco.version>
29
+
<!-- This control the root logging level for all apps -->
30
+
<app.log.root.level>WARN</app.log.root.level>
31
+
<!-- This controls the default data location for dir.root -->
0 commit comments