Skip to content

Commit 751b95f

Browse files
committed
using parent pom & removed the distributionmanagement section
1 parent 55afb70 commit 751b95f

File tree

1 file changed

+4
-12
lines changed
  • src/BuildingBlocks/EventBus/eventbus

1 file changed

+4
-12
lines changed

src/BuildingBlocks/EventBus/eventbus/pom.xml

+4-12
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,16 @@
77
<artifactId>eventbus</artifactId>
88
<version>1.0-SNAPSHOT</version>
99
<parent>
10-
<groupId>org.springframework.boot</groupId>
11-
<artifactId>spring-boot-starter-parent</artifactId>
12-
<version>3.3.6</version>
10+
<groupId>com.eshoponcontainers</groupId>
11+
<artifactId>base-pom</artifactId>
12+
<version>0.0.1-SNAPSHOT</version>
1313
<relativePath /> <!-- lookup parent from repository -->
1414
</parent>
1515
<properties>
1616
<maven.compiler.source>17</maven.compiler.source>
1717
<maven.compiler.target>17</maven.compiler.target>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19-
</properties>
20-
21-
<distributionManagement>
22-
<repository>
23-
<id>github</id>
24-
<name>github</name>
25-
<url>https://maven.pkg.github.com/harshaghanta/mvnrepository</url>
26-
</repository>
27-
</distributionManagement>
19+
</properties>
2820

2921
<dependencies>
3022
<dependency>

0 commit comments

Comments
 (0)