Skip to content

Commit

Permalink
fix: corrected parent
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Jaensson committed Mar 6, 2023
1 parent 8947a7f commit e739be8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions logbook-jdkserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.zalando</groupId>
<groupId>com.smartbear.api</groupId>
<artifactId>logbook-parent</artifactId>
<version>2.16.0-SNAPSHOT</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
Expand All @@ -16,16 +16,16 @@
</scm>
<dependencies>
<dependency>
<groupId>org.zalando</groupId>
<groupId>com.smartbear.api</groupId>
<artifactId>logbook-api</artifactId>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<groupId>com.smartbear.api</groupId>
<artifactId>logbook-core</artifactId>
</dependency>
<!-- testing -->
<dependency>
<groupId>org.zalando</groupId>
<groupId>com.smartbear.api</groupId>
<artifactId>logbook-test</artifactId>
</dependency>
</dependencies>
Expand Down

0 comments on commit e739be8

Please sign in to comment.