Skip to content

Commit

Permalink
MODLD-547: prepare pom.xml for folio-org space (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
PBobylev authored Oct 16, 2024
1 parent 15947bd commit 4d9fa05
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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>

<name>mod-linked-data</name>
Expand All @@ -19,7 +20,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.4</version>
<relativePath />
<relativePath/>
</parent>

<properties>
Expand Down Expand Up @@ -576,13 +577,6 @@
<name>FOLIO Maven repository</name>
<url>https://maven.indexdata.com</url>
</repository>

<!-- Folio EIS repos, could be removed after release -->
<repository>
<id>folio-eis</id>
<name>FOLIO Maven repository</name>
<url>https://eis.jfrog.io/artifactory/libs-snapshot</url>
</repository>
</repositories>

<distributionManagement>
Expand All @@ -603,9 +597,9 @@
</distributionManagement>

<scm>
<url>https://github.com/folio-eis/mod-linked-data</url>
<connection>scm:git:git://github.com/folio-eis/mod-linked-data</connection>
<developerConnection>scm:git:[email protected]:folio-eis/mod-linked-data.git</developerConnection>
<url>https://github.com/folio-org/${project.artifactId}</url>
<connection>scm:git:git://github.com/folio-org/${project.artifactId}.git</connection>
<developerConnection>scm:git:[email protected]:folio-org/${project.artifactId}.git</developerConnection>
<tag>HEAD</tag>
</scm>
</project>

0 comments on commit 4d9fa05

Please sign in to comment.