Skip to content

Commit 1a48118

Browse files
committed
Legal stuff
1 parent 7857069 commit 1a48118

File tree

1 file changed

+31
-17
lines changed

1 file changed

+31
-17
lines changed

recipes/hikari-ucp/pom.xml

+31-17
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,42 @@
1212
<name>hikari-ucp</name>
1313
<description>Openrewrite Recipe to convert Hikari Connection Pool to Oracle UCP</description>
1414

15-
<url/>
16-
<licenses>
17-
<license/>
18-
</licenses>
19-
<developers>
20-
<developer/>
21-
</developers>
22-
<scm>
23-
<connection/>
24-
<developerConnection/>
25-
<tag/>
26-
<url/>
27-
</scm>
15+
<url>https://github.com/oracle/spring-cloud-oracle/tree/hikari-ucp-recipe/recipes/hikari-ucp</url>
16+
17+
<organization>
18+
<name>Oracle America, Inc.</name>
19+
<url>https://www.oracle.com</url>
20+
</organization>
21+
<licenses>
22+
<license>
23+
<name>The Universal Permissive License (UPL), Version 1.0</name>
24+
<url>https://oss.oracle.com/licenses/upl/</url>
25+
<distribution>repo</distribution>
26+
</license>
27+
</licenses>
28+
<developers>
29+
<developer>
30+
<name>Oracle</name>
31+
<email>obaas_ww at oracle.com</email>
32+
<organization>Oracle America, Inc.</organization>
33+
<organizationUrl>https://www.oracle.com</organizationUrl>
34+
</developer>
35+
</developers>
36+
<scm>
37+
<url>https://github.com/oracle/spring-cloud-oracle</url>
38+
<connection>scm:git:https://github.com/oracle/spring-cloud-oracle.git</connection>
39+
<developerConnection>scm:git:[email protected]:oracle/spring-cloud-oracle.git</developerConnection>
40+
</scm>
2841

2942
<properties>
3043
<java.version>17</java.version>
3144
<maven.compiler.source>17</maven.compiler.source>
3245
<maven.compiler.target>17</maven.compiler.target>
3346
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
34-
<rewrite.version>8.47.2</rewrite.version> <!-- Latest as of Feb 2025 -->
35-
<rewrite.recipe.version>3.3.0</rewrite.recipe.version>
36-
<junit.version>5.12.0</junit.version>
47+
<rewrite.version>8.47.2</rewrite.version> <!-- Latest as of Mar 2025 -->
48+
<rewrite.recipe.version>3.3.0</rewrite.recipe.version> <!-- Latest as of Mar 2025 -->
49+
<maven.rewrite.plugin.version>6.2.1</maven.rewrite.plugin.version>
50+
<junit.version>5.12.0</junit.version> <!-- Latest as of Mar 2025 -->
3751
</properties>
3852

3953
<dependencies>
@@ -98,7 +112,7 @@
98112
<plugin>
99113
<groupId>org.openrewrite.maven</groupId>
100114
<artifactId>rewrite-maven-plugin</artifactId>
101-
<version>6.2.1</version>
115+
<version>${maven.rewrite.plugin.version}</version>
102116
<!-- <configuration>-->
103117
<!-- <exportDatatables>true</exportDatatables>-->
104118
<!-- <activeRecipes>-->

0 commit comments

Comments
 (0)