0.0.6
authorVásáry Dániel <vasary@elgekko.net>
Tue, 27 Feb 2024 20:37:10 +0000 (21:37 +0100)
committerVásáry Dániel <vasary@elgekko.net>
Tue, 27 Feb 2024 20:37:10 +0000 (21:37 +0100)
mc-vod-sync/mc-vod-sync-app/pom.xml
mc-vod-sync/mc-vod-sync-service/pom.xml

index e9b72dbbadf20716981f5a3ddb73f5089dd02e8c..b01e850f0a3447df79d38789b2832e7e4ec15151 100644 (file)
@@ -3,7 +3,7 @@
          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>
     <artifactId>mc-vod-sync-app</artifactId>
-    <version>0.0.5</version>
+    <version>0.0.6</version>
     <parent>
         <groupId>hu.user</groupId>
         <artifactId>mc-vod-sync</artifactId>
index 8138e72482f7d3effa40eaaff763eb945528382c..b63b180123dea5e87e6ccd74444b66ebabce79d3 100644 (file)
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>build-helper-maven-plugin</artifactId>
-                <version>3.5.0</version>
-                <executions>
-                    <execution>
-                        <id>test</id>
-                        <phase>generate-sources</phase>
-                        <goals>
-                            <goal>add-source</goal>
-                        </goals>
-                        <configuration>
-                            <sources>
-                                <source>${basedir}/target/generated-sources</source>
-                            </sources>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
+    <!--    <build>-->
+    <!--        <plugins>-->
+    <!--            <plugin>-->
+    <!--                <groupId>org.codehaus.mojo</groupId>-->
+    <!--                <artifactId>build-helper-maven-plugin</artifactId>-->
+    <!--                <version>3.5.0</version>-->
+    <!--                <executions>-->
+    <!--                    <execution>-->
+    <!--                        <id>test</id>-->
+    <!--                        <phase>generate-sources</phase>-->
+    <!--                        <goals>-->
+    <!--                            <goal>add-source</goal>-->
+    <!--                        </goals>-->
+    <!--                        <configuration>-->
+    <!--                            <sources>-->
+    <!--                                <source>${basedir}/target/generated-sources</source>-->
+    <!--                            </sources>-->
+    <!--                        </configuration>-->
+    <!--                    </execution>-->
+    <!--                </executions>-->
+    <!--            </plugin>-->
+    <!--        </plugins>-->
+    <!--    </build>-->
 </project>