Skip to content

Commit

Permalink
Fixed artifactId of parent poms of Studio modules
Browse files Browse the repository at this point in the history
  • Loading branch information
aprantl committed Oct 26, 2020
1 parent 325e3bf commit 6ae607e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion studio-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>studio-client.blueprint-parent</artifactId>
<groupId>com.coremedia.blueprint</groupId>
<artifactId>studio-client.extensions</artifactId>
<version>1-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion studio-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>com.coremedia.blueprint</groupId>
<artifactId>studio-server.blueprint-parent</artifactId>
<artifactId>studio-server.extensions</artifactId>
<version>1-SNAPSHOT</version>
</parent>

Expand Down

0 comments on commit 6ae607e

Please sign in to comment.