WIP:initial
[demos/pact] / consumer / pom.xml
index 3e70c9f..e856691 100644 (file)
@@ -3,20 +3,15 @@
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
-               <groupId>org.springframework.boot</groupId>
-               <artifactId>spring-boot-starter-parent</artifactId>
-               <version>2.4.3</version>
-               <relativePath/> <!-- lookup parent from repository -->
+               <groupId>de.juplo.demos</groupId>
+               <artifactId>pact</artifactId>
+               <version>1.0.0</version>
        </parent>
        <groupId>de.juplo.demos</groupId>
        <artifactId>consumer</artifactId>
-       <version>0.0.1-SNAPSHOT</version>
+       <version>1.0.0</version>
        <name>consumer</name>
-       <description>Demo of a Pact Provider</description>
-       <properties>
-               <java.version>11</java.version>
-               <pact.version>4.1.0</pact.version>
-       </properties>
+       <description>Demo of a Pact Consumer</description>
        <dependencies>
                <dependency>
                        <groupId>org.springframework.boot</groupId>