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

Commit 7fe91d4

Browse files
author
David Kane
authored
Making release 2.5.1 (#71)
update POM version remove TravisCI build badge in readme update 'pull ignore failures' test to pull an image that does not exist
1 parent 244dd46 commit 7fe91d4

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Docker Compose Maven Plugin
2-
[![Build Status](https://travis-ci.org/dkanejs/docker-compose-maven-plugin.svg?branch=master)](https://travis-ci.org/dkanejs/docker-compose-maven-plugin)
32
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.dkanejs.maven.plugins/docker-compose-maven-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.dkanejs.maven.plugins/docker-compose-maven-plugin)
43

54
## Quickstart

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.dkanejs.maven.plugins</groupId>
77
<artifactId>docker-compose-maven-plugin</artifactId>
8-
<version>2.5.1-SNAPSHOT</version>
8+
<version>2.5.1</version>
99

1010
<packaging>maven-plugin</packaging>
1111

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: '3.2'
22
services:
33
test:
4-
image: busybox
4+
image: thisimagedoesnotexist
55
container_name: mpdc-it-pull-ignore-failures
66
command: sleep 600

0 commit comments

Comments
 (0)