claudemamo commented on code in PR #9349: URL: https://github.com/apache/camel/pull/9349#discussion_r1108513499
########## components/camel-dhis2/camel-dhis2-api/pom.xml: ########## @@ -0,0 +1,50 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.camel</groupId> + <artifactId>camel-dhis2-parent</artifactId> + <version>4.0.0-SNAPSHOT</version> + </parent> + + <artifactId>camel-dhis2-api</artifactId> + <name>Camel DHIS2 API</name> + <description>Camel DHIS2 API</description> + <packaging>jar</packaging> + + <properties> + <firstVersion>3.21.0</firstVersion> Review Comment: We're going to contribute the component to the `camel-3.x` branch as well. Should it be anyway 4.0.0-SNAPSHOT? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
