Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-dependency-plugin
Browse files Browse the repository at this point in the history
Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.6.0 to 3.8.0.
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.6.0...maven-dependency-plugin-3.8.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 25, 2024
1 parent 2703c8c commit 2618a96
Showing 1 changed file with 46 additions and 46 deletions.
92 changes: 46 additions & 46 deletions docker-share/aws/pom.xml
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>share-docker-aws</artifactId>
<name>Alfresco Share Docker Image Builder for AWS</name>
<packaging>pom</packaging>

<parent>
<groupId>org.alfresco</groupId>
<artifactId>share-docker</artifactId>
<version>23.4.0-A2-SNAPSHOT</version>
</parent>

<properties>
<image.name>alfresco/alfresco-enterprise-share-aws</image.name>
<base.image>alfresco/alfresco-share:${image.tag}</base.image>
<scripts.directory>${project.parent.parent.basedir}/scripts/dev</scripts.directory>
</properties>

<dependencies>
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-ai-share</artifactId>
<version>${alfresco.ais.version}</version>
<type>amp</type>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.0</version>
<executions>
<execution>
<id>copy-dependencies</id>
<phase>process-resources</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>share-docker-aws</artifactId>
<name>Alfresco Share Docker Image Builder for AWS</name>
<packaging>pom</packaging>

<parent>
<groupId>org.alfresco</groupId>
<artifactId>share-docker</artifactId>
<version>23.4.0-A2-SNAPSHOT</version>
</parent>

<properties>
<image.name>alfresco/alfresco-enterprise-share-aws</image.name>
<base.image>alfresco/alfresco-share:${image.tag}</base.image>
<scripts.directory>${project.parent.parent.basedir}/scripts/dev</scripts.directory>
</properties>

<dependencies>
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-ai-share</artifactId>
<version>${alfresco.ais.version}</version>
<type>amp</type>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.8.0</version>
<executions>
<execution>
<id>copy-dependencies</id>
<phase>process-resources</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 2618a96

Please sign in to comment.