aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMário Franco <mario.ffranco@gmail.com>2015-05-27 11:27:39 +0100
committerMário Franco <mario.ffranco@gmail.com>2015-05-27 11:27:39 +0100
commit13f3f417d5151222cf5477b5b12d8d545303f693 (patch)
tree42fb314de4d7a43c56e476604b7af22d173abbed
parent1df9fb8aa1922feca732e245c775c9bb39caa946 (diff)
downloadpf4j-13f3f417d5151222cf5477b5b12d8d545303f693.tar.gz
pf4j-13f3f417d5151222cf5477b5b12d8d545303f693.zip
Fix profile name
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 5080ad9..2ebede7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
<profiles>
<profile>
- <id>JDK 8 Build</id>
+ <id>jdk8-build</id>
<activation>
<jdk>[1.8,)</jdk>
</activation>