Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #693 from zanata/eap633
Browse files Browse the repository at this point in the history
Warn if EAP version < 6.3.3
  • Loading branch information
seanf committed Feb 24, 2015
2 parents e7f33a2 + e099e57 commit b23fc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zanata-war/src/main/java/org/zanata/ZanataInit.java
Expand Up @@ -82,7 +82,7 @@
@Slf4j
public class ZanataInit {
private static final DefaultArtifactVersion MIN_EAP_VERSION =
new DefaultArtifactVersion("6.3.2");
new DefaultArtifactVersion("6.3.3");
private static final DefaultArtifactVersion MIN_WILDFLY_VERSION =
new DefaultArtifactVersion("8.1.0");

Expand Down

0 comments on commit b23fc52

Please sign in to comment.