Skip to content

Commit

Permalink
Adds missing name in pom.xml (eclipse-basyx#444)
Browse files Browse the repository at this point in the history
* Adds missing name in pom.xml

* Update pom.xml
  • Loading branch information
FriedJannik authored Sep 11, 2024
1 parent 21897ed commit 9c52e74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<version>${revision}</version>
</parent>
<artifactId>basyx.authorization.rules.rbac.backend.inmemory</artifactId>
<name>BaSyx RBAC InMemory Backend</name>
<description>BaSyx RBAC InMemory Backend</description>

<dependencies>
<dependency>
Expand All @@ -24,4 +26,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<version>${revision}</version>
</parent>
<artifactId>basyx.authorization.rules.rbac.backend.submodel</artifactId>

<name>BaSyx RBAC Submodel Backend</name>
<description>BaSyx RBAC Submodel Backend</description>
<dependencies>
<dependency>
<groupId>org.eclipse.digitaltwin.basyx</groupId>
Expand Down Expand Up @@ -47,4 +48,4 @@
</dependency>

</dependencies>
</project>
</project>

0 comments on commit 9c52e74

Please sign in to comment.