File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<groupId >com.atomgraph.etl.json</groupId >
8
6
<artifactId >json2xml</artifactId >
9
- <version >1.0.3 </version >
7
+ <version >1.0.5-SNAPSHOT </version >
10
8
<packaging >jar</packaging >
11
9
12
10
<name >JSON2XML</name >
92
90
</plugins >
93
91
</build >
94
92
93
+ <distributionManagement >
94
+ <snapshotRepository >
95
+ <id >ossrh</id >
96
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
97
+ </snapshotRepository >
98
+ </distributionManagement >
99
+
95
100
<properties >
96
101
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
97
102
<netbeans .hint.license>apache20</netbeans .hint.license>
You can’t perform that action at this time.
0 commit comments