Fluent Commerce Logo
Docs
Sign In

Upgrade an Existing Plugin to the latest SDK

How-to Guide

Author:

Fluent Commerce

Changed on:

13 Dec 2023

Key Points

  • Upgrade an Existing Plugin to the latest SDK

Steps

Upgrade an Existing Plugin to the latest SDK

Step arrow right iconStep 1

In your project's `pom.xml` file, locate the `rubix-plugin-base.version` property and update the version.

For example:

1```xml
2<!-- FROM: -->
3<rubix-plugin-base.version>1.2018.9</rubix-plugin-base.version>
4```
5
6```xml
7<!-- TO: -->
8<rubix-plugin-base.version>1.2018.11</rubix-plugin-base.version>
9```

Step arrow right iconStep 2

Next, locate the `fluent-api-client.version` property, and update the value.

For example:

1```xml
2<!-- FROM: -->
3<fluent-api-client.version>1.2018.9</fluent-api-client.version>
4```
5
6```xml
7<!-- TO: -->
8<fluent-api-client.version>1.2018.11</fluent-api-client.version>
9```

That's it! Your project will now be using the latest version of the Rules SDK.

Fluent Commerce

Fluent Commerce