Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Aug 18, 2020
1 parent d821753 commit b052ffb
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 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.13-SNAPSHOT</version>
<version>0.0.13</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.13-SNAPSHOT</version>
<version>0.0.13</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.13-SNAPSHOT</version>
<version>0.0.13</version>
</parent>

<artifactId>neo4j-migrations</artifactId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-test-resources</artifactId>
<version>0.0.13-SNAPSHOT</version>
<version>0.0.13</version>
<scope>test</scope>
</dependency>

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.0.13-SNAPSHOT</version>
<version>0.0.13</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.0.13-SNAPSHOT</version>
<version>0.0.13</version>
</dependency>
<dependency>
<groupId>junit</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.13-SNAPSHOT</version>
<version>0.0.13</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.13-SNAPSHOT</version>
<version>0.0.13</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.0.13-SNAPSHOT</version>
<version>0.0.13</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.13-SNAPSHOT</version>
<version>0.0.13</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.13-SNAPSHOT</version>
<version>0.0.13</version>
</parent>

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

<name>Neo4j Migrations</name>
Expand Down Expand Up @@ -49,7 +49,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.0.13</tag>
<url>https://github.com/michael-simons/neo4j-migrations</url>
</scm>

Expand Down

0 comments on commit b052ffb

Please sign in to comment.