Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Jul 11, 2022
1 parent fcf428c commit a4c906e
Show file tree
Hide file tree
Showing 17 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions extensions/neo4j-migrations-formats-adoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-parent</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -129,7 +129,7 @@
</excludes>
</artifactSet>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
<filters>
<filter>
Expand Down
10 changes: 5 additions & 5 deletions neo4j-migrations-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-parent</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2</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 @@ -107,7 +107,7 @@
<reuseForks>false</reuseForks>
<environmentVariables>
<superSecretSuperPassword>Geheim</superSecretSuperPassword>
<emptySecret />
<emptySecret/>
</environmentVariables>
</configuration>
</plugin>
Expand Down Expand Up @@ -137,7 +137,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 @@ -22,7 +22,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-parent</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2</version>
</parent>

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

<artifactId>neo4j-migrations-examples-sb-testharness</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-examples</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2</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 @@ -22,7 +22,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-parent</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2</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 @@ -22,7 +22,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-parent</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2</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 @@ -22,7 +22,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-quarkus-parent</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2</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 @@ -22,7 +22,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-quarkus-parent</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2</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 @@ -22,7 +22,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-parent</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2</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 @@ -22,7 +22,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-quarkus-parent</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2</version>
</parent>

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

<artifactId>neo4j-migrations-spring-boot-autoconfigure</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-spring-boot-starter-parent</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2</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 @@ -22,7 +22,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-parent</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2</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 @@ -22,7 +22,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-parent</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2</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 @@ -22,7 +22,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-parent</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2</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 @@ -21,7 +21,7 @@

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

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

Expand Down Expand Up @@ -103,7 +103,7 @@
<graalvm.version>21.3.2</graalvm.version>
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
<japicmp-maven-plugin.version>0.15.7</japicmp-maven-plugin.version>
<java-module-name />
<java-module-name/>
<java.version>8</java.version>
<junit-jupiter-causal-cluster-testcontainer-extension.version>2022.0.6</junit-jupiter-causal-cluster-testcontainer-extension.version>
<!-- to be overridden in sub modules -->
Expand Down Expand Up @@ -724,7 +724,7 @@
<requireJavaVersion>
<version>17</version>
</requireJavaVersion>
<DependencyConvergence />
<DependencyConvergence/>
<requireMavenVersion>
<version>${maven.version}</version>
</requireMavenVersion>
Expand Down Expand Up @@ -858,9 +858,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 a4c906e

Please sign in to comment.