File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
auto-configurations/common/spring-ai-autoconfigure-retry
spring-ai-spring-boot-testcontainers
vector-stores/spring-ai-couchbase-store Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 2727 <dependency >
2828 <groupId >org.springframework.ai</groupId >
2929 <artifactId >spring-ai-retry</artifactId >
30- <version >${parent.version} </version >
30+ <version >${project. parent.version} </version >
3131 </dependency >
3232
3333 <!-- Boot dependencies -->
Original file line number Diff line number Diff line change 327327 <maven-project-info-reports-plugin .version>3.4.5</maven-project-info-reports-plugin .version>
328328 <maven-jar-plugin .version>3.3.0</maven-jar-plugin .version>
329329 <spring-javaformat-maven-plugin .version>0.0.43</spring-javaformat-maven-plugin .version>
330-
330+ <antora-maven-plugin .version>1.0.0-alpha.5</antora-maven-plugin .version>
331+ <antora-component-version-maven-plugin .version>0.0.4</antora-component-version-maven-plugin .version>
331332 <maven-checkstyle-plugin .version>3.5.0</maven-checkstyle-plugin .version>
332333 <maven-checkstyle-plugin .failsOnError>true</maven-checkstyle-plugin .failsOnError>
333334 <maven-checkstyle-plugin .failOnViolation>true</maven-checkstyle-plugin .failOnViolation>
334335 <puppycrawl-tools-checkstyle .version>9.3</puppycrawl-tools-checkstyle .version>
336+
335337 <disable .checks>true</disable .checks>
336338
337339 </properties >
Original file line number Diff line number Diff line change 3838 <plugin >
3939 <groupId >org.antora</groupId >
4040 <artifactId >antora-maven-plugin</artifactId >
41+ <version >${antora-maven-plugin.version} </version >
4142 <extensions >true</extensions >
4243 <configuration >
4344 <options >
6061 <plugin >
6162 <groupId >io.spring.maven.antora</groupId >
6263 <artifactId >antora-component-version-maven-plugin</artifactId >
64+ <version >${antora-component-version-maven-plugin.version} </version >
6365 <executions >
6466 <execution >
6567 <goals >
Original file line number Diff line number Diff line change 3838
3939 <properties >
4040 <spring-ai-testcontainers .skipITs>false</spring-ai-testcontainers .skipITs>
41+ <maven .javadoc.skip>true</maven .javadoc.skip>
4142 </properties >
4243
4344 <dependencies >
Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >org.springframework.ai</groupId >
3232 <artifactId >spring-ai-vector-store</artifactId >
33- <version >${parent.version} </version >
33+ <version >${project. parent.version} </version >
3434 </dependency >
3535
3636
3737 <!-- TESTING -->
3838 <dependency >
3939 <groupId >org.springframework.ai</groupId >
4040 <artifactId >spring-ai-openai</artifactId >
41- <version >${parent.version} </version >
41+ <version >${project. parent.version} </version >
4242 <scope >test</scope >
4343 </dependency >
4444
4545 <dependency >
4646 <groupId >org.springframework.ai</groupId >
4747 <artifactId >spring-ai-test</artifactId >
48- <version >${parent.version} </version >
48+ <version >${project. parent.version} </version >
4949 <scope >test</scope >
5050 </dependency >
5151
You can’t perform that action at this time.
0 commit comments