Skip to content

Commit

Permalink
change group id
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwalkowiak committed Mar 19, 2023
1 parent aacc4b6 commit e229e24
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.maciejwalkowiak</groupId>
<groupId>com.maciejwalkowiak.spring</groupId>
<artifactId>wiremock-spring-boot-parent</artifactId>
<version>0.2.0</version>
<version>1.0.0</version>
</parent>

<groupId>com.maciejwalkowiak.wiremock</groupId>
Expand All @@ -34,7 +34,7 @@
</dependency>

<dependency>
<groupId>com.maciejwalkowiak</groupId>
<groupId>com.maciejwalkowiak.spring</groupId>
<artifactId>wiremock-spring-boot</artifactId>
<version>${project.version}</version>
<scope>test</scope>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.maciejwalkowiak</groupId>
<groupId>com.maciejwalkowiak.spring</groupId>
<artifactId>wiremock-spring-boot-parent</artifactId>
<version>0.2.0</version>
<version>1.0.0</version>

<packaging>pom</packaging>
<properties>
Expand Down Expand Up @@ -129,8 +129,8 @@
<maven-central>
<active>ALWAYS</active>
<url>https://s01.oss.sonatype.org/service/local</url>;
<closeRepository>true</closeRepository>
<releaseRepository>true</releaseRepository>
<closeRepository>false</closeRepository>
<releaseRepository>false</releaseRepository>
<stagingRepositories>target/staging-deploy</stagingRepositories>
</maven-central>
</nexus2>
Expand Down
6 changes: 3 additions & 3 deletions wiremock-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.maciejwalkowiak</groupId>
<groupId>com.maciejwalkowiak.spring</groupId>
<artifactId>wiremock-spring-boot-parent</artifactId>
<version>0.2.0</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>wiremock-spring-boot</artifactId>
<version>0.2.0</version>
<version>1.0.0</version>

<name>WireMock Spring Boot</name>
<description>WireMock integration for Spring Boot</description>
Expand Down

0 comments on commit e229e24

Please sign in to comment.