Skip to content

Commit

Permalink
Added Parent pom project
Browse files Browse the repository at this point in the history
  • Loading branch information
harshaghanta committed Dec 26, 2024
1 parent 920ce62 commit 55afb70
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/BuildingBlocks/parent-pom/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.1</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.eshoponcontainers</groupId>
<artifactId>parent-pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>parent-pom</name>
<description>Demo project for Spring Boot</description>

<properties>
<java.version>17</java.version>
</properties>

<distributionManagement>
<repository>
<id>github</id>
<name>github</name>
<url>https://maven.pkg.github.com/harshaghanta/mvnrepository</url>
</repository>
</distributionManagement>


</project>

0 comments on commit 55afb70

Please sign in to comment.