Skip to content

Commit 6444f22

Browse files
committed
[maven-release-plugin] prepare release 1.0.0
1 parent 3757a72 commit 6444f22

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

api/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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>
@@ -10,11 +9,12 @@
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

emnify/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
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>
@@ -12,7 +10,7 @@
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>

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
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>
@@ -12,7 +10,7 @@
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>
@@ -33,7 +31,8 @@
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>

0 commit comments

Comments
 (0)