Skip to content

Commit

Permalink
prepare 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
xtermi2 committed Nov 16, 2023
1 parent b35ff2d commit ec554bd
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ ElasticsearchEvolution.configure()

## 6 changelog

### v0.5.0-SNAPSHOT
### v0.5.0

- added spring boot configuration metadata [#240](https://github.com/senacor/elasticsearch-evolution/pull/240)
- replaces unmaintained [org.reflections](https://github.com/ronmamo/reflections) library with [classgraph](https://github.com/classgraph/classgraph) to scan the classpath for migration files. Fixes [#239](https://github.com/senacor/elasticsearch-evolution/issues/239)
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch-evolution-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.senacor.elasticsearch.evolution</groupId>
<artifactId>elasticsearch-evolution-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../</relativePath>
</parent>
<artifactId>elasticsearch-evolution-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.senacor.elasticsearch.evolution</groupId>
<artifactId>elasticsearch-evolution-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>pom</packaging>
<parent>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-starter-elasticsearch-evolution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.senacor.elasticsearch.evolution</groupId>
<artifactId>elasticsearch-evolution-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../</relativePath>
</parent>
<artifactId>spring-boot-starter-elasticsearch-evolution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/migration-scripts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.senacor.elasticsearch.evolution</groupId>
<artifactId>migration-scripts</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<description>jar containing migration files</description>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.senacor.elasticsearch.evolution</groupId>
<artifactId>elasticsearch-evolution-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../</relativePath>
</parent>
<artifactId>tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.senacor.elasticsearch.evolution</groupId>
<artifactId>test-spring-boot-2.1-scriptsInJarFile</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<description>Demo project for Spring Boot</description>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-spring-boot-2.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.senacor.elasticsearch.evolution</groupId>
<artifactId>test-spring-boot-2.2</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<description>Demo project for Spring Boot</description>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-spring-boot-2.3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.senacor.elasticsearch.evolution</groupId>
<artifactId>test-spring-boot-2.3</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<description>Demo project for Spring Boot</description>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-spring-boot-2.4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.senacor.elasticsearch.evolution</groupId>
<artifactId>test-spring-boot-2.4</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<description>Demo project for Spring Boot</description>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.senacor.elasticsearch.evolution</groupId>
<artifactId>test-spring-boot-2.5-scriptsInJarFile</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<description>Demo project for Spring Boot</description>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-spring-boot-2.6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.senacor.elasticsearch.evolution</groupId>
<artifactId>test-spring-boot-2.6</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<description>Demo project for Spring Boot</description>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-spring-boot-2.7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.senacor.elasticsearch.evolution</groupId>
<artifactId>test-spring-boot-2.7</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<description>Demo project for Spring Boot</description>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.senacor.elasticsearch.evolution</groupId>
<artifactId>test-spring-boot-3.0-scriptsInJarFile</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<description>Demo project for Spring Boot</description>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-spring-boot-3.1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.senacor.elasticsearch.evolution</groupId>
<artifactId>test-spring-boot-3.1</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<description>Demo project for Spring Boot</description>

<properties>
Expand Down

0 comments on commit ec554bd

Please sign in to comment.