Skip to content

Commit

Permalink
Include scm info (#124)
Browse files Browse the repository at this point in the history
* Include `scm` info

* Update pom.xml
  • Loading branch information
gastaldi authored Jun 7, 2023
1 parent 4018343 commit 769016b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<module>deployment</module>
<module>runtime</module>
</modules>
<scm>
<connection>scm:git:[email protected]:quarkiverse/quarkus-shardingsphere-jdbc.git</connection>
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-shardingsphere-jdbc.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-shardingsphere-jdbc</url>
</scm>
<properties>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
<maven.compiler.parameters>true</maven.compiler.parameters>
Expand All @@ -23,8 +28,10 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>3.1.0.Final</quarkus.version>
<antlr.version>4.10.1</antlr.version> <!-- it needs to align with the antlr4-runtime version in shardingsphere -->
<snakeyaml.version>1.33</snakeyaml.version> <!-- it needs to align with the snakeyaml version in shardingsphere -->
<antlr.version>4.10.1</antlr.version>
<!-- it needs to align with the antlr4-runtime version in shardingsphere -->
<snakeyaml.version>1.33</snakeyaml.version>
<!-- it needs to align with the snakeyaml version in shardingsphere -->
<shardingsphere.version>5.3.2</shardingsphere.version>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit 769016b

Please sign in to comment.