Skip to content

Commit d96790f

Browse files
committed
Added <distributionManagement to POM
1 parent 0b6b73a commit d96790f

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

pom.xml

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>com.atomgraph.etl.json</groupId>
86
<artifactId>json2xml</artifactId>
9-
<version>1.0.3</version>
7+
<version>1.0.5-SNAPSHOT</version>
108
<packaging>jar</packaging>
119

1210
<name>JSON2XML</name>
@@ -92,6 +90,13 @@
9290
</plugins>
9391
</build>
9492

93+
<distributionManagement>
94+
<snapshotRepository>
95+
<id>ossrh</id>
96+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
97+
</snapshotRepository>
98+
</distributionManagement>
99+
95100
<properties>
96101
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
97102
<netbeans.hint.license>apache20</netbeans.hint.license>

0 commit comments

Comments
 (0)