File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,17 +46,19 @@ The future roadmap of BaSyx is described [here](https://github.com/eclipse-basyx
4646We're distributing our SNAPSHOT releases via DockerHub and Maven Central. For using the snapshots from Maven Central, add the following part to your project's POM:
4747
4848```
49- <repository>
50- <id>sonatype.snapshots</id>
51- <name>Sonatype Snapshot Repository</name>
52- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
53- <releases>
54- <enabled>false</enabled>
55- </releases>
56- <snapshots>
57- <enabled>true</enabled>
58- </snapshots>
59- </repository>
49+ <repositories>
50+ <repository>
51+ <name>Central Portal Snapshots</name>
52+ <id>central-portal-snapshots</id>
53+ <url>https://central.sonatype.com/repository/maven-snapshots/</url>
54+ <releases>
55+ <enabled>false</enabled>
56+ </releases>
57+ <snapshots>
58+ <enabled>true</enabled>
59+ </snapshots>
60+ </repository>
61+ </repositories>
6062```
6163
6264## Getting Involved & Contributing
Original file line number Diff line number Diff line change 2121 <maven .compiler.target>${java.version} </maven .compiler.target>
2222 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2323 <generated .folder>src/generated</generated .folder>
24- <swagger .codegen.version>3.0.69 </swagger .codegen.version>
24+ <swagger .codegen.version>3.0.71 </swagger .codegen.version>
2525 <spring .fox.version>3.0.0</spring .fox.version>
2626 <openapi .folder.name>open-api</openapi .folder.name>
2727 <openapi .base.name>
Original file line number Diff line number Diff line change 2020 <maven .compiler.source>${java.version} </maven .compiler.source>
2121 <maven .compiler.target>${java.version} </maven .compiler.target>
2222 <generated .folder>src/generated</generated .folder>
23- <swagger .codegen.version>3.0.69 </swagger .codegen.version>
23+ <swagger .codegen.version>3.0.71 </swagger .codegen.version>
2424 <spring .fox.version>3.0.0</spring .fox.version>
2525 <openapi .folder.name>open-api</openapi .folder.name>
2626 <openapi .base.name>
Original file line number Diff line number Diff line change 182182 <plugin >
183183 <groupId >org.apache.maven.plugins</groupId >
184184 <artifactId >maven-gpg-plugin</artifactId >
185- <version >3.2.7 </version >
185+ <version >3.2.8 </version >
186186 <executions >
187187 <execution >
188188 <id >sign-artifacts</id >
368368 <dependency >
369369 <groupId >org.apache.tika</groupId >
370370 <artifactId >tika-core</artifactId >
371- <version >3.2.0 </version >
371+ <version >3.2.1 </version >
372372 </dependency >
373373 <dependency >
374374 <groupId >org.reflections</groupId >
14031403 <plugin >
14041404 <groupId >org.apache.maven.plugins</groupId >
14051405 <artifactId >maven-gpg-plugin</artifactId >
1406- <version >3.2.7 </version >
1406+ <version >3.2.8 </version >
14071407 <executions >
14081408 <execution >
14091409 <id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments