Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Apr 4, 2023
1 parent 841846e commit 20cd1fd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-quarkus-parent</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.3</version>
</parent>
<artifactId>neo4j-ogm-quarkus-deployment</artifactId>
<name>Neo4j-OGM (Quarkus Deployment)</name>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-quarkus-parent</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.3</version>
</parent>
<artifactId>neo4j-ogm-quarkus-integration-tests</artifactId>
<name>Neo4j-OGM (Quarkus Integration Tests)</name>
Expand Down
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-quarkus-parent</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.3</version>
<packaging>pom</packaging>

<name>Neo4j-OGM (Quarkus Parent)</name>
Expand Down Expand Up @@ -46,15 +46,15 @@
<scm>
<connection>scm:git:[email protected]:neo4j/neo4j-ogm-quarkus.git</connection>
<developerConnection>scm:git:[email protected]:neo4j/neo4j-ogm-quarkus.git</developerConnection>
<tag>HEAD</tag>
<tag>2.2.3</tag>
<url>https://github.com/neo4j/neo4j-ogm-quarkus</url>
</scm>

<properties>
<checkstyle.version>10.9.3</checkstyle.version>
<docker-maven-plugin.version>0.42.0</docker-maven-plugin.version>
<exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
<java-module-name />
<java-module-name/>
<java.version>17</java.version>
<junit.jupiter.version>5.8.2</junit.jupiter.version>
<maven-checkstyle-plugin.version>3.2.1</maven-checkstyle-plugin.version>
Expand Down Expand Up @@ -298,7 +298,7 @@
<requireJavaVersion>
<version>${java.version}</version>
</requireJavaVersion>
<DependencyConvergence />
<DependencyConvergence/>
<requireMavenVersion>
<version>${maven.version}</version>
</requireMavenVersion>
Expand Down Expand Up @@ -537,42 +537,42 @@
<categories>
<category>
<key>features</key>
<title>🚀 Features</title>
<title>&#x1f680; Features</title>
<labels>feat</labels>
<order>10</order>
</category>
<category>
<key>fixes</key>
<title>🐛 Bug Fixes</title>
<title>&#x1f41b; Bug Fixes</title>
<labels>fix</labels>
<order>20</order>
</category>
<category>
<key>changes</key>
<title>🔄️ Refactorings</title>
<title>&#x1f504;️ Refactorings</title>
<labels>refactor</labels>
<order>25</order>
</category>
<category>
<key>docs</key>
<title>📝 Documentation</title>
<title>&#x1f4dd; Documentation</title>
<labels>docs</labels>
<order>30</order>
</category>
<category>
<key>tasks</key>
<title>🧰 Tasks</title>
<title>&#x1f9f0; Tasks</title>
<labels>chore</labels>
<order>35</order>
</category>
<category>
<title>🧹 Housekeeping</title>
<title>&#x1f9f9; Housekeeping</title>
<labels>dependabot</labels>
<order>70</order>
</category>
<category>
<key>build</key>
<title>🛠 Build</title>
<title>&#x1f6e0; Build</title>
<order>80</order>
</category>
<category>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-quarkus-parent</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.3</version>
</parent>
<artifactId>neo4j-ogm-quarkus</artifactId>
<name>Neo4j-OGM (Quarkus)</name>
Expand Down

0 comments on commit 20cd1fd

Please sign in to comment.