File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1+ <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/maven-v4_0_0.xsd" >
32 <modelVersion >4.0.0</modelVersion >
43 <artifactId >emnify-api</artifactId >
54 <packaging >jar</packaging >
109 <connection >scm:git:git://github.com/EMnify/emnify-sdk-java.git</connection >
1110 <developerConnection >scm:git:ssh://github.com/EMnify/emnify-sdk-java.git</developerConnection >
1211 <url >http://github.com/EMnify/emnify-sdk-java/tree/main</url >
13- <tag >HEAD </tag >
12+ <tag >1.1.0 </tag >
1413 </scm >
1514 <parent >
1615 <groupId >com.emnify.sdk</groupId >
1716 <artifactId >emnify-parent</artifactId >
18- <version >1.1.0-SNAPSHOT </version >
17+ <version >1.1.0</version >
1918 <relativePath >../pom.xml</relativePath >
2019 </parent >
2120
Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >com.emnify.sdk</groupId >
1212 <artifactId >emnify-parent</artifactId >
13- <version >1.1.0-SNAPSHOT </version >
13+ <version >1.1.0</version >
1414 </parent >
1515
1616 <artifactId >emnify</artifactId >
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" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- 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" >
43 <modelVersion >4.0.0</modelVersion >
54
65 <name >EMnify Java SDK :: Parent</name >
1110
1211 <groupId >com.emnify.sdk</groupId >
1312 <artifactId >emnify-parent</artifactId >
14- <version >1.1.0-SNAPSHOT </version >
13+ <version >1.1.0</version >
1514 <packaging >pom</packaging >
1615
1716 <organization >
3231 <connection >scm:git:git://github.com/EMnify/emnify-sdk-java.git</connection >
3332 <developerConnection >scm:git:ssh://github.com/EMnify/emnify-sdk-java.git</developerConnection >
3433 <url >http://github.com/EMnify/emnify-sdk-java/tree/main</url >
35- <tag >HEAD </tag >
34+ <tag >1.1.0 </tag >
3635 </scm >
3736
3837 <licenses >
You can’t perform that action at this time.
0 commit comments