From af2a0f1aa212ecaf3646cca78e2bc3c8768d02a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=9B=90=EC=9D=BC=20=EC=B1=85=EC=9E=84/Cloud=20I?= =?UTF-8?q?nnovation=ED=8C=80?= Date: Thu, 28 Oct 2021 15:17:12 +0900 Subject: [PATCH] update --- .idea/workspace.xml | 13 +++++++++++-- README.md | 6 +++--- pom.xml | 2 +- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 80f4b41..a838b92 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,7 +5,9 @@ - + + + diff --git a/README.md b/README.md index 4e230dd..d31b26c 100644 --- a/README.md +++ b/README.md @@ -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 -------------

 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)
diff --git a/pom.xml b/pom.xml
index 5bf0ef8..1472768 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
   4.0.0
   anthunt.aws
   aws-exporter
-  3.0.3-RELEASE
+  3.0.4-RELEASE
   aws-exporter