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
Copy file name to clipboardExpand all lines: archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/__rootArtifactId__-integration-tests/pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
<modelVersion>4.0.0</modelVersion>
5
5
<artifactId>${artifactId}</artifactId>
6
6
<name>Integration Tests Module</name>
7
-
<description>Integration Tests module for in-container integration testing - part of AIO - SDK 4.10</description>
7
+
<description>Integration Tests module for in-container integration testing - part of AIO - SDK 4.11.0-A1</description>
8
8
<packaging>jar</packaging> <!-- Note. this just runs Integration Tests, but it needs to be a JAR otherwise
9
9
nothing is compiled (i.e. you cannot set it to pom) -->
Copy file name to clipboardExpand all lines: archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/__rootArtifactId__-platform/pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
<modelVersion>4.0.0</modelVersion>
4
4
<artifactId>${artifactId}</artifactId>
5
5
<name>Alfresco Platform/Repository JAR Module</name>
6
-
<description>Platform/Repo JAR Module (to be included in the alfresco.war) - part of AIO - SDK 4.10</description>
6
+
<description>Platform/Repo JAR Module (to be included in the alfresco.war) - part of AIO - SDK 4.11.0-A1</description>
Copy file name to clipboardExpand all lines: archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/__rootArtifactId__-share/pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<artifactId>${artifactId}</artifactId>
6
6
<name>Alfresco Share JAR Module</name>
7
7
<packaging>jar</packaging>
8
-
<description>Sample Share JAR Module (to be included in the share.war) - part of AIO - SDK 4.10</description>
8
+
<description>Sample Share JAR Module (to be included in the share.war) - part of AIO - SDK 4.11.0-A1</description>
0 commit comments