Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Mar 18, 2024
1 parent 4667096 commit 933b924
Show file tree
Hide file tree
Showing 24 changed files with 39 additions and 39 deletions.
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-annotation-processing</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
</parent>

<artifactId>neo4j-migrations-annotation-catalog</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/neo4j-migrations-annotation-processing/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>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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-annotation-processing</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
</parent>

<artifactId>neo4j-migrations-annotation-processor-api</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-annotation-processing</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
</parent>

<artifactId>neo4j-migrations-annotation-processor</artifactId>
Expand Down
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>2.9.3-SNAPSHOT</version>
<version>2.9.3</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
2 changes: 1 addition & 1 deletion extensions/neo4j-migrations-formats-csv/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>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions extensions/neo4j-migrations-formats-markdown/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>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -103,7 +103,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>2.9.3-SNAPSHOT</version>
<version>2.9.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>true</skipCompress>
Expand Down Expand Up @@ -118,7 +118,7 @@
<reuseForks>false</reuseForks>
<environmentVariables>
<superSecretSuperPassword>Geheim</superSecretSuperPassword>
<emptySecret />
<emptySecret/>
</environmentVariables>
<useModulePath>false</useModulePath>
</configuration>
Expand Down Expand Up @@ -164,7 +164,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>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
</parent>

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

<artifactId>neo4j-migrations-cluster-tests</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>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
</parent>

<artifactId>neo4j-migrations-examples-sb-testharness</artifactId>
Expand Down Expand Up @@ -163,7 +163,7 @@
<configuration>
<skip>true</skip>
</configuration>
<reportSets />
<reportSets/>
</plugin>
</plugins>
</reporting>
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>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
</parent>

<artifactId>neo4j-migrations-examples-sb</artifactId>
Expand Down Expand Up @@ -202,7 +202,7 @@
<configuration>
<skip>true</skip>
</configuration>
<reportSets />
<reportSets/>
</plugin>
</plugins>
</reporting>
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>2.9.3-SNAPSHOT</version>
<version>2.9.3</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 @@ -22,7 +22,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-parent</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
</parent>

<artifactId>neo4j-migrations-maven-plugin</artifactId>
Expand Down Expand Up @@ -330,7 +330,7 @@
<configuration>
<skip>true</skip>
</configuration>
<reportSets />
<reportSets/>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
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>2.9.3-SNAPSHOT</version>
<version>2.9.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 @@ -22,7 +22,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-quarkus-parent</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.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 @@ -22,7 +22,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-parent</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.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 @@ -22,7 +22,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-quarkus-parent</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.3</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>2.9.3-SNAPSHOT</version>
<version>2.9.3</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>2.9.3-SNAPSHOT</version>
<version>2.9.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 @@ -22,7 +22,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-parent</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.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 @@ -22,7 +22,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-parent</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.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 @@ -22,7 +22,7 @@
<parent>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-parent</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.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 @@ -21,7 +21,7 @@

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

<name>Neo4j Migrations</name>
Expand Down Expand Up @@ -78,7 +78,7 @@
<scm>
<connection>scm:git:git@github.com:michael-simons/neo4j-migrations.git</connection>
<developerConnection>scm:git:git@github.com:michael-simons/neo4j-migrations.git</developerConnection>
<tag>HEAD</tag>
<tag>2.9.3</tag>
<url>https://github.com/michael-simons/neo4j-migrations</url>
</scm>

Expand Down Expand Up @@ -117,7 +117,7 @@
<guava.version>33.1.0-jre</guava.version>
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<japicmp-maven-plugin.version>0.20.0</japicmp-maven-plugin.version>
<java-module-name />
<java-module-name/>
<java.version>17</java.version>
<!-- to be overridden in sub modules -->
<junit.jupiter.version>5.10.2</junit.jupiter.version>
Expand Down Expand Up @@ -790,7 +790,7 @@
<requireJavaVersion>
<version>21</version>
</requireJavaVersion>
<DependencyConvergence />
<DependencyConvergence/>
<requireMavenVersion>
<version>${maven.version}</version>
</requireMavenVersion>
Expand Down Expand Up @@ -925,9 +925,9 @@
<attributes>
<icons>font</icons>
<toc>left</toc>
<setanchors />
<idprefix />
<idseparator />
<setanchors/>
<idprefix/>
<idseparator/>
<imagesdir>${docsImagesDir}</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 933b924

Please sign in to comment.