Skip to content

Commit

Permalink
Added <distributionManagement to POM
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Jul 13, 2020
1 parent 0b6b73a commit d96790f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?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>

<groupId>com.atomgraph.etl.json</groupId>
<artifactId>json2xml</artifactId>
<version>1.0.3</version>
<version>1.0.5-SNAPSHOT</version>
<packaging>jar</packaging>

<name>JSON2XML</name>
Expand Down Expand Up @@ -92,6 +90,13 @@
</plugins>
</build>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<netbeans.hint.license>apache20</netbeans.hint.license>
Expand Down

0 comments on commit d96790f

Please sign in to comment.