File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 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 >
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>
You can’t perform that action at this time.
0 commit comments