This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 847be2d1c51e25a6207baef8b50cd66e85f6435a Author: Claus Ibsen <[email protected]> AuthorDate: Tue Feb 28 14:32:26 2023 +0100 Polished --- components/camel-dhis2/camel-dhis2-api/pom.xml | 5 ++--- .../resources/META-INF/services/org/apache/camel/other.properties | 2 +- .../camel-dhis2-api/src/generated/resources/dhis2-api.json | 2 +- .../generated/resources/org/apache/camel/component/dhis2/dhis2.json | 2 +- .../camel-dhis2-component/src/main/docs/dhis2-component.adoc | 2 +- .../main/java/org/apache/camel/component/dhis2/Dhis2Endpoint.java | 2 +- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/components/camel-dhis2/camel-dhis2-api/pom.xml b/components/camel-dhis2/camel-dhis2-api/pom.xml index 25c01344cfb..5f0cd15f33f 100644 --- a/components/camel-dhis2/camel-dhis2-api/pom.xml +++ b/components/camel-dhis2/camel-dhis2-api/pom.xml @@ -29,12 +29,12 @@ </parent> <artifactId>camel-dhis2-api</artifactId> - <name>Camel DHIS2 API</name> + <name>Camel :: DHIS2 API</name> <description>Camel DHIS2 API</description> <packaging>jar</packaging> <properties> - <firstVersion>4.0.0-SNAPSHOT</firstVersion> + <firstVersion>4.0.0</firstVersion> </properties> <build> @@ -61,7 +61,6 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> - <version>4.6.1</version> <scope>test</scope> </dependency> </dependencies> diff --git a/components/camel-dhis2/camel-dhis2-api/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-dhis2/camel-dhis2-api/src/generated/resources/META-INF/services/org/apache/camel/other.properties index 70813d8db74..6ffbb4c5259 100644 --- a/components/camel-dhis2/camel-dhis2-api/src/generated/resources/META-INF/services/org/apache/camel/other.properties +++ b/components/camel-dhis2/camel-dhis2-api/src/generated/resources/META-INF/services/org/apache/camel/other.properties @@ -3,5 +3,5 @@ name=dhis2-api groupId=org.apache.camel artifactId=camel-dhis2-api version=4.0.0-SNAPSHOT -projectName=Camel DHIS2 API +projectName=Camel :: DHIS2 API projectDescription=Camel DHIS2 API diff --git a/components/camel-dhis2/camel-dhis2-api/src/generated/resources/dhis2-api.json b/components/camel-dhis2/camel-dhis2-api/src/generated/resources/dhis2-api.json index 860ee634c20..8926a7abef9 100644 --- a/components/camel-dhis2/camel-dhis2-api/src/generated/resources/dhis2-api.json +++ b/components/camel-dhis2/camel-dhis2-api/src/generated/resources/dhis2-api.json @@ -5,7 +5,7 @@ "title": "Dhis2 Api", "description": "Camel DHIS2 API", "deprecated": false, - "firstVersion": "4.0.0-SNAPSHOT", + "firstVersion": "4.0.0", "supportLevel": "Preview", "groupId": "org.apache.camel", "artifactId": "camel-dhis2-api", diff --git a/components/camel-dhis2/camel-dhis2-component/src/generated/resources/org/apache/camel/component/dhis2/dhis2.json b/components/camel-dhis2/camel-dhis2-component/src/generated/resources/org/apache/camel/component/dhis2/dhis2.json index 256c2bd9c84..6f2feb00021 100644 --- a/components/camel-dhis2/camel-dhis2-component/src/generated/resources/org/apache/camel/component/dhis2/dhis2.json +++ b/components/camel-dhis2/camel-dhis2-component/src/generated/resources/org/apache/camel/component/dhis2/dhis2.json @@ -5,7 +5,7 @@ "title": "DHIS2", "description": "Leverages the DHIS2 Java SDK to integrate Apache Camel with the DHIS2 Web API.", "deprecated": false, - "firstVersion": "4.0.0-SNAPSHOT", + "firstVersion": "4.0.0", "label": "api", "javaType": "org.apache.camel.component.dhis2.Dhis2Component", "supportLevel": "Preview", diff --git a/components/camel-dhis2/camel-dhis2-component/src/main/docs/dhis2-component.adoc b/components/camel-dhis2/camel-dhis2-component/src/main/docs/dhis2-component.adoc index 7bf53d55f10..b5d939160d2 100644 --- a/components/camel-dhis2/camel-dhis2-component/src/main/docs/dhis2-component.adoc +++ b/components/camel-dhis2/camel-dhis2-component/src/main/docs/dhis2-component.adoc @@ -3,7 +3,7 @@ :shortname: dhis2 :artifactid: camel-dhis2 :description: Leverages the DHIS2 Java SDK to integrate Apache Camel with the DHIS2 Web API. -:since: 4.0.0-SNAPSHOT +:since: 4.0 :supportlevel: Preview :component-header: Both producer and consumer are supported diff --git a/components/camel-dhis2/camel-dhis2-component/src/main/java/org/apache/camel/component/dhis2/Dhis2Endpoint.java b/components/camel-dhis2/camel-dhis2-component/src/main/java/org/apache/camel/component/dhis2/Dhis2Endpoint.java index 40e025461e6..e6dbbad1381 100644 --- a/components/camel-dhis2/camel-dhis2-component/src/main/java/org/apache/camel/component/dhis2/Dhis2Endpoint.java +++ b/components/camel-dhis2/camel-dhis2-component/src/main/java/org/apache/camel/component/dhis2/Dhis2Endpoint.java @@ -40,7 +40,7 @@ import org.hisp.dhis.integration.sdk.api.Dhis2Client; * Leverages the DHIS2 Java SDK to integrate Apache Camel with the DHIS2 Web API. * <p> */ -@UriEndpoint(firstVersion = "4.0.0-SNAPSHOT", scheme = "dhis2", title = "DHIS2", syntax = "dhis2:methodName", +@UriEndpoint(firstVersion = "4.0.0", scheme = "dhis2", title = "DHIS2", syntax = "dhis2:methodName", apiSyntax = "apiName/methodName", category = { Category.API }) public class Dhis2Endpoint extends AbstractApiEndpoint<Dhis2ApiName, Dhis2Configuration> {
