|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <groupId>com.datastax.astra</groupId>
|
5 | 5 | <artifactId>astra-db-java-parent</artifactId>
|
6 |
| - <name>Data API Client</name> |
| 6 | + <name>AstraDB Java SDK</name> |
7 | 7 | <version>2.0.0-PREVIEW2-SNAPSHOT</version>
|
8 | 8 | <packaging>pom</packaging>
|
9 | 9 | <url>https://github.com/datastax/astra-db-java</url>
|
|
14 | 14 | <module>astra-db-java</module>
|
15 | 15 | <module>langchain4j-astradb</module>
|
16 | 16 | <!--<module>cassio-cql</module>-->
|
17 |
| - <module>astra-db-java-tools</module> |
| 17 | + <!--<module>astra-db-java-tools</module>--> |
18 | 18 | <!--<module>examples</module>-->
|
19 | 19 | </modules>
|
20 | 20 |
|
|
23 | 23 |
|
24 | 24 | <!-- Third Party Libraries -->
|
25 | 25 | <devops-sdk.version>1.2.9</devops-sdk.version>
|
26 |
| - <slf4j.version>2.0.16</slf4j.version> |
27 |
| - <logback.version>1.5.12</logback.version> |
28 |
| - <jackson.version>2.18.2</jackson.version> |
29 |
| - <lombok.version>1.18.36</lombok.version> |
| 26 | + <slf4j.version>2.0.17</slf4j.version> |
| 27 | + <logback.version>1.5.18</logback.version> |
| 28 | + <jackson.version>2.18.3</jackson.version> |
| 29 | + <lombok.version>1.18.38</lombok.version> |
30 | 30 | <retry4j.version>0.15.0</retry4j.version>
|
31 | 31 | <awaitility.version>4.2.2</awaitility.version>
|
32 | 32 | <mockwebserver.version>4.12.0</mockwebserver.version>
|
|
35 | 35 | <!-- Test -->
|
36 | 36 | <test.skipped>false</test.skipped>
|
37 | 37 | <assertj.version>3.26.3</assertj.version>
|
38 |
| - <junit-jupiter.version>5.11.3</junit-jupiter.version> |
| 38 | + <junit-jupiter.version>5.12.1</junit-jupiter.version> |
39 | 39 |
|
40 | 40 | <!-- Maven -->
|
41 | 41 | <required-maven.version>3.6.3</required-maven.version>
|
|
49 | 49 | <version.maven.plugin.jacoco>0.8.12</version.maven.plugin.jacoco>
|
50 | 50 | <version.maven.plugin.javadoc>3.10.0</version.maven.plugin.javadoc>
|
51 | 51 | <version.maven.plugin.jar>3.4.2</version.maven.plugin.jar>
|
52 |
| - <version.maven.plugin.license>2.4.0</version.maven.plugin.license> |
| 52 | + <version.maven.plugin.license>2.5.0</version.maven.plugin.license> |
53 | 53 | <version.maven.plugin.nexus>1.7.0</version.maven.plugin.nexus>
|
54 | 54 | <version.maven.plugin.release>3.1.1</version.maven.plugin.release>
|
55 | 55 | <version.maven.plugin.resources>3.3.1</version.maven.plugin.resources>
|
56 | 56 | <version.maven.plugin.source>3.3.1</version.maven.plugin.source>
|
57 | 57 | <version.maven.plugin.surefire>3.5.1</version.maven.plugin.surefire>
|
58 |
| - |
| 58 | + <version.maven.plugin.central>0.7.0</version.maven.plugin.central> |
59 | 59 | </properties>
|
60 | 60 |
|
61 | 61 | <dependencyManagement>
|
|
136 | 136 | <build>
|
137 | 137 | <plugins>
|
138 | 138 |
|
| 139 | +<!-- Moving to publishing to central --> |
| 140 | +<!-- <plugin>--> |
| 141 | +<!-- <groupId>org.sonatype.plugins</groupId>--> |
| 142 | +<!-- <artifactId>nexus-staging-maven-plugin</artifactId>--> |
| 143 | +<!-- <version>${version.maven.plugin.nexus}</version>--> |
| 144 | +<!-- <extensions>true</extensions>--> |
| 145 | +<!-- <configuration>--> |
| 146 | +<!-- <serverId>ossrh</serverId>--> |
| 147 | +<!-- <nexusUrl>https://oss.sonatype.org/</nexusUrl>--> |
| 148 | +<!-- <autoReleaseAfterClose>false</autoReleaseAfterClose>--> |
| 149 | +<!-- <skipLocalStaging>true</skipLocalStaging>--> |
| 150 | +<!-- </configuration>--> |
| 151 | +<!-- </plugin>--> |
| 152 | + |
139 | 153 | <plugin>
|
140 |
| - <groupId>org.sonatype.plugins</groupId> |
141 |
| - <artifactId>nexus-staging-maven-plugin</artifactId> |
142 |
| - <version>${version.maven.plugin.nexus}</version> |
| 154 | + <groupId>org.sonatype.central</groupId> |
| 155 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 156 | + <version>${version.maven.plugin.central}</version> |
143 | 157 | <extensions>true</extensions>
|
144 | 158 | <configuration>
|
145 |
| - <serverId>ossrh</serverId> |
146 |
| - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
147 |
| - <autoReleaseAfterClose>false</autoReleaseAfterClose> |
148 |
| - <skipLocalStaging>true</skipLocalStaging> |
| 159 | + <publishingServerId>central</publishingServerId> |
149 | 160 | </configuration>
|
150 | 161 | </plugin>
|
151 | 162 |
|
|
326 | 337 |
|
327 | 338 | <distributionManagement>
|
328 | 339 | <repository>
|
329 |
| - <id>ossrh</id> |
330 |
| - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 340 | + <id>central</id> |
| 341 | + <url>https://central.sonatype.com</url> |
331 | 342 | </repository>
|
332 | 343 | </distributionManagement>
|
333 | 344 |
|
|
0 commit comments