Skip to content
This repository was archived by the owner on Aug 13, 2018. It is now read-only.

Commit a9322c3

Browse files
committed
added slack infos
1 parent b6ab4bf commit a9322c3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ jdk:
1212
# - openjdk6
1313

1414
after_success:
15-
- mvn clean cobertura:cobertura coveralls:report
15+
- mvn clean cobertura:cobertura coveralls:report
16+
17+
notifications:
18+
slack: rapidpm:giph6gm6CAPsatCNt5jHhnzN

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121

2222
<groupId>org.rapidpm.cdipattern</groupId>
23-
<artifactId>parent</artifactId>
23+
<artifactId>cdi-pattern</artifactId>
2424
<version>1.0.0-SNAPSHOT</version>
2525
<packaging>pom</packaging>
2626

0 commit comments

Comments
 (0)