Unify and manage your data

Upgrade the Reltio Connector for MuleSoft

Learn how to upgrade the Reltio Connector for MuleSoft

To upgrade, ensure you have Anypoint Studio installed and a project with the Reltio Connector for MuleSoft. If not, see topics Install Reltio Connector for MuleSoft and Test a project with the Reltio Connector for MuleSoft.
To upgrade the Reltio Connector for MuleSoft:
  1. Launch Anypoint Studio.
  2. Locate the pom.xml file within your project's source directory.
  3. Open the pom.xml file and locate the dependency section of the connector to update.
    For example:
    
    		<dependency>
    			<groupId>com.mulesoft.connectors</groupId>
    			<artifactId>mule-reltio-connector</artifactId>
    			<version>some-old-version</version>
    			<classifier>mule-plugin</classifier>
    		</dependency>
    
  4. Update the version in the dependency element to the latest version number of the connector.
    For a list of versions, see topic Reltio Connector for MuleSoft release notes.
  5. Save the pom.xml file.
The connector in your project is now updated to the latest version.