Fluent Commerce Logo
Docs
Sign In

Upgrade an Existing Plugin to the latest SDK

How-to Guide

Author:

Fluent Commerce staff

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 plugin 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```

Language: xml

Name: Example

Description:

[Warning: empty required content area]

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```

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.

Fluent Commerce staff

Fluent Commerce staff

Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.

Fluent Logo