Skip to content

Commit

Permalink
Merge pull request #22 from Financial-Times/set_a_distributionManagem…
Browse files Browse the repository at this point in the history
…ent_for_publishing_releases

Set a distributionManagement for publishing releases
  • Loading branch information
denisacostaq committed Sep 28, 2021
2 parents f534cd8 + a3d0ec1 commit 12c629f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
<?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">
<modelVersion>4.0.0</modelVersion>
<distributionManagement>
<repository>
<id>releases</id>
<name>Internal Releases</name>
<url>https://nexus.in.ft.com/repository/releases</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<uniqueVersion>true</uniqueVersion>
<url>https://nexus.in.ft.com/repository/snapshots/</url>
</snapshotRepository>
</distributionManagement>
<!-- This project -->
<groupId>com.ft.unifiedContentModel</groupId>
<artifactId>ft-unifiedContentModel-parent</artifactId>
Expand Down Expand Up @@ -94,6 +106,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand Down

0 comments on commit 12c629f

Please sign in to comment.