Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Jan 28, 2020
1 parent 5cb415e commit 4b1ef6e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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.0.10-SNAPSHOT</version>
<version>0.0.10</version>
</parent>

<artifactId>neo4j-migrations-cli</artifactId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations</artifactId>
<version>0.0.10-SNAPSHOT</version>
<version>0.0.10</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.0.10-SNAPSHOT</version>
<version>0.0.10</version>
</parent>

<artifactId>neo4j-migrations</artifactId>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-test-resources</artifactId>
<version>0.0.10-SNAPSHOT</version>
<version>0.0.10</version>
<scope>test</scope>
</dependency>
</dependencies>
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.0.10-SNAPSHOT</version>
<version>0.0.10</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.0.10-SNAPSHOT</version>
<version>0.0.10</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</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.0.10-SNAPSHOT</version>
<version>0.0.10</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.0.10-SNAPSHOT</version>
<version>0.0.10</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.0.10-SNAPSHOT</version>
<version>0.0.10</version>
</parent>

<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-spring-boot-starter-parent</artifactId>
<version>0.0.10-SNAPSHOT</version>
<version>0.0.10</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.0.10-SNAPSHOT</version>
<version>0.0.10</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.0.10-SNAPSHOT</version>
<version>0.0.10</version>
<packaging>pom</packaging>

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

<properties>
Expand Down

0 comments on commit 4b1ef6e

Please sign in to comment.