Renamed and repackaged the example for the blog-article
[demos/testing] / pom.xml
diff --git a/pom.xml b/pom.xml
index 36cdb2f..e0b19e8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -8,11 +8,11 @@
                <version>2.3.4.RELEASE</version>
                <relativePath/> <!-- lookup parent from repository -->
        </parent>
-       <groupId>de.juplo</groupId>
-       <artifactId>thymeleafe-test</artifactId>
+       <groupId>de.juplo.demo</groupId>
+       <artifactId>exception-handling</artifactId>
        <version>0.0.1-SNAPSHOT</version>
-       <name>Thymeleaf-Test</name>
-       <description>Standalone version of the ThymeleafTest in http-resources</description>
+       <name>Testing Exception-Handling</name>
+       <description>Example-project, that showcases, how to test exception-handling in the springframework</description>
 
        <properties>
                <java.version>11</java.version>