Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/badges/json-rpc-client-jacoco.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# java-odoo-xml-rpc

[![Static Badge](https://img.shields.io/badge/maven%20central-1.0.0-green)](https://central.sonatype.com/artifact/ch.helvethink.odoo4java/java-odoo-rpc-parent/1.0.1)
[![Static Badge](https://img.shields.io/badge/maven%20central-1.0.1-green)](https://central.sonatype.com/artifact/ch.helvethink.odoo4java/java-odoo-rpc-parent/1.0.1)

Coverage: ![rpc-core-cov](.github/badges/rpc-core-jacoco.svg)
![xml-rpc-cov](.github/badges/xml-rpc-core-jacoco.svg)
Expand Down
4 changes: 2 additions & 2 deletions java-odoo-json-rpc-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>java-odoo-json-rpc-client</artifactId>
<name>java-odoo-json-rpc-client</name>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>

<parent>
<groupId>ch.helvethink.odoo4java</groupId>
<artifactId>java-odoo-rpc-parent</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion java-odoo-rpc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>ch.helvethink.odoo4java</groupId>
<artifactId>java-odoo-rpc-parent</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion java-odoo-xml-rpc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>ch.helvethink.odoo4java</groupId>
<artifactId>java-odoo-rpc-parent</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion java-odoo-xml-rpc-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<parent>
<groupId>ch.helvethink.odoo4java</groupId>
<artifactId>java-odoo-rpc-parent</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
</parent>

<name>java-odoo-xml-rpc-plugin Maven Plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ch.helvethink.odoo4java</groupId>
<artifactId>java-odoo-rpc-parent</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Odoo RPC APIs Parent Pom</name>
Expand Down
Loading