Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Commit

Permalink
Release 2.3.0 (#45)
Browse files Browse the repository at this point in the history
Update version numbers 
Making release
  • Loading branch information
David Kane authored Dec 17, 2018
1 parent fc8f168 commit 94e5936
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Available on Maven Central.
<dependency>
<groupId>com.dkanejs.maven.plugins</groupId>
<artifactId>docker-compose-maven-plugin</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
```

Expand Down Expand Up @@ -189,7 +189,7 @@ Below has customised the location of the `docker-compose.yml` file and has two e
<plugin>
<groupId>com.dkanejs.maven.plugins</groupId>
<artifactId>docker-compose-maven-plugin</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
<executions>
<execution>
<id>up</id>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.dkanejs.maven.plugins</groupId>
<artifactId>docker-compose-maven-plugin</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>

<packaging>maven-plugin</packaging>

Expand Down

0 comments on commit 94e5936

Please sign in to comment.