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 1
In your plugin project's
`pom.xml`
`rubix-plugin-base.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```
Language: xml
Name: Example
Description:
[Warning: empty required content area]Step 2
Next, locate the
`fluent-api-client.version`
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```
Language: xml
Name: Example
Description:
[Warning: empty required content area]That's it! Your project will now be using the latest version of the Rules SDK.