Skip to content

Commit

Permalink
updated version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayton7510 committed Jul 15, 2019
1 parent 9e8152c commit f3eccb8
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[tf-maven-plugin]:https://search.maven.org/artifact/com.deliveredtechnologies/tf-maven-plugin/0.2.6/maven-plugin
[tf-cmd-api]:https://search.maven.org/artifact/com.deliveredtechnologies/tf-cmd-api/0.2.6/jar
[tf-maven-starter]:https://search.maven.org/artifact/com.deliveredtechnologies/tf-maven-starter/0.2.6/pom
[tf-maven-plugin]:https://search.maven.org/artifact/com.deliveredtechnologies/tf-maven-plugin/0.3/maven-plugin
[tf-cmd-api]:https://search.maven.org/artifact/com.deliveredtechnologies/tf-cmd-api/0.3/jar
[tf-maven-starter]:https://search.maven.org/artifact/com.deliveredtechnologies/tf-maven-starter/0.3/pom
[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-maven-starter-snapshot]:https://oss.sonatype.org/content/repositories/snapshots/com/deliveredtechnologies/tf-maven-starter/
[maven-badge]:https://img.shields.io/badge/maven%20central-0.2.6-green.svg
[maven-badge]:https://img.shields.io/badge/maven%20central-0.3-green.svg
[maven-snapshot-badge]:https://img.shields.io/badge/SNAPSHOT-0.3-green.svg

![terraform-maven](.docs/MavenTerraform.png)
Expand Down
4 changes: 2 additions & 2 deletions examples/tf-s3-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.deliveredtechnologies</groupId>
<artifactId>tf-maven-starter</artifactId>
<version>0.2.6</version>
<version>0.3</version>
</parent>
<artifactId>tf-s3-consumer</artifactId>
<groupId>com.deliveredtechnologies.example.maven.tf</groupId>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.deliveredtechnologies</groupId>
<artifactId>tf-maven-starter</artifactId>
<version>0.2.6</version>
<version>0.3</version>
<type>pom</type>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions examples/tf-s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.deliveredtechnologies</groupId>
<artifactId>tf-maven-starter</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>
<artifactId>tf-s3</artifactId>
<groupId>com.deliveredtechnologies.example.maven.tf</groupId>
Expand All @@ -21,13 +21,13 @@
<dependency>
<groupId>com.deliveredtechnologies</groupId>
<artifactId>tf-maven-starter</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.deliveredtechnologies</groupId>
<artifactId>tf-cmd-api</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3-</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tf-build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.deliveredtechnologies</groupId>
<artifactId>tf-build-tools</artifactId>
<packaging>pom</packaging>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<description>Terraform Build Tools: The parent POM project for Java and Terraform Tools</description>
<modules>
<module>tf-cmd-api</module>
Expand Down
2 changes: 1 addition & 1 deletion tf-build-tools/tf-cmd-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tf-build-tools</artifactId>
<groupId>com.deliveredtechnologies</groupId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>tf-cmd-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tf-build-tools/tf-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.deliveredtechnologies</groupId>
<artifactId>tf-build-tools</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>
<artifactId>tf-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tf-build-tools/tf-maven-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tf-build-tools</artifactId>
<groupId>com.deliveredtechnologies</groupId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>tf-maven-starter</artifactId>
Expand Down

0 comments on commit f3eccb8

Please sign in to comment.