Skip to content

Commit

Permalink
fix(#3388): Update streampipes version in asset-model-management module
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthe committed Jan 2, 2025
1 parent fcecdb4 commit caeb7bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions streampipes-asset-model-management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-parent</artifactId>
<version>0.97.0-SNAPSHOT</version>
<version>0.98.0-SNAPSHOT</version>
</parent>

<artifactId>streampipes-asset-model-management</artifactId>
Expand All @@ -42,12 +42,12 @@
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-storage-api</artifactId>
<version>0.97.0-SNAPSHOT</version>
<version>0.98.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-storage-management</artifactId>
<version>0.97.0-SNAPSHOT</version>
<version>0.98.0-SNAPSHOT</version>
</dependency>

<!-- External dependencies -->
Expand Down

0 comments on commit caeb7bc

Please sign in to comment.