Skip to content

Commit 030cd85

Browse files
authored
Merge branch 'eclipse-basyx:main' into main
2 parents 3594693 + f9291c8 commit 030cd85

4 files changed

Lines changed: 18 additions & 16 deletions

File tree

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,19 @@ The future roadmap of BaSyx is described [here](https://github.com/eclipse-basyx
4646
We'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

basyx.aasregistry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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>

basyx.submodelregistry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
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>
@@ -368,7 +368,7 @@
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>
@@ -1403,7 +1403,7 @@
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>

0 commit comments

Comments
 (0)