This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/master by this push:
     new 90def303e0 Bump maven-remote-resources-plugin from 3.0.0 to 3.1.0 (try)
90def303e0 is described below

commit 90def303e072852851452eea852a501596f072c5
Author: Andi Huber <[email protected]>
AuthorDate: Fri May 12 07:20:15 2023 +0200

    Bump maven-remote-resources-plugin from 3.0.0 to 3.1.0 (try)
    
    - fixes missing automatic module name in causeway-viewer-graphql-test
---
 bom/pom.xml                            | 2 +-
 incubator/viewers/graphql/test/pom.xml | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index cda02e5974..eff5afcdbc 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -2363,7 +2363,7 @@ It is therefore a copy of org.apache:apache, with 
customisations clearly identif
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-remote-resources-plugin</artifactId>
-                    <version>3.0.0</version>    <!--bumped-->
+                    <version>3.1.0</version>    <!--bumped-->
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
diff --git a/incubator/viewers/graphql/test/pom.xml 
b/incubator/viewers/graphql/test/pom.xml
index 3daef69feb..025398b6e7 100644
--- a/incubator/viewers/graphql/test/pom.xml
+++ b/incubator/viewers/graphql/test/pom.xml
@@ -25,6 +25,8 @@
        <name>Apache Causeway Inc - Viewer GraphQL (Test)</name>
 
        <properties>
+               
<jar-plugin.automaticModuleName>org.apache.causeway.incubator.viewer.graphql.test</jar-plugin.automaticModuleName>
+               
<git-plugin.propertiesDir>org/apache/causeway/incubator/viewer/graphql/test</git-plugin.propertiesDir>
         <maven.install.skip>true</maven.install.skip>
         <maven.deploy.skip>true</maven.deploy.skip>
     </properties>

Reply via email to