Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Oct 18, 2021
1 parent e03cc6e commit 9306267
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions neo4j-migrations-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-parent</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

<artifactId>neo4j-migrations-cli</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
Expand Down
4 changes: 2 additions & 2 deletions neo4j-migrations-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-parent</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

<artifactId>neo4j-migrations</artifactId>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-test-resources</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-examples</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

<groupId>eu.michael-simons.neo4j</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-examples</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

<groupId>eu.michael-simons.neo4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion neo4j-migrations-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-parent</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

<artifactId>neo4j-migrations-examples</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions neo4j-migrations-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-parent</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

<artifactId>neo4j-migrations-maven-plugin</artifactId>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-spring-boot-starter-parent</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

<artifactId>neo4j-migrations-spring-boot-autoconfigure</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-spring-boot-starter-parent</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

<artifactId>neo4j-migrations-spring-boot-starter</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-spring-boot-autoconfigure</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions neo4j-migrations-spring-boot-starter-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-parent</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-spring-boot-starter-parent</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
<packaging>pom</packaging>

<name>Neo4j Migrations (Spring Boot Starter Parent)</name>
Expand Down
2 changes: 1 addition & 1 deletion neo4j-migrations-test-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-parent</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

<artifactId>neo4j-migrations-test-resources</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-parent</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
<packaging>pom</packaging>

<name>Neo4j Migrations</name>
Expand Down Expand Up @@ -50,7 +50,7 @@
<scm>
<connection>scm:git:[email protected]:michael-simons/neo4j-migrations.git</connection>
<developerConnection>scm:git:[email protected]:michael-simons/neo4j-migrations.git</developerConnection>
<tag>HEAD</tag>
<tag>0.3.2</tag>
<url>https://github.com/michael-simons/neo4j-migrations</url>
</scm>

Expand Down

0 comments on commit 9306267

Please sign in to comment.