|
12 | 12 | <name>hikari-ucp</name> |
13 | 13 | <description>Openrewrite Recipe to convert Hikari Connection Pool to Oracle UCP</description> |
14 | 14 |
|
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> |
28 | 41 |
|
29 | 42 | <properties> |
30 | 43 | <java.version>17</java.version> |
31 | 44 | <maven.compiler.source>17</maven.compiler.source> |
32 | 45 | <maven.compiler.target>17</maven.compiler.target> |
33 | 46 | <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 --> |
37 | 51 | </properties> |
38 | 52 |
|
39 | 53 | <dependencies> |
|
98 | 112 | <plugin> |
99 | 113 | <groupId>org.openrewrite.maven</groupId> |
100 | 114 | <artifactId>rewrite-maven-plugin</artifactId> |
101 | | - <version>6.2.1</version> |
| 115 | + <version>${maven.rewrite.plugin.version}</version> |
102 | 116 | <!-- <configuration>--> |
103 | 117 | <!-- <exportDatatables>true</exportDatatables>--> |
104 | 118 | <!-- <activeRecipes>--> |
|
0 commit comments