Skip to content

Commit

Permalink
Updated to version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anand1st committed Aug 8, 2017
1 parent 8e59e31 commit c0b81ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.anand1st</groupId>
<artifactId>sshd-shell-spring-boot-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<spring-boot.version>2.0.0.BUILD-SNAPSHOT</spring-boot.version>
<spring-boot.version>1.5.6.RELEASE</spring-boot.version>
</properties>
<url>https://github.com/anand1st/sshd-shell-spring-boot</url>
<licenses>
Expand Down
2 changes: 1 addition & 1 deletion sshd-shell-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.github.anand1st</groupId>
<artifactId>sshd-shell-spring-boot-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0</version>
</parent>
<artifactId>sshd-shell-spring-boot-starter</artifactId>
<name>SSH Shell starter for Spring Boot Application</name>
Expand Down
2 changes: 1 addition & 1 deletion sshd-shell-spring-boot-test-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.anand1st</groupId>
<artifactId>sshd-shell-spring-boot-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0</version>
</parent>
<artifactId>sshd-shell-spring-boot-test-app</artifactId>
<dependencies>
Expand Down

0 comments on commit c0b81ef

Please sign in to comment.