File tree Expand file tree Collapse file tree 3 files changed +10
-13
lines changed
Expand file tree Collapse file tree 3 files changed +10
-13
lines changed 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:openapitools/openapi-generator.git</connection >
1110 <developerConnection >scm:git:git@github.com:openapitools/openapi-generator.git</developerConnection >
1211 <url >https://github.com/openapitools/openapi-generator</url >
13- </scm >
12+ <tag >1.0.0</tag >
13+ </scm >
1414 <parent >
1515 <groupId >com.emnify.sdk</groupId >
1616 <artifactId >emnify-parent</artifactId >
17- <version >1.0.0-SNAPSHOT </version >
17+ <version >1.0.0</version >
1818 <relativePath >../pom.xml</relativePath >
1919 </parent >
2020
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 <name >EMnify SDK</name >
1210 <parent >
1311 <groupId >com.emnify.sdk</groupId >
1412 <artifactId >emnify-parent</artifactId >
15- <version >1.0.0-SNAPSHOT </version >
13+ <version >1.0.0</version >
1614 </parent >
1715
1816 <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"
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 <name >EMnify Java SDK :: Parent</name >
1210
1311 <groupId >com.emnify.sdk</groupId >
1412 <artifactId >emnify-parent</artifactId >
15- <version >1.0.0-SNAPSHOT </version >
13+ <version >1.0.0</version >
1614 <packaging >pom</packaging >
1715
1816 <organization >
3331 <connection >scm:git:git://github.com/EMnify/emnify-sdk-java.git</connection >
3432 <developerConnection >scm:git:ssh://github.com/EMnify/emnify-sdk-java.git</developerConnection >
3533 <url >http://github.com/EMnify/emnify-sdk-java/tree/main</url >
36- </scm >
34+ <tag >1.0.0</tag >
35+ </scm >
3736
3837 <licenses >
3938 <license >
You can’t perform that action at this time.
0 commit comments