Skip to content

Releases: xdev-software/spring-data-eclipse-store-migration

v2.5.3

24 Jul 10:44
Compare
Choose a tag to compare

Changelog

See Changelog#v2.5.3 for more information.

Usage

Execute the following maven command in the maven project that you want to migrate:

mvn org.openrewrite.maven:rewrite-maven-plugin:run \
-Drewrite.recipeArtifactCoordinates=software.xdev:spring-data-eclipse-store-migration:2.5.3 \
-Drewrite.activeRecipes=software.xdev.spring.data.eclipse.store.JpaMigration

v1.0.1

20 May 11:13
Compare
Choose a tag to compare

Changelog

See Changelog#v1.0.1 for more information.

Usage

Execute the following maven command in the maven project that you want to migrate:

mvn org.openrewrite.maven:rewrite-maven-plugin:run \
-Drewrite.recipeArtifactCoordinates=software.xdev:spring-data-eclipse-store-migration:1.0.1 \
-Drewrite.activeRecipes=software.xdev.spring.data.eclipse.store.JpaMigration

v1.0.0

13 Feb 14:23
Compare
Choose a tag to compare

Changelog

See Changelog#v1.0.0 for more information.

Usage

Execute the following maven command in the maven project that you want to migrate:

mvn org.openrewrite.maven:rewrite-maven-plugin:run \
-Drewrite.recipeArtifactCoordinates=software.xdev:spring-data-eclipse-store-migration:1.0.0 \
-Drewrite.activeRecipes=software.xdev.spring.data.eclipse.store.JpaMigration