Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit eb45fab

Browse files
committed
[maven-release-plugin] prepare release 2.0.0
1 parent 1c16a14 commit eb45fab

File tree

4 files changed

+11
-15
lines changed

4 files changed

+11
-15
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120

2221
<groupId>com.github.fonimus</groupId>
2322
<artifactId>ssh-shell-spring-boot-parent</artifactId>
24-
<version>1.8.1-SNAPSHOT</version>
23+
<version>2.0.0</version>
2524

2625
<packaging>pom</packaging>
2726

@@ -71,7 +70,7 @@
7170
<connection>scm:git:[email protected]:fonimus/ssh-shell-spring-boot.git</connection>
7271
<url>scm:git:[email protected]:fonimus/ssh-shell-spring-boot.git</url>
7372
<developerConnection>scm:git:[email protected]:fonimus/ssh-shell-spring-boot.git</developerConnection>
74-
<tag>HEAD</tag>
73+
<tag>2.0.0</tag>
7574
</scm>
7675

7776
<modules>

samples/basic/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<parent>
2120
<artifactId>ssh-shell-spring-boot-parent</artifactId>
2221
<groupId>com.github.fonimus</groupId>
23-
<version>1.8.1-SNAPSHOT</version>
22+
<version>2.0.0</version>
2423
<relativePath>../../pom.xml</relativePath>
2524
</parent>
2625
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +28,7 @@
2928
<name>Ssh shell spring boot basic sample</name>
3029

3130
<properties>
32-
<sonar.sources/>
31+
<sonar.sources />
3332
</properties>
3433

3534
<dependencies>

samples/complete/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<parent>
2120
<artifactId>ssh-shell-spring-boot-parent</artifactId>
2221
<groupId>com.github.fonimus</groupId>
23-
<version>1.8.1-SNAPSHOT</version>
22+
<version>2.0.0</version>
2423
<relativePath>../../pom.xml</relativePath>
2524
</parent>
2625
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +28,7 @@
2928
<name>Ssh shell spring boot complete sample</name>
3029

3130
<properties>
32-
<sonar.sources/>
31+
<sonar.sources />
3332
</properties>
3433

3534
<dependencies>

starter/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<parent>
2120
<artifactId>ssh-shell-spring-boot-parent</artifactId>
2221
<groupId>com.github.fonimus</groupId>
23-
<version>1.8.1-SNAPSHOT</version>
22+
<version>2.0.0</version>
2423
<relativePath>../pom.xml</relativePath>
2524
</parent>
2625
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)