Skip to content

Commit 0743be1

Browse files
authored
Fixes problem with hardcoded internal dependency version (#885)
1 parent 331a895 commit 0743be1

File tree

1 file changed

+1
-1
lines changed
  • basyx.aasdigitaltwinregistry/basyx.digitaltwinregistry.component

1 file changed

+1
-1
lines changed

basyx.aasdigitaltwinregistry/basyx.digitaltwinregistry.component/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
<dependency>
199199
<groupId>org.eclipse.digitaltwin.basyx</groupId>
200200
<artifactId>aasregistry-feature-discovery-integration</artifactId>
201-
<version>2.0.0-SNAPSHOT</version>
201+
<version>${revision}</version>
202202
<scope>compile</scope>
203203
</dependency>
204204
</dependencies>

0 commit comments

Comments
 (0)