diff options
-rw-r--r-- | build_reporting/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build_reporting/pom.xml b/build_reporting/pom.xml index b3c40be0..2a91a2b4 100644 --- a/build_reporting/pom.xml +++ b/build_reporting/pom.xml @@ -8,9 +8,9 @@ <artifactId>eaaf</artifactId> <version>1.3.14-SNAPSHOT</version> </parent> - <artifactId>build_reporting</artifactId> + <artifactId>eaaf_build_reporting</artifactId> <packaging>pom</packaging> - <name>Reporting Module</name> + <name>EAAF Reporting-Module</name> <dependencies> <dependency> @@ -87,4 +87,4 @@ </plugins> </build> -</project>
\ No newline at end of file +</project> |