-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare for next development iteration
- Loading branch information
1 parent
5cadcf1
commit e1f0644
Showing
23 changed files
with
39 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
|
||
<groupId>eu.michael-simons.neo4j</groupId> | ||
<artifactId>neo4j-migrations-parent</artifactId> | ||
<version>2.7.0</version> | ||
<version>2.7.1-SNAPSHOT</version> | ||
<packaging>pom</packaging> | ||
|
||
<name>Neo4j Migrations</name> | ||
|
@@ -78,7 +78,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>2.7.0</tag> | ||
<tag>HEAD</tag> | ||
<url>https://github.com/michael-simons/neo4j-migrations</url> | ||
</scm> | ||
|
||
|
@@ -117,7 +117,7 @@ | |
<guava.version>32.1.3-jre</guava.version> | ||
<jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version> | ||
<japicmp-maven-plugin.version>0.18.1</japicmp-maven-plugin.version> | ||
<java-module-name/> | ||
<java-module-name /> | ||
<java.version>17</java.version> | ||
<junit-jupiter-causal-cluster-testcontainer-extension.version>2022.1.8</junit-jupiter-causal-cluster-testcontainer-extension.version> | ||
<!-- to be overridden in sub modules --> | ||
|
@@ -153,7 +153,7 @@ | |
<moditect-maven-plugin.version>1.0.0.Final</moditect-maven-plugin.version> | ||
<native.maven.plugin.version>0.9.28</native.maven.plugin.version> | ||
<neo4j-java-driver.version>5.13.0</neo4j-java-driver.version> | ||
<neo4j-migrations.previous.version>2.6.0</neo4j-migrations.previous.version> | ||
<neo4j-migrations.previous.version>2.7.0</neo4j-migrations.previous.version> | ||
<neo4j-ogm.version>4.0.8</neo4j-ogm.version> | ||
<neo4j.image>neo4j:5.10</neo4j.image> | ||
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version> | ||
|
@@ -792,7 +792,7 @@ | |
<requireJavaVersion> | ||
<version>${java.version}</version> | ||
</requireJavaVersion> | ||
<DependencyConvergence/> | ||
<DependencyConvergence /> | ||
<requireMavenVersion> | ||
<version>${maven.version}</version> | ||
</requireMavenVersion> | ||
|
@@ -927,9 +927,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> | ||
|