You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "oscerd (via GitHub)" <gi...@apache.org> on 2023/02/15 08:51:58 UTC

[GitHub] [camel] oscerd commented on a diff in pull request #9349: CAMEL-19050: add DHIS2 component

oscerd commented on code in PR #9349:
URL: https://github.com/apache/camel/pull/9349#discussion_r1106822756


##########
components/camel-dhis2/LICENSE:
##########
@@ -0,0 +1,24 @@
+Copyright (c) 2004-2022, University of Oslo

Review Comment:
   The code must be provided with an ASF License compliant license: https://www.apache.org/legal/resolved.html#category-a
   
   As far as I see this project has been licensed as BSD 3-Clause
   
   This copyright of University of Oslo shouldn't be there.



##########
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:
   This should be 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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org