diff --git a/README.md b/README.md index 5c3af1f2..a37d3170 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,11 @@ -[tf-maven-plugin]:https://search.maven.org/artifact/com.deliveredtechnologies/tf-maven-plugin/0.9/maven-plugin -[tf-cmd-api]:https://search.maven.org/artifact/com.deliveredtechnologies/tf-cmd-api/0.9/jar -[tf-s3-archetype]:https://search.maven.org/artifact/com.deliveredtechnologies/tf-s3-archetype/0.9/jar +[tf-maven-plugin]:https://search.maven.org/artifact/com.deliveredtechnologies/tf-maven-plugin/0.9.1/maven-plugin +[tf-cmd-api]:https://search.maven.org/artifact/com.deliveredtechnologies/tf-cmd-api/0.9.1/jar +[tf-s3-archetype]:https://search.maven.org/artifact/com.deliveredtechnologies/tf-s3-archetype/0.9.1/jar [tf-maven-plugin-snapshot]:https://oss.sonatype.org/content/repositories/snapshots/com/deliveredtechnologies/tf-maven-plugin/ [tf-cmd-api-snapshot]:https://oss.sonatype.org/content/repositories/snapshots/com/deliveredtechnologies/tf-cmd-api/ [tf-s3-archetype-snapshot]:https://oss.sonatype.org/content/repositories/snapshots/com/deliveredtechnologies/tf-s3-archetype/ -[maven-badge]:https://img.shields.io/badge/maven%20central-0.9-green.svg -[maven-snapshot-badge]:https://img.shields.io/badge/SNAPSHOT-0.9-green.svg -[tf-maven-plugin-synk-badge]:https://img.shields.io/badge/vulnerabilities-1-yellow.svg -[tf-maven-plugin-synk]:https://snyk.io/test/github/deliveredtechnologies/terraform-maven?targetFile=tf-build-tools%2Ftf-maven-plugin%2Fpom.xml -[tf-cmd-api-synk-badge]:https://img.shields.io/badge/vulnerabilities-0-green.svg -[tf-cmd-api-synk]:https://snyk.io/test/github/deliveredtechnologies/terraform-maven?targetFile=tf-build-tools%2Ftf-cmd-api%2Fpom.xml +[maven-badge]:https://img.shields.io/badge/maven%20central-0.9.1-green.svg +[maven-snapshot-badge]:https://img.shields.io/badge/SNAPSHOT-0.9.1-green.svg ![terraform-maven](.docs/MavenTerraform.png) @@ -56,11 +52,11 @@ Not finding what you are looking for? [Try the Wiki!](https://github.com/deliver ### Artifacts in This Repository -| Artifact Name | Version | Latest Snapshot | Security Scan Results | Description | -|------------------|---------|-----------------|-----------------------|-------------| -| tf-maven-plugin | [![Maven Central][maven-badge]][tf-maven-plugin] | [![Maven Snapshot][maven-snapshot-badge]][tf-maven-plugin-snapshot] | [![tf-maven-plugin vulnerabilities][tf-maven-plugin-synk-badge]][tf-maven-plugin-synk] | Terraform Maven Plugin | -| tf-cmd-api | [![Maven Central][maven-badge]][tf-cmd-api] | [![Maven Snapshot][maven-snapshot-badge]][tf-cmd-api-snapshot] | [![tf-cmd-api vulnerabilities][tf-cmd-api-synk-badge]][tf-cmd-api-synk] | Terraform Command API | -| tf-s3-archetype | [![Maven Central][maven-badge]][tf-s3-archetype] | [![Maven Snapshot][maven-snapshot-badge]][tf-s3-archetype-snapshot] | N/A | Maven Terraform S3 Archetype | +| Artifact Name | Version | Latest Snapshot | Description | +|------------------|---------|-----------------|-------------| +| tf-maven-plugin | [![Maven Central][maven-badge]][tf-maven-plugin] | [![Maven Snapshot][maven-snapshot-badge]][tf-maven-plugin-snapshot] | Terraform Maven Plugin | +| tf-cmd-api | [![Maven Central][maven-badge]][tf-cmd-api] | [![Maven Snapshot][maven-snapshot-badge]][tf-cmd-api-snapshot] | Terraform Command API | +| tf-s3-archetype | [![Maven Central][maven-badge]][tf-s3-archetype] | [![Maven Snapshot][maven-snapshot-badge]][tf-s3-archetype-snapshot] | Maven Terraform S3 Archetype | ### Repository Directory Structure * examples - Terraform Maven example projects diff --git a/examples/tf-s3-consumer/pom.xml b/examples/tf-s3-consumer/pom.xml index ecbc8d1f..383263cf 100644 --- a/examples/tf-s3-consumer/pom.xml +++ b/examples/tf-s3-consumer/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - 0.9 + 0.9.1 tf-s3-consumer com.deliveredtechnologies.example.maven.tf diff --git a/examples/tf-s3/pom.xml b/examples/tf-s3/pom.xml index 552bd576..e6b09529 100644 --- a/examples/tf-s3/pom.xml +++ b/examples/tf-s3/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - 0.9 + 0.9.1 tf-s3 com.deliveredtechnologies.example.maven.tf diff --git a/tf-build-tools/pom.xml b/tf-build-tools/pom.xml index a5765533..d44e2b12 100644 --- a/tf-build-tools/pom.xml +++ b/tf-build-tools/pom.xml @@ -6,7 +6,7 @@ com.deliveredtechnologies tf-build-tools pom - 0.9 + 0.9.1 Terraform Build Tools: The parent POM project for Java and Terraform Tools tf-cmd-api diff --git a/tf-build-tools/tf-cmd-api/pom.xml b/tf-build-tools/tf-cmd-api/pom.xml index 51b40bd5..44a93b39 100644 --- a/tf-build-tools/tf-cmd-api/pom.xml +++ b/tf-build-tools/tf-cmd-api/pom.xml @@ -5,7 +5,7 @@ tf-build-tools com.deliveredtechnologies - 0.9 + 0.9.1 4.0.0 tf-cmd-api diff --git a/tf-build-tools/tf-maven-plugin/pom.xml b/tf-build-tools/tf-maven-plugin/pom.xml index a1f07fee..a1f8e08c 100644 --- a/tf-build-tools/tf-maven-plugin/pom.xml +++ b/tf-build-tools/tf-maven-plugin/pom.xml @@ -4,7 +4,7 @@ com.deliveredtechnologies tf-build-tools - 0.9 + 0.9.1 tf-maven-plugin maven-plugin diff --git a/tf-build-tools/tf-maven-plugin/src/main/java/com/deliveredtechnologies/maven/terraform/TerraformGet.java b/tf-build-tools/tf-maven-plugin/src/main/java/com/deliveredtechnologies/maven/terraform/TerraformGet.java index 7a8ba021..59009522 100644 --- a/tf-build-tools/tf-maven-plugin/src/main/java/com/deliveredtechnologies/maven/terraform/TerraformGet.java +++ b/tf-build-tools/tf-maven-plugin/src/main/java/com/deliveredtechnologies/maven/terraform/TerraformGet.java @@ -65,7 +65,8 @@ public TerraformGet(Log log) throws IOException { * The common modules directory is defaulted to src/main/.tfmodules */ public TerraformGet() throws IOException { - this(new Slf4jMavenAdapter(LoggerFactory.getLogger(TerraformGet.class)), (String)null); + this(new + Slf4jMavenAdapter(LoggerFactory.getLogger(TerraformGet.class)), (String)null); } @Override diff --git a/tf-build-tools/tf-s3-archetype/pom.xml b/tf-build-tools/tf-s3-archetype/pom.xml index 916aaa73..901e87f9 100644 --- a/tf-build-tools/tf-s3-archetype/pom.xml +++ b/tf-build-tools/tf-s3-archetype/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.deliveredtechnologies - 0.9 + 0.9.1 tf-build-tools tf-s3-archetype diff --git a/tf-build-tools/tf-s3-archetype/src/main/resources/archetype-resources/pom.xml b/tf-build-tools/tf-s3-archetype/src/main/resources/archetype-resources/pom.xml index 33b733c2..1c72f9ff 100644 --- a/tf-build-tools/tf-s3-archetype/src/main/resources/archetype-resources/pom.xml +++ b/tf-build-tools/tf-s3-archetype/src/main/resources/archetype-resources/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - 0.9-SNAPSHOT + 0.9.1 ${artifactId} ${groupId}