streams - Übungen - Microservices - Schritt 01
[demos/microservices] / take-order / pom.xml
index 016d3c6..067a8da 100644 (file)
@@ -5,13 +5,13 @@
   <parent>
     <groupId>de.trion.kafka.microservices</groupId>
     <artifactId>order-example</artifactId>
-    <version>0-SNAPSHOT</version>
+    <version>01</version>
   </parent>
 
   <groupId>de.trion.kafka.microservices</groupId>
   <artifactId>take-order</artifactId>
   <name>Take Order Service</name>
-  <version>0-SNAPSHOT</version>
+  <version>01</version>
 
   <properties>
     <avro.version>1.9.0</avro.version>