Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Mar 4, 2024
1 parent ad36d36 commit d0d008a
Show file tree
Hide file tree
Showing 24 changed files with 40 additions and 40 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.2</version>
<version>2.9.3-SNAPSHOT</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.2</version>
<version>2.9.3-SNAPSHOT</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.2</version>
<version>2.9.3-SNAPSHOT</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.2</version>
<version>2.9.3-SNAPSHOT</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.2</version>
<version>2.9.3-SNAPSHOT</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.2</version>
<version>2.9.3-SNAPSHOT</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.2</version>
<version>2.9.3-SNAPSHOT</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.2</version>
<version>2.9.3-SNAPSHOT</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.2</version>
<version>2.9.3-SNAPSHOT</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.2</version>
<version>2.9.3-SNAPSHOT</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.2</version>
<version>2.9.3-SNAPSHOT</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.2</version>
<version>2.9.3-SNAPSHOT</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.2</version>
<version>2.9.3-SNAPSHOT</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.2</version>
<version>2.9.3-SNAPSHOT</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.2</version>
<version>2.9.3-SNAPSHOT</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.2</version>
<version>2.9.3-SNAPSHOT</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.2</version>
<version>2.9.3-SNAPSHOT</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.2</version>
<version>2.9.3-SNAPSHOT</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.2</version>
<version>2.9.3-SNAPSHOT</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.2</version>
<version>2.9.3-SNAPSHOT</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.2</version>
<version>2.9.3-SNAPSHOT</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.2</version>
<version>2.9.3-SNAPSHOT</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.2</version>
<version>2.9.3-SNAPSHOT</version>
</parent>

<artifactId>neo4j-migrations-test-results</artifactId>
Expand Down
16 changes: 8 additions & 8 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.2</version>
<version>2.9.3-SNAPSHOT</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>2.9.2</tag>
<tag>HEAD</tag>
<url>https://github.com/michael-simons/neo4j-migrations</url>
</scm>

Expand Down Expand Up @@ -117,7 +117,7 @@
<guava.version>33.0.0-jre</guava.version>
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<japicmp-maven-plugin.version>0.19.1</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 @@ -152,7 +152,7 @@
<moditect-maven-plugin.version>1.1.0</moditect-maven-plugin.version>
<native.maven.plugin.version>0.10.1</native.maven.plugin.version>
<neo4j-java-driver.version>5.18.0</neo4j-java-driver.version>
<neo4j-migrations.previous.version>2.9.1</neo4j-migrations.previous.version>
<neo4j-migrations.previous.version>2.9.2</neo4j-migrations.previous.version>
<neo4j-ogm.version>4.0.9</neo4j-ogm.version>
<neo4j.image>neo4j:5.10</neo4j.image>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
Expand Down Expand Up @@ -788,7 +788,7 @@
<requireJavaVersion>
<version>21</version>
</requireJavaVersion>
<DependencyConvergence/>
<DependencyConvergence />
<requireMavenVersion>
<version>${maven.version}</version>
</requireMavenVersion>
Expand Down Expand Up @@ -923,9 +923,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 d0d008a

Please sign in to comment.