Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fonimus committed Dec 5, 2019
1 parent 06d393c commit aaddddb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>com.github.fonimus</groupId>
<artifactId>ssh-shell-spring-boot-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -50,7 +49,7 @@
<connection>scm:git:[email protected]:fonimus/ssh-shell-spring-boot.git</connection>
<url>scm:git:[email protected]:fonimus/ssh-shell-spring-boot.git</url>
<developerConnection>scm:git:[email protected]:fonimus/ssh-shell-spring-boot.git</developerConnection>
<tag>HEAD</tag>
<tag>1.2.1</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion samples/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ssh-shell-spring-boot-parent</artifactId>
<groupId>com.github.fonimus</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion samples/complete/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ssh-shell-spring-boot-parent</artifactId>
<groupId>com.github.fonimus</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ssh-shell-spring-boot-parent</artifactId>
<groupId>com.github.fonimus</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit aaddddb

Please sign in to comment.