Skip to content

Commit

Permalink
prepare 0.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
xtermi2 committed Mar 26, 2021
1 parent f65cd64 commit 25caa52
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 13 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Successful executed migration scripts will not be executed again!

## 2 Features

- tested on Java 8, 9, 10, 11, 12, 13, 14 and 15
- tested on Java 8, 9, 10, 11, 12, 13, 14, 15 and 16
- runs on Spring-Boot 2.1, 2.2, 2.3 and 2.4 (and of course without Spring-Boot)
- runs on Elasticsearch version 7.5.0+
- highly configurable (e.g. location(s) of your migration files, migration files format pattern)
Expand Down Expand Up @@ -51,7 +51,7 @@ First add the latest version of Elasticsearch-Evolution spring boot starter as a
<dependency>
<groupId>com.senacor.elasticsearch.evolution</groupId>
<artifactId>spring-boot-starter-elasticsearch-evolution</artifactId>
<version>0.3.1</version>
<version>0.3.2</version>
</dependency>
```

Expand All @@ -75,7 +75,7 @@ First add the latest version of Elasticsearch-Evolution core as a dependency:
<dependency>
<groupId>com.senacor.elasticsearch.evolution</groupId>
<artifactId>elasticsearch-evolution-core</artifactId>
<version>0.3.1</version>
<version>0.3.2</version>
</dependency>
```

Expand Down Expand Up @@ -277,10 +277,16 @@ ElasticsearchEvolution.configure()

## 6 changelog

### v0.3.2-SNAPSHOT
### v0.3.3-SNAPSHOT

- ...

### v0.3.2

- fixed issue [#36](https://github.com/senacor/elasticsearch-evolution/issues/36)
- added java 16 compatibility tests
- added Elasticsearch 7.12 compatibility tests

### v0.3.1

- fixed issue [#29](https://github.com/senacor/elasticsearch-evolution/issues/29)
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.3.2-SNAPSHOT</version>
<version>0.3.2</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.3.2-SNAPSHOT</version>
<version>0.3.2</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.3.2-SNAPSHOT</version>
<version>0.3.2</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.3.2-SNAPSHOT</version>
<version>0.3.2</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.3.2-SNAPSHOT</version>
<version>0.3.2</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.3.2-SNAPSHOT</version>
<version>0.3.2</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.3.2-SNAPSHOT</version>
<version>0.3.2</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.3.2-SNAPSHOT</version>
<version>0.3.2</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.3.2-SNAPSHOT</version>
<version>0.3.2</version>
<description>Demo project for Spring Boot</description>

<properties>
Expand Down

0 comments on commit 25caa52

Please sign in to comment.