Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Aug 19, 2024
1 parent cbef6b2 commit c665fcc
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-spring-parent</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>neo4j-ogm-spring-integration-tests</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-spring-boot-starter-parent</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>neo4j-ogm-spring-boot-autoconfigure</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-spring-boot-starter-parent</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>neo4j-ogm-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion neo4j-ogm-spring-boot-starter-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-spring-parent</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>neo4j-ogm-spring-boot-starter-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion neo4j-ogm-spring-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-spring-parent</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-spring-parent</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

<name>Neo4j-OGM (Spring Parent)</name>
Expand Down Expand Up @@ -709,4 +709,8 @@
</profile>
<?SORTPOM RESUME?>
</profiles>

<scm>
<tag>1.1.0</tag>
</scm>
</project>

0 comments on commit c665fcc

Please sign in to comment.