Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Feb 14, 2022
1 parent 2e3cd22 commit 282128f
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 26 deletions.
10 changes: 5 additions & 5 deletions neo4j-migrations-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-parent</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>

<artifactId>neo4j-migrations-cli</artifactId>
<name>Neo4j Migrations (CLI)</name>
<description>CLI module, packaged as JVM and native assemblies.</description>

<properties>
<assembly-suffix />
<assembly-suffix/>
<covered-ratio-complexity>0.1</covered-ratio-complexity>
<covered-ratio-instructions>0.03</covered-ratio-instructions>
<executable-suffix />
<executable-suffix/>
<java-module-name>ac.simons.neo4j.migrations.cli</java-module-name>
<name-of-main-class>ac.simons.neo4j.migrations.cli.MigrationsCli</name-of-main-class>
<skipCompress>false</skipCompress>
Expand Down Expand Up @@ -90,7 +90,7 @@
<reuseForks>false</reuseForks>
<environmentVariables>
<superSecretSuperPassword>Geheim</superSecretSuperPassword>
<emptySecret />
<emptySecret/>
</environmentVariables>
</configuration>
</plugin>
Expand Down Expand Up @@ -120,7 +120,7 @@
<executable>java</executable>
<arguments>
<argument>-classpath</argument>
<classpath />
<classpath/>
<argument>${name-of-main-class}</argument>
<argument>generate-completion</argument>
</arguments>
Expand Down
2 changes: 1 addition & 1 deletion 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>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>

<artifactId>neo4j-migrations</artifactId>
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>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>

<artifactId>neo4j-migrations-examples-sb-testharness</artifactId>
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>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>

<artifactId>neo4j-migrations-examples-sb</artifactId>
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>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>

<artifactId>neo4j-migrations-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>

<artifactId>neo4j-migrations-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion neo4j-migrations-quarkus-parent/deployment/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-quarkus-parent</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>

<artifactId>neo4j-migrations-quarkus-deployment</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion neo4j-migrations-quarkus-parent/integration-tests/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-quarkus-parent</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>

<artifactId>neo4j-migrations-quarkus-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion neo4j-migrations-quarkus-parent/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>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>

<artifactId>neo4j-migrations-quarkus-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion neo4j-migrations-quarkus-parent/runtime/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-quarkus-parent</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>

<artifactId>neo4j-migrations-quarkus</artifactId>
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>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>

<artifactId>neo4j-migrations-spring-boot-autoconfigure</artifactId>
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>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>

<artifactId>neo4j-migrations-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion neo4j-migrations-spring-boot-starter-parent/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>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>

<artifactId>neo4j-migrations-spring-boot-starter-parent</artifactId>
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>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>

<artifactId>neo4j-migrations-test-resources</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion neo4j-migrations-test-results/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>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>

<artifactId>neo4j-migrations-test-results</artifactId>
Expand Down
14 changes: 7 additions & 7 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>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
<packaging>pom</packaging>

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

Expand Down Expand Up @@ -82,7 +82,7 @@
<graalvm.version>22.0.0.2</graalvm.version>
<jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version>
<japicmp-maven-plugin.version>0.15.6</japicmp-maven-plugin.version>
<java-module-name />
<java-module-name/>
<java.version>8</java.version>
<junit-jupiter-causal-cluster-testcontainer-extension.version>2022.0.1</junit-jupiter-causal-cluster-testcontainer-extension.version>
<!-- to be overridden in sub modules -->
Expand Down Expand Up @@ -582,7 +582,7 @@
<requireJavaVersion>
<version>17</version>
</requireJavaVersion>
<DependencyConvergence />
<DependencyConvergence/>
<requireMavenVersion>
<version>${maven.version}</version>
</requireMavenVersion>
Expand Down Expand Up @@ -710,9 +710,9 @@
<attributes>
<icons>font</icons>
<toc>left</toc>
<setanchors />
<idprefix />
<idseparator />
<setanchors/>
<idprefix/>
<idseparator/>
<imagesdir>img</imagesdir>
<neo4j-java-driver-version>${neo4j-java-driver.version}</neo4j-java-driver-version>
<neo4j-migrations.version>${project.version}</neo4j-migrations.version>
Expand Down

0 comments on commit 282128f

Please sign in to comment.