Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
switch to building with 6.3 Alpha and point to the public maven repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Jun 23, 2014
1 parent 1019de0 commit 7164c26
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@
the jboss.eap.version is the version of the eap inside if the directory
inside the zip is not the same as the name of the zip
e.g. jboss-as-dist-7.2.0.Alpha1-redhat-4.zip unzips to jboss-eap-6.1
e.g. jboss-as-dist-7.4.0.Final-redhat-4.zip unzips to jboss-eap-6.3
-->
<jboss.version>7.4.0.Final-redhat-SNAPSHOT</jboss.version>
<jboss.version>7.4.0.Final-redhat-4</jboss.version>
<jboss.eap.version>jboss-eap-6.3</jboss.eap.version>
<jboss.javaee6.spec.version>3.0.2.Final</jboss.javaee6.spec.version>

Expand Down Expand Up @@ -1686,6 +1687,15 @@

<repositories>

<repository>
<id>eap</id>
<name>EAP Repository</name>
<url>http://maven.repository.redhat.com/techpreview/eap6/6.3.0.Alpha/maven-repository/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>

<!--
<repository>
<id>jboss-deprecated-repository</id>
Expand Down

0 comments on commit 7164c26

Please sign in to comment.