Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Mar 13, 2018
1 parent b1afee6 commit eca13ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.unitedinternet</groupId>
<artifactId>SSHConfig</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion ssh-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ versions:
# Where to install what on the target system?
install:
- copy:
from: target/SSHConfig-1.0.1-SNAPSHOT-jar-with-dependencies.jar
from: target/SSHConfig-1.0.1-jar-with-dependencies.jar
to: /usr/share/ssh-config/ssh-config-jar-with-dependencies.jar
owner: root
group: root
Expand Down

0 comments on commit eca13ad

Please sign in to comment.