File tree Expand file tree Collapse file tree 22 files changed +34
-34
lines changed
neo4j-migrations-annotation-processing
neo4j-migrations-formats-adoc
neo4j-migrations-formats-markdown
neo4j-migrations-examples
neo4j-migrations-examples-sb-testharness
neo4j-migrations-examples-sb
neo4j-migrations-maven-plugin
neo4j-migrations-quarkus-parent
neo4j-migrations-spring-boot-starter-parent
neo4j-migrations-spring-boot-autoconfigure
neo4j-migrations-spring-boot-starter
neo4j-migrations-test-resources
neo4j-migrations-test-results Expand file tree Collapse file tree 22 files changed +34
-34
lines changed Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >eu.michael-simons.neo4j</groupId >
24
24
<artifactId >neo4j-migrations-annotation-processing</artifactId >
25
- <version >1.16.4-SNAPSHOT </version >
25
+ <version >1.16.4</version >
26
26
</parent >
27
27
28
28
<artifactId >neo4j-migrations-annotation-catalog</artifactId >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >eu.michael-simons.neo4j</groupId >
24
24
<artifactId >neo4j-migrations-parent</artifactId >
25
- <version >1.16.4-SNAPSHOT </version >
25
+ <version >1.16.4</version >
26
26
<relativePath >../../pom.xml</relativePath >
27
27
</parent >
28
28
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >eu.michael-simons.neo4j</groupId >
24
24
<artifactId >neo4j-migrations-annotation-processing</artifactId >
25
- <version >1.16.4-SNAPSHOT </version >
25
+ <version >1.16.4</version >
26
26
</parent >
27
27
28
28
<artifactId >neo4j-migrations-annotation-processor-api</artifactId >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >eu.michael-simons.neo4j</groupId >
24
24
<artifactId >neo4j-migrations-annotation-processing</artifactId >
25
- <version >1.16.4-SNAPSHOT </version >
25
+ <version >1.16.4</version >
26
26
</parent >
27
27
28
28
<artifactId >neo4j-migrations-annotation-processor</artifactId >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >eu.michael-simons.neo4j</groupId >
24
24
<artifactId >neo4j-migrations-parent</artifactId >
25
- <version >1.16.4-SNAPSHOT </version >
25
+ <version >1.16.4</version >
26
26
<relativePath >../../pom.xml</relativePath >
27
27
</parent >
28
28
129
129
</excludes >
130
130
</artifactSet >
131
131
<transformers >
132
- <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
132
+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
133
133
</transformers >
134
134
<filters >
135
135
<filter >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >eu.michael-simons.neo4j</groupId >
24
24
<artifactId >neo4j-migrations-parent</artifactId >
25
- <version >1.16.4-SNAPSHOT </version >
25
+ <version >1.16.4</version >
26
26
<relativePath >../../pom.xml</relativePath >
27
27
</parent >
28
28
103
103
</excludes >
104
104
</artifactSet >
105
105
<transformers >
106
- <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
106
+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
107
107
</transformers >
108
108
<filters >
109
109
<filter >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >eu.michael-simons.neo4j</groupId >
24
24
<artifactId >neo4j-migrations-parent</artifactId >
25
- <version >1.16.4-SNAPSHOT </version >
25
+ <version >1.16.4</version >
26
26
</parent >
27
27
28
28
<artifactId >neo4j-migrations-cli</artifactId >
29
29
<name >Neo4j Migrations (CLI)</name >
30
30
<description >CLI module, packaged as JVM and native assemblies.</description >
31
31
32
32
<properties >
33
- <assembly-suffix />
33
+ <assembly-suffix />
34
34
<covered-ratio-complexity >0.1</covered-ratio-complexity >
35
35
<covered-ratio-instructions >0.03</covered-ratio-instructions >
36
- <executable-suffix />
36
+ <executable-suffix />
37
37
<java-module-name >ac.simons.neo4j.migrations.cli</java-module-name >
38
38
<name-of-main-class >ac.simons.neo4j.migrations.cli.MigrationsCli</name-of-main-class >
39
39
<skipCompress >true</skipCompress >
107
107
<reuseForks >false</reuseForks >
108
108
<environmentVariables >
109
109
<superSecretSuperPassword >Geheim</superSecretSuperPassword >
110
- <emptySecret />
110
+ <emptySecret />
111
111
</environmentVariables >
112
112
</configuration >
113
113
</plugin >
150
150
<executable >java</executable >
151
151
<arguments >
152
152
<argument >-classpath</argument >
153
- <classpath />
153
+ <classpath />
154
154
<argument >${name-of-main-class} </argument >
155
155
<argument >generate-completion</argument >
156
156
</arguments >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >eu.michael-simons.neo4j</groupId >
24
24
<artifactId >neo4j-migrations-parent</artifactId >
25
- <version >1.16.4-SNAPSHOT </version >
25
+ <version >1.16.4</version >
26
26
</parent >
27
27
28
28
<artifactId >neo4j-migrations</artifactId >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >eu.michael-simons.neo4j</groupId >
24
24
<artifactId >neo4j-migrations-examples</artifactId >
25
- <version >1.16.4-SNAPSHOT </version >
25
+ <version >1.16.4</version >
26
26
</parent >
27
27
28
28
<artifactId >neo4j-migrations-examples-sb-testharness</artifactId >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >eu.michael-simons.neo4j</groupId >
24
24
<artifactId >neo4j-migrations-examples</artifactId >
25
- <version >1.16.4-SNAPSHOT </version >
25
+ <version >1.16.4</version >
26
26
</parent >
27
27
28
28
<artifactId >neo4j-migrations-examples-sb</artifactId >
You can’t perform that action at this time.
0 commit comments