Skip to content

Commit

Permalink
Prepares milestone-02 release (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankSchnicke committed Mar 11, 2024
1 parent 67a2fcc commit da1edfc
Show file tree
Hide file tree
Showing 21 changed files with 111 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<version>${revision}</version>
</parent>

<name>BaSyx AAS Environment feature-authorization</name>
<description>BaSyx AAS Environment feature-authorization</description>

<artifactId>basyx.aasenvironment-feature-authorization</artifactId>

<dependencies>
Expand Down
Empty file.
17 changes: 17 additions & 0 deletions basyx.aasregistry/basyx.aasregistry-service-basemodel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,23 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>empty-javadoc-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classifier>javadoc</classifier>
<classesDirectory>${basedir}/javadoc</classesDirectory>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,23 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>empty-javadoc-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classifier>javadoc</classifier>
<classesDirectory>${basedir}/javadoc</classesDirectory>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
3 changes: 3 additions & 0 deletions basyx.aasrepository/basyx.aasrepository-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<artifactId>basyx.aasrepository</artifactId>
<version>${revision}</version>
</parent>

<name>BaSyx AAS Repository backend</name>
<description>BaSyx AAS Repository backend</description>

<artifactId>basyx.aasrepository-backend</artifactId>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
</parent>

<artifactId>basyx.aasrepository-feature-authorization</artifactId>
<name>BaSyx AAS Repository feature-authorization</name>
<description>BaSyx AAS Repository feature-authorization</description>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
</parent>

<artifactId>basyx.aasrepository-feature-registry-integration</artifactId>
<name>BaSyx AAS Repository feature-registry-integration</name>
<description>BaSyx AAS Repository feature-registry-integration</description>

<dependencies>
<dependency>
Expand Down
3 changes: 3 additions & 0 deletions basyx.common/basyx.authorization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
</parent>

<artifactId>basyx.authorization</artifactId>

<name>BaSyx Authorization Base</name>
<description>BaSyx Authorization Base</description>

<dependencies>
<dependency>
Expand Down
18 changes: 11 additions & 7 deletions basyx.common/basyx.client/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.digitaltwin.basyx</groupId>
<artifactId>basyx.common</artifactId>
<version>${revision}</version>
</parent>
<artifactId>basyx.client</artifactId>
<dependencies>
<dependency>
<groupId>org.eclipse.digitaltwin.basyx</groupId>
<artifactId>basyx.common</artifactId>
<version>${revision}</version>
</parent>
<artifactId>basyx.client</artifactId>

<name>BaSyx Client Base</name>
<description>BaSyx Client Base</description>

<dependencies>
<dependency>
<groupId>org.eclipse.digitaltwin.basyx</groupId>
<artifactId>basyx.http</artifactId>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
</parent>

<artifactId>basyx.conceptdescriptionrepository-backend</artifactId>

<name>Concept Description Repository Backend</name>
<description>Concept Description Repository Backend</description>

<dependencies>
<dependency>
<groupId>org.eclipse.digitaltwin.basyx</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
</parent>

<artifactId>basyx.conceptdescriptionrepository-feature-authorization</artifactId>
<name>BaSyx ConceptDescription Repository feature-authorization</name>
<description>BaSyx ConceptDescription Repository feature-authorization</description>


<dependencies>
<dependency>
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,23 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>empty-javadoc-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classifier>javadoc</classifier>
<classesDirectory>${basedir}/javadoc</classesDirectory>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,23 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>empty-javadoc-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classifier>javadoc</classifier>
<classesDirectory>${basedir}/javadoc</classesDirectory>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

<artifactId>basyx.submodelrepository-backend</artifactId>

<name>BaSyx Submodelrepository backend</name>
<description>BaSyx Submodelrepository backend</description>

<dependencies>
<dependency>
<groupId>org.eclipse.digitaltwin.basyx</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

<artifactId>basyx.submodelrepository-feature-authorization</artifactId>

<name>BaSyx Submodelrepository feature-authorization</name>
<description>BaSyx Submodelrepository feature-authorization</description>

<dependencies>
<dependency>
<groupId>org.eclipse.digitaltwin.basyx</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<artifactId>basyx.submodelrepository</artifactId>
<version>${revision}</version>
</parent>

<name>BaSyx Submodelrepository feature-operation-delegation</name>
<description>BaSyx Submodelrepository feature-operation-delegation</description>

<artifactId>basyx.submodelrepository-feature-operation-delegation</artifactId>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
</parent>

<artifactId>basyx.submodelrepository-feature-registry-integration</artifactId>
<name>BaSyx Submodelrepository feature-registry-integration</name>
<description>BaSyx Submodelrepository feature-registry-integration</description>


<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<revision>2.0.0-SNAPSHOT</revision>
<revision>2.0.0-milestone-02</revision>
<docker.provenance />
<docker.namespace>eclipsebasyx</docker.namespace>
<docker.image.name>NOT_DEFINED_IN_MODULE</docker.image.name>
Expand Down

0 comments on commit da1edfc

Please sign in to comment.