From f5ad890b82a0a859dfa39a8447925eb362a35ac2 Mon Sep 17 00:00:00 2001 From: Steve Hu Date: Sun, 21 Feb 2021 11:26:09 -0500 Subject: [PATCH] fixes #535 update templates to use artifactId for name --- .../src/main/resources/templates/graphql/pom.xml.rocker.raw | 2 +- .../main/resources/templates/rest/openapi/pom.xml.rocker.raw | 2 +- .../src/main/resources/templates/rest/project.rocker.raw | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/light-graphql-4j/src/main/resources/templates/graphql/pom.xml.rocker.raw b/light-graphql-4j/src/main/resources/templates/graphql/pom.xml.rocker.raw index ff3034300..a803e648f 100644 --- a/light-graphql-4j/src/main/resources/templates/graphql/pom.xml.rocker.raw +++ b/light-graphql-4j/src/main/resources/templates/graphql/pom.xml.rocker.raw @@ -5,7 +5,7 @@ @config.get("groupId").textValue() @config.get("artifactId").textValue() jar - @config.get("name").textValue() + @config.get("artifactId").textValue() @config.get("version").textValue() diff --git a/light-rest-4j/src/main/resources/templates/rest/openapi/pom.xml.rocker.raw b/light-rest-4j/src/main/resources/templates/rest/openapi/pom.xml.rocker.raw index cc21107c4..82f4fed48 100644 --- a/light-rest-4j/src/main/resources/templates/rest/openapi/pom.xml.rocker.raw +++ b/light-rest-4j/src/main/resources/templates/rest/openapi/pom.xml.rocker.raw @@ -5,7 +5,7 @@ @config.get("groupId").textValue() @config.get("artifactId").textValue() jar - @config.get("name").textValue() + @config.get("artifactId").textValue() @config.get("version").textValue() diff --git a/light-rest-4j/src/main/resources/templates/rest/project.rocker.raw b/light-rest-4j/src/main/resources/templates/rest/project.rocker.raw index b3f728e7e..e1dad7615 100644 --- a/light-rest-4j/src/main/resources/templates/rest/project.rocker.raw +++ b/light-rest-4j/src/main/resources/templates/rest/project.rocker.raw @@ -3,7 +3,7 @@ @args (JsonNode config) - @config.get("name").textValue() + @config.get("artifactId").textValue()