Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett committed May 22, 2024
1 parent 3b1f5d4 commit ca923fd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions camel-frappe-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<parent>
<groupId>com.ozonehis.camel</groupId>
<artifactId>camel-frappe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>camel-frappe-api</artifactId>
<name>Camel Frappe Component API</name>
<description>API for Camel Frappe Component</description>

<properties>
<firstVersion>1.0.0-SNAPSHOT</firstVersion>
<firstVersion>1.0.0</firstVersion>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jackson.version>2.13.0</jackson.version>
Expand Down
6 changes: 3 additions & 3 deletions camel-frappe-component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.ozonehis.camel</groupId>
<artifactId>camel-frappe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>camel-frappe</artifactId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>com.ozonehis.camel</groupId>
<artifactId>camel-frappe-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<!-- logging -->
Expand Down Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>com.ozonehis.camel</groupId>
<artifactId>camel-frappe-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<classifier>sources</classifier>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Preview",
"groupId": "com.ozonehis.camel",
"artifactId": "camel-frappe",
"version": "1.0.0-SNAPSHOT",
"version": "1.0.0",
"scheme": "frappe",
"extendsScheme": "",
"syntax": "frappe:apiName\/methodName",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.ozonehis.camel</groupId>
<artifactId>camel-frappe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<name>Camel Frappe Component Parent</name>
Expand Down

0 comments on commit ca923fd

Please sign in to comment.