Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
김원일 책임/Cloud Innovation팀 committed Oct 28, 2021
1 parent 99b87bd commit af2a0f1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
13 changes: 11 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ AWSExporter extracts configuration information about resources you create in AWS
:wrench: Installation
-------------

Download [aws-exporter-3.0.0-RELEASE-full.jar](https://github.com/anthunt/aws-exporter/releases/download/3.0.0-RELEASE/aws-exporter-3.0.0-RELEASE-full.jar) to your local path and run install
Download [aws-exporter-3.0.4-RELEASE-full.jar](https://github.com/anthunt/aws-exporter/releases/download/3.0.0-RELEASE/aws-exporter-3.0.0-RELEASE-full.jar) to your local path and run install
```
$ java -jar aws-exporter-3.0.0-RELEASE-full.jar
$ java -jar aws-exporter-3.0.4-RELEASE-full.jar
```

:file_folder: Program Structure
-------------
<pre><code>
Your path -
|- aws-exporter-3.0.0-RELEASE-full.jar
|- aws-exporter-3.0.4-RELEASE-full.jar
|- startAWSExporter.bat (created at install)
|- lib (created at install)
|- conf (created when running startAWSExport.bat)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>anthunt.aws</groupId>
<artifactId>aws-exporter</artifactId>
<version>3.0.3-RELEASE</version>
<version>3.0.4-RELEASE</version>
<name>aws-exporter</name>
<licenses>
<license>
Expand Down

0 comments on commit af2a0f1

Please sign in to comment.