From d7fb7aaaa28034067ca4f2f7b4948c2847412764 Mon Sep 17 00:00:00 2001 From: Andreas Keefer Date: Sat, 16 Mar 2024 09:38:32 +0100 Subject: [PATCH] prepare 0.5.1 release --- README.md | 6 +++--- elasticsearch-evolution-core/pom.xml | 2 +- pom.xml | 2 +- spring-boot-starter-elasticsearch-evolution/pom.xml | 2 +- tests/migration-scripts/pom.xml | 2 +- tests/pom.xml | 2 +- tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml | 2 +- tests/test-spring-boot-2.2/pom.xml | 2 +- tests/test-spring-boot-2.3/pom.xml | 2 +- tests/test-spring-boot-2.4/pom.xml | 2 +- tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml | 2 +- tests/test-spring-boot-2.6/pom.xml | 2 +- tests/test-spring-boot-2.7/pom.xml | 2 +- tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml | 2 +- tests/test-spring-boot-3.1/pom.xml | 2 +- tests/test-spring-boot-3.2/pom.xml | 2 +- 16 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index e2d9e4f9..cc138875 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ First add the latest version of Elasticsearch-Evolution spring boot starter as a com.senacor.elasticsearch.evolution spring-boot-starter-elasticsearch-evolution - 0.5.0 + 0.5.1 ``` @@ -77,7 +77,7 @@ First add the latest version of Elasticsearch-Evolution core as a dependency: com.senacor.elasticsearch.evolution elasticsearch-evolution-core - 0.5.0 + 0.5.1 ``` @@ -291,7 +291,7 @@ ElasticsearchEvolution.configure() ## 6 changelog -### v0.5.1-SNAPSHOT +### v0.5.1 - version updates (spring-boot 2.7.18) - added regression tests for spring boot 3.2 diff --git a/elasticsearch-evolution-core/pom.xml b/elasticsearch-evolution-core/pom.xml index b99bc1d2..2eacc228 100644 --- a/elasticsearch-evolution-core/pom.xml +++ b/elasticsearch-evolution-core/pom.xml @@ -6,7 +6,7 @@ com.senacor.elasticsearch.evolution elasticsearch-evolution-parent - 0.5.1-SNAPSHOT + 0.5.1 ../ elasticsearch-evolution-core diff --git a/pom.xml b/pom.xml index 325cb849..bf42ec08 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.senacor.elasticsearch.evolution elasticsearch-evolution-parent - 0.5.1-SNAPSHOT + 0.5.1 pom org.springframework.boot diff --git a/spring-boot-starter-elasticsearch-evolution/pom.xml b/spring-boot-starter-elasticsearch-evolution/pom.xml index 0b90cd76..4727c5b4 100644 --- a/spring-boot-starter-elasticsearch-evolution/pom.xml +++ b/spring-boot-starter-elasticsearch-evolution/pom.xml @@ -6,7 +6,7 @@ com.senacor.elasticsearch.evolution elasticsearch-evolution-parent - 0.5.1-SNAPSHOT + 0.5.1 ../ spring-boot-starter-elasticsearch-evolution diff --git a/tests/migration-scripts/pom.xml b/tests/migration-scripts/pom.xml index d434ba81..a7f64333 100644 --- a/tests/migration-scripts/pom.xml +++ b/tests/migration-scripts/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.senacor.elasticsearch.evolution migration-scripts - 0.5.1-SNAPSHOT + 0.5.1 jar containing migration files jar diff --git a/tests/pom.xml b/tests/pom.xml index ea6f1a45..711ab312 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -6,7 +6,7 @@ com.senacor.elasticsearch.evolution elasticsearch-evolution-parent - 0.5.1-SNAPSHOT + 0.5.1 ../ tests diff --git a/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml b/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml index db1d011a..0a009239 100644 --- a/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml @@ -10,7 +10,7 @@ com.senacor.elasticsearch.evolution test-spring-boot-2.1-scriptsInJarFile - 0.5.1-SNAPSHOT + 0.5.1 Demo project for Spring Boot diff --git a/tests/test-spring-boot-2.2/pom.xml b/tests/test-spring-boot-2.2/pom.xml index d1fd31fd..5b048f90 100644 --- a/tests/test-spring-boot-2.2/pom.xml +++ b/tests/test-spring-boot-2.2/pom.xml @@ -10,7 +10,7 @@ com.senacor.elasticsearch.evolution test-spring-boot-2.2 - 0.5.1-SNAPSHOT + 0.5.1 Demo project for Spring Boot diff --git a/tests/test-spring-boot-2.3/pom.xml b/tests/test-spring-boot-2.3/pom.xml index ba84ddf4..0e021f1d 100644 --- a/tests/test-spring-boot-2.3/pom.xml +++ b/tests/test-spring-boot-2.3/pom.xml @@ -10,7 +10,7 @@ com.senacor.elasticsearch.evolution test-spring-boot-2.3 - 0.5.1-SNAPSHOT + 0.5.1 Demo project for Spring Boot diff --git a/tests/test-spring-boot-2.4/pom.xml b/tests/test-spring-boot-2.4/pom.xml index b677f73c..e4e02b84 100644 --- a/tests/test-spring-boot-2.4/pom.xml +++ b/tests/test-spring-boot-2.4/pom.xml @@ -10,7 +10,7 @@ com.senacor.elasticsearch.evolution test-spring-boot-2.4 - 0.5.1-SNAPSHOT + 0.5.1 Demo project for Spring Boot diff --git a/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml b/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml index f402454f..2f536bee 100644 --- a/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml @@ -10,7 +10,7 @@ com.senacor.elasticsearch.evolution test-spring-boot-2.5-scriptsInJarFile - 0.5.1-SNAPSHOT + 0.5.1 Demo project for Spring Boot diff --git a/tests/test-spring-boot-2.6/pom.xml b/tests/test-spring-boot-2.6/pom.xml index 2b2d834b..a57098d9 100644 --- a/tests/test-spring-boot-2.6/pom.xml +++ b/tests/test-spring-boot-2.6/pom.xml @@ -10,7 +10,7 @@ com.senacor.elasticsearch.evolution test-spring-boot-2.6 - 0.5.1-SNAPSHOT + 0.5.1 Demo project for Spring Boot diff --git a/tests/test-spring-boot-2.7/pom.xml b/tests/test-spring-boot-2.7/pom.xml index 528cf187..90540d31 100644 --- a/tests/test-spring-boot-2.7/pom.xml +++ b/tests/test-spring-boot-2.7/pom.xml @@ -10,7 +10,7 @@ com.senacor.elasticsearch.evolution test-spring-boot-2.7 - 0.5.1-SNAPSHOT + 0.5.1 Demo project for Spring Boot diff --git a/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml b/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml index 0a16f064..94b7af3a 100644 --- a/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml @@ -10,7 +10,7 @@ com.senacor.elasticsearch.evolution test-spring-boot-3.0-scriptsInJarFile - 0.5.1-SNAPSHOT + 0.5.1 Demo project for Spring Boot diff --git a/tests/test-spring-boot-3.1/pom.xml b/tests/test-spring-boot-3.1/pom.xml index a33038ed..4f051675 100644 --- a/tests/test-spring-boot-3.1/pom.xml +++ b/tests/test-spring-boot-3.1/pom.xml @@ -10,7 +10,7 @@ com.senacor.elasticsearch.evolution test-spring-boot-3.1 - 0.5.1-SNAPSHOT + 0.5.1 Demo project for Spring Boot diff --git a/tests/test-spring-boot-3.2/pom.xml b/tests/test-spring-boot-3.2/pom.xml index 8e6cf545..81763832 100644 --- a/tests/test-spring-boot-3.2/pom.xml +++ b/tests/test-spring-boot-3.2/pom.xml @@ -10,7 +10,7 @@ com.senacor.elasticsearch.evolution test-spring-boot-3.2 - 0.5.1-SNAPSHOT + 0.5.1 Demo project for Spring Boot