8 Commits

Author SHA1 Message Date
bce5e7c019 v1.1.16 poms 2025-07-08 17:13:50 -04:00
883f74a6d4 Merge branch 'develop' into stable 2025-07-08 15:39:58 -04:00
2430643937 auto-publish 2025-07-08 15:39:44 -04:00
49c90ed198 ossrh to central-publish 2025-07-08 15:30:15 -04:00
0b2cbcf060 plugin version upgrades and parameterization 2025-07-08 14:11:37 -04:00
7f04bf7801 v1.1.15 poms 2025-05-28 10:03:01 -04:00
d45223d3ec Merge branch 'develop' into stable 2025-05-28 10:02:25 -04:00
6fc66409c0 APS upgrade 2025-05-28 10:02:14 -04:00
80 changed files with 174 additions and 103 deletions

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -33,7 +33,7 @@
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId> <artifactId>build-helper-maven-plugin</artifactId>
<version>3.2.0</version> <version>${build-helper.version}</version>
<executions> <executions>
<execution> <execution>
<id>module-snapshot-timestamp</id> <id>module-snapshot-timestamp</id>
@@ -78,7 +78,7 @@
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId> <artifactId>build-helper-maven-plugin</artifactId>
<version>3.2.0</version> <version>${build-helper.version}</version>
<executions> <executions>
<execution> <execution>
<id>add-acs-module-resources</id> <id>add-acs-module-resources</id>
@@ -138,7 +138,6 @@
<!-- This plugin prevents binary file formats from being corrupted due to filtering --> <!-- This plugin prevents binary file formats from being corrupted due to filtering -->
<plugin> <plugin>
<artifactId>maven-resources-plugin</artifactId> <artifactId>maven-resources-plugin</artifactId>
<version>3.2.0</version>
<configuration> <configuration>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<nonFilteredFileExtensions> <nonFilteredFileExtensions>
@@ -254,7 +253,7 @@
<!-- This plugin changes the packaging directory to the consolidated directory --> <!-- This plugin changes the packaging directory to the consolidated directory -->
<plugin> <plugin>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version> <version>${maven-jar.version}</version>
<configuration> <configuration>
<classesDirectory>${project.build.packageDirectory}</classesDirectory> <classesDirectory>${project.build.packageDirectory}</classesDirectory>
</configuration> </configuration>
@@ -316,7 +315,7 @@
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId> <artifactId>build-helper-maven-plugin</artifactId>
<version>3.2.0</version> <version>${build-helper.version}</version>
<executions> <executions>
<execution> <execution>
<id>attach-amp</id> <id>attach-amp</id>
@@ -404,6 +403,10 @@
<!-- output --> <!-- output -->
<alfresco.module.path>alfresco/module/${alfresco.module.pathname}</alfresco.module.path> <alfresco.module.path>alfresco/module/${alfresco.module.pathname}</alfresco.module.path>
<!-- versions -->
<build-helper.version>3.6.1</build-helper.version>
<maven-jar.version>3.4.2</maven-jar.version>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -23,7 +23,7 @@
<!-- This plugin downloads the Platform WAR and JDBC JAR dependency --> <!-- This plugin downloads the Platform WAR and JDBC JAR dependency -->
<plugin> <plugin>
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version> <version>${maven-dependency.version}</version>
<executions> <executions>
<!-- This execution downloads the Platform WAR --> <!-- This execution downloads the Platform WAR -->
<execution> <execution>
@@ -110,6 +110,7 @@
<!-- versions --> <!-- versions -->
<postgres.jdbc.version>42.2.18</postgres.jdbc.version> <postgres.jdbc.version>42.2.18</postgres.jdbc.version>
<maven-dependency.version>3.8.1</maven-dependency.version>
<!-- configuring beedk-acs-platform-it-tile --> <!-- configuring beedk-acs-platform-it-tile -->
<beedk.deploy.platform.warFile>${project.build.warDirectory}/${alfresco.platform.war.artifactId}-${alfresco.platform.war.version}.war</beedk.deploy.platform.warFile> <beedk.deploy.platform.warFile>${project.build.warDirectory}/${alfresco.platform.war.artifactId}-${alfresco.platform.war.version}.war</beedk.deploy.platform.warFile>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -31,7 +31,7 @@
<!-- This plugin downloads the Platform WAR and JDBC JAR dependency --> <!-- This plugin downloads the Platform WAR and JDBC JAR dependency -->
<plugin> <plugin>
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version> <version>${maven-dependency.version}</version>
<executions> <executions>
<!-- This execution downloads the Platform WAR --> <!-- This execution downloads the Platform WAR -->
<execution> <execution>
@@ -115,6 +115,7 @@
<!-- versions --> <!-- versions -->
<postgres.jdbc.version>42.2.18</postgres.jdbc.version> <postgres.jdbc.version>42.2.18</postgres.jdbc.version>
<maven-dependency.version>3.8.1</maven-dependency.version>
<!-- configuring beedk-acs-platform-rad-tile --> <!-- configuring beedk-acs-platform-rad-tile -->
<beedk.deploy.platform.warFile>${project.build.warDirectory}/${alfresco.platform.war.artifactId}-${alfresco.platform.war.version}.war</beedk.deploy.platform.warFile> <beedk.deploy.platform.warFile>${project.build.warDirectory}/${alfresco.platform.war.artifactId}-${alfresco.platform.war.version}.war</beedk.deploy.platform.warFile>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -23,7 +23,7 @@
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId> <artifactId>build-helper-maven-plugin</artifactId>
<version>3.2.0</version> <version>${build-helper.version}</version>
<executions> <executions>
<execution> <execution>
<id>add-acs-platform-module-resources</id> <id>add-acs-platform-module-resources</id>
@@ -46,7 +46,6 @@
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-resources-plugin</artifactId> <artifactId>maven-resources-plugin</artifactId>
<version>3.2.0</version>
<executions> <executions>
<!-- This plugin execution consolidates the compiled/generated/filtered resources into one directory for packaging --> <!-- This plugin execution consolidates the compiled/generated/filtered resources into one directory for packaging -->
<execution> <execution>
@@ -80,6 +79,9 @@
<!-- output --> <!-- output -->
<alfresco.ext.path>alfresco/extension</alfresco.ext.path> <alfresco.ext.path>alfresco/extension</alfresco.ext.path>
<alfresco.ext.package>alfresco.extension</alfresco.ext.package> <alfresco.ext.package>alfresco.extension</alfresco.ext.package>
<!-- versions -->
<build-helper.version>3.6.1</build-helper.version>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -31,7 +31,7 @@
<!-- This plugin downloads ancillary WARs --> <!-- This plugin downloads ancillary WARs -->
<plugin> <plugin>
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version> <version>${maven-dependency.version}</version>
<executions> <executions>
<!-- This execution downloads the API Explorer WAR --> <!-- This execution downloads the API Explorer WAR -->
<execution> <execution>
@@ -307,6 +307,7 @@
<acs-postgres.version>12</acs-postgres.version> <acs-postgres.version>12</acs-postgres.version>
<acs-activemq.version>5.18.4</acs-activemq.version> <acs-activemq.version>5.18.4</acs-activemq.version>
<tomcat-rad.version>9-2.1</tomcat-rad.version> <tomcat-rad.version>9-2.1</tomcat-rad.version>
<maven-dependency.version>3.8.1</maven-dependency.version>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -23,7 +23,7 @@
<!-- This plugin downloads the Platform JAR-based extension modules and runtime/test dependencies --> <!-- This plugin downloads the Platform JAR-based extension modules and runtime/test dependencies -->
<plugin> <plugin>
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version> <version>${maven-dependency.version}</version>
<executions> <executions>
<!-- This execution downloads the dependency JARs, including JAR modules --> <!-- This execution downloads the dependency JARs, including JAR modules -->
<execution> <execution>
@@ -100,6 +100,7 @@
<!-- versions --> <!-- versions -->
<postgres.jdbc.version>42.2.18</postgres.jdbc.version> <postgres.jdbc.version>42.2.18</postgres.jdbc.version>
<alfresco.platform.war.version>${alfresco.platform.version}</alfresco.platform.war.version> <alfresco.platform.war.version>${alfresco.platform.version}</alfresco.platform.war.version>
<maven-dependency.version>3.8.1</maven-dependency.version>
<!-- configuring beedk-acs-platform-it-tile --> <!-- configuring beedk-acs-platform-it-tile -->
<beedk.deploy.platform.warFile>${project.build.warFile}</beedk.deploy.platform.warFile> <beedk.deploy.platform.warFile>${project.build.warFile}</beedk.deploy.platform.warFile>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -31,7 +31,7 @@
<!-- This plugin downloads the Platform JAR-based extension modules and runtime/test dependencies --> <!-- This plugin downloads the Platform JAR-based extension modules and runtime/test dependencies -->
<plugin> <plugin>
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version> <version>${maven-dependency.version}</version>
<executions> <executions>
<!-- This execution downloads the dependency JARs, including JAR modules --> <!-- This execution downloads the dependency JARs, including JAR modules -->
<execution> <execution>
@@ -104,6 +104,7 @@
<!-- versions --> <!-- versions -->
<postgres.jdbc.version>42.2.18</postgres.jdbc.version> <postgres.jdbc.version>42.2.18</postgres.jdbc.version>
<alfresco.platform.war.version>${alfresco.platform.version}</alfresco.platform.war.version> <alfresco.platform.war.version>${alfresco.platform.version}</alfresco.platform.war.version>
<maven-dependency.version>3.8.1</maven-dependency.version>
<!-- configuring beedk-acs-platform-rad-tile --> <!-- configuring beedk-acs-platform-rad-tile -->
<beedk.deploy.platform.warFile>${project.build.warFile}</beedk.deploy.platform.warFile> <beedk.deploy.platform.warFile>${project.build.warFile}</beedk.deploy.platform.warFile>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -23,7 +23,7 @@
<!-- This plugin disables the WAR packaging if packaging is 'war'. --> <!-- This plugin disables the WAR packaging if packaging is 'war'. -->
<plugin> <plugin>
<artifactId>maven-war-plugin</artifactId> <artifactId>maven-war-plugin</artifactId>
<version>3.0.0</version> <!-- Need v3+ --> <version>${maven-war.version}</version> <!-- Need v3+ -->
<configuration> <configuration>
<failOnMissingWebXml>false</failOnMissingWebXml> <failOnMissingWebXml>false</failOnMissingWebXml>
<skip>true</skip> <skip>true</skip>
@@ -32,7 +32,7 @@
<!-- This plugin overrides the default install and uses the built WAR from the dependent tile. --> <!-- This plugin overrides the default install and uses the built WAR from the dependent tile. -->
<plugin> <plugin>
<artifactId>maven-install-plugin</artifactId> <artifactId>maven-install-plugin</artifactId>
<version>3.0.0-M1</version> <version>${maven-install.version}</version>
<configuration> <configuration>
<!-- do not install the normal WAR --> <!-- do not install the normal WAR -->
<skip>true</skip> <skip>true</skip>
@@ -97,6 +97,10 @@
<!-- configuring beedk-acs-webapp-artifact-tile --> <!-- configuring beedk-acs-webapp-artifact-tile -->
<alfresco.platform.war.version>${alfresco.platform.version}</alfresco.platform.war.version> <alfresco.platform.war.version>${alfresco.platform.version}</alfresco.platform.war.version>
<alfresco.war.version>${alfresco.platform.war.version}</alfresco.war.version> <alfresco.war.version>${alfresco.platform.war.version}</alfresco.war.version>
<!-- versions -->
<maven-war.version>3.4.0</maven-war.version>
<maven-install.version>3.1.4</maven-install.version>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -31,7 +31,7 @@
<!-- This plugin downloads the Share WAR --> <!-- This plugin downloads the Share WAR -->
<plugin> <plugin>
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version> <version>${maven-dependency.version}</version>
<executions> <executions>
<!-- This execution downloads the Share WAR --> <!-- This execution downloads the Share WAR -->
<execution> <execution>
@@ -72,6 +72,9 @@
<!-- configuring beedk-acs-share-rad-tile --> <!-- configuring beedk-acs-share-rad-tile -->
<beedk.deploy.share.warFile>${project.build.warDirectory}/${alfresco.share.war.artifactId}-${alfresco.share.war.version}.war</beedk.deploy.share.warFile> <beedk.deploy.share.warFile>${project.build.warDirectory}/${alfresco.share.war.artifactId}-${alfresco.share.war.version}.war</beedk.deploy.share.warFile>
<beedk.deploy.share.extDirectory>${project.build.directory}/ext/share</beedk.deploy.share.extDirectory> <beedk.deploy.share.extDirectory>${project.build.directory}/ext/share</beedk.deploy.share.extDirectory>
<!-- versions -->
<maven-dependency.version>3.8.1</maven-dependency.version>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -23,7 +23,7 @@
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId> <artifactId>build-helper-maven-plugin</artifactId>
<version>3.2.0</version> <version>${build-helper.version}</version>
<executions> <executions>
<execution> <execution>
<id>add-acs-share-module-resources</id> <id>add-acs-share-module-resources</id>
@@ -65,7 +65,6 @@
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-resources-plugin</artifactId> <artifactId>maven-resources-plugin</artifactId>
<version>3.2.0</version>
<executions> <executions>
<!-- This plugin execution consolidates the compiled/generated/filtered resources into one directory for packaging --> <!-- This plugin execution consolidates the compiled/generated/filtered resources into one directory for packaging -->
<execution> <execution>
@@ -99,6 +98,9 @@
<!-- output --> <!-- output -->
<alfresco.ext.path>alfresco/web-extension</alfresco.ext.path> <alfresco.ext.path>alfresco/web-extension</alfresco.ext.path>
<alfresco.ext.package>alfresco.web-extension</alfresco.ext.package> <alfresco.ext.package>alfresco.web-extension</alfresco.ext.package>
<!-- versions -->
<build-helper.version>3.6.1</build-helper.version>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -23,7 +23,7 @@
<!-- This plugin downloads the Share JAR-based extension modules and runtime/test dependencies --> <!-- This plugin downloads the Share JAR-based extension modules and runtime/test dependencies -->
<plugin> <plugin>
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version> <version>${maven-dependency.version}</version>
<executions> <executions>
<!-- This execution downloads the dependency JARs, including JAR modules --> <!-- This execution downloads the dependency JARs, including JAR modules -->
<execution> <execution>
@@ -167,6 +167,7 @@
<!-- versions --> <!-- versions -->
<tomcat-rad.version>9-2.1</tomcat-rad.version> <tomcat-rad.version>9-2.1</tomcat-rad.version>
<maven-dependency.version>3.8.1</maven-dependency.version>
<!-- configuring beedk-acs-webapp-artifact-tile --> <!-- configuring beedk-acs-webapp-artifact-tile -->
<alfresco.war.artifactId>share</alfresco.war.artifactId> <alfresco.war.artifactId>share</alfresco.war.artifactId>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -31,7 +31,7 @@
<!-- This plugin downloads the Share JAR-based extension modules --> <!-- This plugin downloads the Share JAR-based extension modules -->
<plugin> <plugin>
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version> <version>${maven-dependency.version}</version>
<executions> <executions>
<!-- This execution downloads the dependency JARs, including JAR modules --> <!-- This execution downloads the dependency JARs, including JAR modules -->
<execution> <execution>
@@ -69,6 +69,9 @@
<!-- configuring beedk-acs-webapp-artifact-tile --> <!-- configuring beedk-acs-webapp-artifact-tile -->
<alfresco.war.version>${alfresco.share.version}</alfresco.war.version> <alfresco.war.version>${alfresco.share.version}</alfresco.war.version>
<!-- versions -->
<maven-dependency.version>3.8.1</maven-dependency.version>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -23,7 +23,7 @@
<!-- This plugin disables the WAR packaging if packaging is 'war'. --> <!-- This plugin disables the WAR packaging if packaging is 'war'. -->
<plugin> <plugin>
<artifactId>maven-war-plugin</artifactId> <artifactId>maven-war-plugin</artifactId>
<version>3.0.0</version> <!-- Need v3+ --> <version>${maven-war.version}</version> <!-- Need v3+ -->
<configuration> <configuration>
<failOnMissingWebXml>false</failOnMissingWebXml> <failOnMissingWebXml>false</failOnMissingWebXml>
<skip>true</skip> <skip>true</skip>
@@ -32,7 +32,7 @@
<!-- This plugin overrides the default install and uses the built WAR from the dependent tile. --> <!-- This plugin overrides the default install and uses the built WAR from the dependent tile. -->
<plugin> <plugin>
<artifactId>maven-install-plugin</artifactId> <artifactId>maven-install-plugin</artifactId>
<version>3.0.0-M1</version> <version>${maven-install.version}</version>
<configuration> <configuration>
<skip>true</skip> <skip>true</skip>
</configuration> </configuration>
@@ -67,6 +67,10 @@
<!-- configuring beedk-acs-webapp-artifact-tile --> <!-- configuring beedk-acs-webapp-artifact-tile -->
<alfresco.war.artifactId>share</alfresco.war.artifactId> <alfresco.war.artifactId>share</alfresco.war.artifactId>
<alfresco.war.version>${alfresco.share.version}</alfresco.war.version> <alfresco.war.version>${alfresco.share.version}</alfresco.war.version>
<!-- versions -->
<maven-war.version>3.4.0</maven-war.version>
<maven-install.version>3.1.4</maven-install.version>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -23,7 +23,7 @@
<!-- This plugin downloads the dependency AMPs --> <!-- This plugin downloads the dependency AMPs -->
<plugin> <plugin>
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version> <version>${maven-dependency.version}</version>
<executions> <executions>
<!-- This execution downloads the dependency AMPs in the 'compile' and 'runtime' scopes --> <!-- This execution downloads the dependency AMPs in the 'compile' and 'runtime' scopes -->
<execution> <execution>
@@ -72,6 +72,9 @@
<properties> <properties>
<!-- configurable --> <!-- configurable -->
<project.build.ampDirectory>${project.build.directory}/amps</project.build.ampDirectory> <project.build.ampDirectory>${project.build.directory}/amps</project.build.ampDirectory>
<!-- versions -->
<maven-dependency.version>3.8.1</maven-dependency.version>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -23,7 +23,7 @@
<!-- This plugin downloads the dependency AMPs --> <!-- This plugin downloads the dependency AMPs -->
<plugin> <plugin>
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version> <version>${maven-dependency.version}</version>
<executions> <executions>
<!-- This execution downloads the dependency AMPs in the `compile`, `runtime`, and `test' scopes --> <!-- This execution downloads the dependency AMPs in the `compile`, `runtime`, and `test' scopes -->
<execution> <execution>
@@ -76,6 +76,9 @@
<!-- configuring beedk-acs-webapp-artifact-tile --> <!-- configuring beedk-acs-webapp-artifact-tile -->
<beedk.download.war.skip>false</beedk.download.war.skip> <beedk.download.war.skip>false</beedk.download.war.skip>
<beedk.download.war.phase>pre-integration-test</beedk.download.war.phase> <beedk.download.war.phase>pre-integration-test</beedk.download.war.phase>
<!-- versions -->
<maven-dependency.version>3.8.1</maven-dependency.version>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -36,7 +36,7 @@
<!-- This plugin downloads the dependency AMPs --> <!-- This plugin downloads the dependency AMPs -->
<plugin> <plugin>
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version> <version>${maven-dependency.version}</version>
<executions> <executions>
<!-- This execution downloads the dependency AMPs in the `compile`, `runtime`, and `test' scopes --> <!-- This execution downloads the dependency AMPs in the `compile`, `runtime`, and `test' scopes -->
<execution> <execution>
@@ -84,6 +84,9 @@
<properties> <properties>
<!-- configurable --> <!-- configurable -->
<project.build.ampDirectory>${project.build.directory}/amps</project.build.ampDirectory> <project.build.ampDirectory>${project.build.directory}/amps</project.build.ampDirectory>
<!-- versions -->
<maven-dependency.version>3.8.1</maven-dependency.version>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -23,7 +23,7 @@
<!-- This plugin downloads the parameterized WAR --> <!-- This plugin downloads the parameterized WAR -->
<plugin> <plugin>
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version> <version>${maven-dependency.version}</version>
<executions> <executions>
<!-- This execution downloads the parameterized WAR --> <!-- This execution downloads the parameterized WAR -->
<execution> <execution>
@@ -66,6 +66,9 @@
<!-- results --> <!-- results -->
<project.build.warFile>${project.build.warDirectory}/${alfresco.war.artifactId}-${alfresco.war.version}.war</project.build.warFile> <project.build.warFile>${project.build.warDirectory}/${alfresco.war.artifactId}-${alfresco.war.version}.war</project.build.warFile>
<!-- versions -->
<maven-dependency.version>3.8.1</maven-dependency.version>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -25,7 +25,7 @@
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId> <artifactId>build-helper-maven-plugin</artifactId>
<version>3.2.0</version> <version>${build-helper.version}</version>
<executions> <executions>
<execution> <execution>
<id>copy-and-filter-docker-resources</id> <id>copy-and-filter-docker-resources</id>
@@ -48,7 +48,7 @@
<!-- This plugin downloads the Platform JAR-based extension modules and runtime/test dependencies --> <!-- This plugin downloads the Platform JAR-based extension modules and runtime/test dependencies -->
<plugin> <plugin>
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version> <version>${maven-dependency.version}</version>
<executions> <executions>
<!-- This execution downloads the dependency JARs, including JAR modules --> <!-- This execution downloads the dependency JARs, including JAR modules -->
<execution> <execution>
@@ -115,6 +115,10 @@
<!-- skip deployment of spring boot app --> <!-- skip deployment of spring boot app -->
<beedk.deploy.dockerImageOnly>true</beedk.deploy.dockerImageOnly> <beedk.deploy.dockerImageOnly>true</beedk.deploy.dockerImageOnly>
<maven.deploy.skip>${beedk.deploy.dockerImageOnly}</maven.deploy.skip> <maven.deploy.skip>${beedk.deploy.dockerImageOnly}</maven.deploy.skip>
<!-- versions -->
<build-helper.version>3.6.1</build-helper.version>
<maven-dependency.version>3.8.1</maven-dependency.version>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -23,7 +23,7 @@
<!-- This plugin serializes the compile/runtime AMP and JAR dependencies into a classpath string --> <!-- This plugin serializes the compile/runtime AMP and JAR dependencies into a classpath string -->
<plugin> <plugin>
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version> <version>${maven-dependency.version}</version>
<executions> <executions>
<execution> <execution>
<id>generate-amp-notest-classpath</id> <id>generate-amp-notest-classpath</id>
@@ -130,4 +130,19 @@
</plugins> </plugins>
</build> </build>
<profiles>
<profile>
<id>default-props</id>
<activation>
<property>
<name>!some-prop-that-never-exists</name>
</property>
</activation>
<properties>
<!-- versions -->
<maven-dependency.version>3.8.1</maven-dependency.version>
</properties>
</profile>
</profiles>
</project> </project>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -42,7 +42,7 @@
<!-- This plugin downloads the parameterized WAR --> <!-- This plugin downloads the parameterized WAR -->
<plugin> <plugin>
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version> <version>${maven-dependency.version}</version>
<executions> <executions>
<!-- This execution downloads the dependency JARs, including JAR modules --> <!-- This execution downloads the dependency JARs, including JAR modules -->
<execution> <execution>
@@ -117,6 +117,10 @@
<CATALINA_OPTS>--add-opens java.base/java.net=ALL-UNNAMED \ <CATALINA_OPTS>--add-opens java.base/java.net=ALL-UNNAMED \
-Djava.awt.headless=true \ -Djava.awt.headless=true \
-Ddatasource.driver=org.postgresql.Driver -Ddatasource.url=jdbc:postgresql://${project.artifactId}-aps-db:5432/activiti \ -Ddatasource.driver=org.postgresql.Driver -Ddatasource.url=jdbc:postgresql://${project.artifactId}-aps-db:5432/activiti \
-Dhibernate.dialect=org.hibernate.dialect.PostgreSQLDialect \
-Dvalidator.editor.dmn.expression=false \
-Dvalidator.editor.bpmn.disable.scripttask=false \
-Dvalidator.editor.bpmn.disable.scripttask.groovy=false \
-Djavascript.secure-scripting.enabled=false -Djavascript.secure-scripting.enable-class-whitelisting=false \ -Djavascript.secure-scripting.enabled=false -Djavascript.secure-scripting.enable-class-whitelisting=false \
-Dbeans.whitelisting.enabled=false \ -Dbeans.whitelisting.enabled=false \
-Del.whitelisting.enabled=false \ -Del.whitelisting.enabled=false \
@@ -153,7 +157,7 @@
<http> <http>
<url>http://admin%40app.activiti.com:admin@localhost:${aps.port}/activiti-app/api/management/engine</url> <url>http://admin%40app.activiti.com:admin@localhost:${aps.port}/activiti-app/api/management/engine</url>
<method>GET</method> <method>GET</method>
<status>200</status> <status>200..399</status>
</http> </http>
<time>${aps.timeout}</time> <time>${aps.timeout}</time>
</wait> </wait>
@@ -226,9 +230,10 @@
<aps.debugger.port>8000</aps.debugger.port> <aps.debugger.port>8000</aps.debugger.port>
<!-- versions --> <!-- versions -->
<aps-postgres.version>12</aps-postgres.version> <aps-postgres.version>15</aps-postgres.version>
<aps.version>2.4.6</aps.version> <aps.version>25.1.1</aps.version>
<tomcat-rad.version>9-2.2</tomcat-rad.version> <tomcat-rad.version>10-2.2</tomcat-rad.version>
<maven-dependency.version>3.8.1</maven-dependency.version>
<!-- results --> <!-- results -->
<project.build.warFile>${project.build.warDirectory}/${aps.war.artifactId}-${aps.war.version}.war</project.build.warFile> <project.build.warFile>${project.build.warDirectory}/${aps.war.artifactId}-${aps.war.version}.war</project.build.warFile>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -50,7 +50,7 @@
<!-- This plugin downloads the parameterized WAR --> <!-- This plugin downloads the parameterized WAR -->
<plugin> <plugin>
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version> <version>${maven-dependency.version}</version>
<executions> <executions>
<!-- This execution downloads the dependency JARs, including JAR modules --> <!-- This execution downloads the dependency JARs, including JAR modules -->
<execution> <execution>
@@ -123,6 +123,9 @@
-Djava.awt.headless=true \ -Djava.awt.headless=true \
-Ddatasource.driver=org.postgresql.Driver -Ddatasource.url=jdbc:postgresql://${project.artifactId}-aps-db:5432/activiti \ -Ddatasource.driver=org.postgresql.Driver -Ddatasource.url=jdbc:postgresql://${project.artifactId}-aps-db:5432/activiti \
-Dhibernate.dialect=org.hibernate.dialect.PostgreSQLDialect \ -Dhibernate.dialect=org.hibernate.dialect.PostgreSQLDialect \
-Dvalidator.editor.dmn.expression=false \
-Dvalidator.editor.bpmn.disable.scripttask=false \
-Dvalidator.editor.bpmn.disable.scripttask.groovy=false \
-Djavascript.secure-scripting.enabled=false -Djavascript.secure-scripting.enable-class-whitelisting=false \ -Djavascript.secure-scripting.enabled=false -Djavascript.secure-scripting.enable-class-whitelisting=false \
-Dbeans.whitelisting.enabled=false \ -Dbeans.whitelisting.enabled=false \
-Del.whitelisting.enabled=false \ -Del.whitelisting.enabled=false \
@@ -215,9 +218,10 @@
<aps.debugger.port>8000</aps.debugger.port> <aps.debugger.port>8000</aps.debugger.port>
<!-- versions --> <!-- versions -->
<aps-postgres.version>12</aps-postgres.version> <aps-postgres.version>15</aps-postgres.version>
<aps.version>25.1.1</aps.version> <aps.version>25.1.1</aps.version>
<tomcat-rad.version>10-2.2</tomcat-rad.version> <tomcat-rad.version>10-2.2</tomcat-rad.version>
<maven-dependency.version>3.8.1</maven-dependency.version>
<!-- results --> <!-- results -->
<project.build.warFile>${project.build.warDirectory}/${aps.war.artifactId}-${aps.war.version}.war</project.build.warFile> <project.build.warFile>${project.build.warDirectory}/${aps.war.artifactId}-${aps.war.version}.war</project.build.warFile>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -113,9 +113,9 @@
<aps.port>8080</aps.port> <aps.port>8080</aps.port>
<!-- versions --> <!-- versions -->
<aps-postgres.version>9.6</aps-postgres.version> <aps-postgres.version>15</aps-postgres.version>
<aps.docker-tag>alfresco/process-services</aps.docker-tag> <aps.docker-tag>alfresco/process-services</aps.docker-tag>
<aps.version>2.4.6</aps.version> <aps.version>24.4.2</aps.version>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>

View File

@@ -9,7 +9,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -31,7 +31,7 @@
<!-- This plugin downloads the dependent runtime/test JARs --> <!-- This plugin downloads the dependent runtime/test JARs -->
<plugin> <plugin>
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version> <version>${maven-dependency.version}</version>
<executions> <executions>
<!-- This execution downloads the dependency JARs --> <!-- This execution downloads the dependency JARs -->
<execution> <execution>
@@ -121,6 +121,7 @@
<!-- versions --> <!-- versions -->
<java-dcevm-hotswap.version>11.0.11-1.4.1</java-dcevm-hotswap.version> <java-dcevm-hotswap.version>11.0.11-1.4.1</java-dcevm-hotswap.version>
<maven-dependency.version>3.8.1</maven-dependency.version>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -23,7 +23,7 @@
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId> <artifactId>build-helper-maven-plugin</artifactId>
<version>3.2.0</version> <version>${build-helper.version}</version>
<executions> <executions>
<execution> <execution>
<id>filter-default-resources</id> <id>filter-default-resources</id>
@@ -138,7 +138,9 @@
</property> </property>
</activation> </activation>
<properties> <properties>
<!-- versions -->
<spring-boot.version>2.4.3</spring-boot.version> <spring-boot.version>2.4.3</spring-boot.version>
<build-helper.version>3.6.1</build-helper.version>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -25,7 +25,7 @@
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId> <artifactId>build-helper-maven-plugin</artifactId>
<version>3.2.0</version> <version>${build-helper.version}</version>
<executions> <executions>
<execution> <execution>
<id>copy-and-filter-docker-resources</id> <id>copy-and-filter-docker-resources</id>
@@ -48,7 +48,6 @@
<!-- This plugin copies the Spring Boot JAR to the base build context directory --> <!-- This plugin copies the Spring Boot JAR to the base build context directory -->
<!-- Dockerfile ADD/COPY commands can only use files inside the context build directory --> <!-- Dockerfile ADD/COPY commands can only use files inside the context build directory -->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId> <artifactId>maven-resources-plugin</artifactId>
<executions> <executions>
<execution> <execution>
@@ -144,6 +143,9 @@
<maven.deploy.skip>${beedk.deploy.dockerImageOnly}</maven.deploy.skip> <maven.deploy.skip>${beedk.deploy.dockerImageOnly}</maven.deploy.skip>
<docker.source.directory>${basedir}/src/main/docker</docker.source.directory> <docker.source.directory>${basedir}/src/main/docker</docker.source.directory>
<docker.image.tag>${project.version}</docker.image.tag> <docker.image.tag>${project.version}</docker.image.tag>
<!-- versions -->
<build-helper.version>3.6.1</build-helper.version>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

15
pom.xml
View File

@@ -6,7 +6,7 @@
<groupId>com.inteligr8.ootbee</groupId> <groupId>com.inteligr8.ootbee</groupId>
<artifactId>beedk-parent</artifactId> <artifactId>beedk-parent</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Order of the Bee Development Kit</name> <name>Order of the Bee Development Kit</name>
@@ -132,7 +132,7 @@
<profiles> <profiles>
<profile> <profile>
<id>ossrh-release</id> <id>central-publish</id>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
@@ -146,14 +146,13 @@
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.sonatype.plugins</groupId> <groupId>org.sonatype.central</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId> <artifactId>central-publishing-maven-plugin</artifactId>
<version>1.6.13</version> <version>0.8.0</version>
<extensions>true</extensions> <extensions>true</extensions>
<configuration> <configuration>
<serverId>ossrh</serverId> <publishingServerId>central</publishingServerId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> <autoPublish>true</autoPublish>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>