Skip to content

Commit 8ededc0

Browse files
[maven-release-plugin] prepare release 1.16.4
1 parent 68fea91 commit 8ededc0

File tree

22 files changed

+34
-34
lines changed

22 files changed

+34
-34
lines changed

extensions/neo4j-migrations-annotation-processing/catalog/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>eu.michael-simons.neo4j</groupId>
2424
<artifactId>neo4j-migrations-annotation-processing</artifactId>
25-
<version>1.16.4-SNAPSHOT</version>
25+
<version>1.16.4</version>
2626
</parent>
2727

2828
<artifactId>neo4j-migrations-annotation-catalog</artifactId>

extensions/neo4j-migrations-annotation-processing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>eu.michael-simons.neo4j</groupId>
2424
<artifactId>neo4j-migrations-parent</artifactId>
25-
<version>1.16.4-SNAPSHOT</version>
25+
<version>1.16.4</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

extensions/neo4j-migrations-annotation-processing/processor-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>eu.michael-simons.neo4j</groupId>
2424
<artifactId>neo4j-migrations-annotation-processing</artifactId>
25-
<version>1.16.4-SNAPSHOT</version>
25+
<version>1.16.4</version>
2626
</parent>
2727

2828
<artifactId>neo4j-migrations-annotation-processor-api</artifactId>

extensions/neo4j-migrations-annotation-processing/processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>eu.michael-simons.neo4j</groupId>
2424
<artifactId>neo4j-migrations-annotation-processing</artifactId>
25-
<version>1.16.4-SNAPSHOT</version>
25+
<version>1.16.4</version>
2626
</parent>
2727

2828
<artifactId>neo4j-migrations-annotation-processor</artifactId>

extensions/neo4j-migrations-formats-adoc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>eu.michael-simons.neo4j</groupId>
2424
<artifactId>neo4j-migrations-parent</artifactId>
25-
<version>1.16.4-SNAPSHOT</version>
25+
<version>1.16.4</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

@@ -129,7 +129,7 @@
129129
</excludes>
130130
</artifactSet>
131131
<transformers>
132-
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
132+
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
133133
</transformers>
134134
<filters>
135135
<filter>

extensions/neo4j-migrations-formats-markdown/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>eu.michael-simons.neo4j</groupId>
2424
<artifactId>neo4j-migrations-parent</artifactId>
25-
<version>1.16.4-SNAPSHOT</version>
25+
<version>1.16.4</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

@@ -103,7 +103,7 @@
103103
</excludes>
104104
</artifactSet>
105105
<transformers>
106-
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
106+
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
107107
</transformers>
108108
<filters>
109109
<filter>

neo4j-migrations-cli/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@
2222
<parent>
2323
<groupId>eu.michael-simons.neo4j</groupId>
2424
<artifactId>neo4j-migrations-parent</artifactId>
25-
<version>1.16.4-SNAPSHOT</version>
25+
<version>1.16.4</version>
2626
</parent>
2727

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

3232
<properties>
33-
<assembly-suffix />
33+
<assembly-suffix/>
3434
<covered-ratio-complexity>0.1</covered-ratio-complexity>
3535
<covered-ratio-instructions>0.03</covered-ratio-instructions>
36-
<executable-suffix />
36+
<executable-suffix/>
3737
<java-module-name>ac.simons.neo4j.migrations.cli</java-module-name>
3838
<name-of-main-class>ac.simons.neo4j.migrations.cli.MigrationsCli</name-of-main-class>
3939
<skipCompress>true</skipCompress>
@@ -107,7 +107,7 @@
107107
<reuseForks>false</reuseForks>
108108
<environmentVariables>
109109
<superSecretSuperPassword>Geheim</superSecretSuperPassword>
110-
<emptySecret />
110+
<emptySecret/>
111111
</environmentVariables>
112112
</configuration>
113113
</plugin>
@@ -150,7 +150,7 @@
150150
<executable>java</executable>
151151
<arguments>
152152
<argument>-classpath</argument>
153-
<classpath />
153+
<classpath/>
154154
<argument>${name-of-main-class}</argument>
155155
<argument>generate-completion</argument>
156156
</arguments>

neo4j-migrations-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>eu.michael-simons.neo4j</groupId>
2424
<artifactId>neo4j-migrations-parent</artifactId>
25-
<version>1.16.4-SNAPSHOT</version>
25+
<version>1.16.4</version>
2626
</parent>
2727

2828
<artifactId>neo4j-migrations</artifactId>

neo4j-migrations-examples/neo4j-migrations-examples-sb-testharness/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>eu.michael-simons.neo4j</groupId>
2424
<artifactId>neo4j-migrations-examples</artifactId>
25-
<version>1.16.4-SNAPSHOT</version>
25+
<version>1.16.4</version>
2626
</parent>
2727

2828
<artifactId>neo4j-migrations-examples-sb-testharness</artifactId>

neo4j-migrations-examples/neo4j-migrations-examples-sb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>eu.michael-simons.neo4j</groupId>
2424
<artifactId>neo4j-migrations-examples</artifactId>
25-
<version>1.16.4-SNAPSHOT</version>
25+
<version>1.16.4</version>
2626
</parent>
2727

2828
<artifactId>neo4j-migrations-examples-sb</artifactId>

0 commit comments

Comments
 (0)