Added a script that illustrates the example
[demos/spring/data-jdbc] / pom.xml
diff --git a/pom.xml b/pom.xml
index b5d3209..f0318e8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,9 +9,9 @@
      <relativePath/> <!-- lookup parent from repository -->
    </parent>
    <groupId>de.juplo.boot.data</groupId>
-   <artifactId>jdbc</artifactId>
+   <artifactId>data-jdbc</artifactId>
    <version>0.0.1-SNAPSHOT</version>
-   <name>data-jdbc</name>
+   <name>Data JDBC</name>
    <description>Simple web-app example for spring-boot-data-jdbc</description>
 
    <properties>
@@ -71,7 +71,7 @@
          <configuration>
            <images>
              <image>
-               <name>%a:%l</name>
+               <name>juplo/%a:latest</name>
              </image>
            </images>
          </configuration>