[
https://issues.apache.org/jira/browse/PROTON-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rafael H. Schloming resolved PROTON-443.
----------------------------------------
Resolution: Fixed
Assignee: Rafael H. Schloming
> update hawt-dispatch dependency version
> ---------------------------------------
>
> Key: PROTON-443
> URL: https://issues.apache.org/jira/browse/PROTON-443
> Project: Qpid Proton
> Issue Type: Improvement
> Components: proton-j
> Reporter: Robbie Gemmell
> Assignee: Rafael H. Schloming
> Priority: Blocker
> Fix For: 0.6
>
>
> PROTON-440 made some seemingly unrelated change to the proton-hawtdispatch
> module dependencies, as below.
> The snapshot now being used must be updated to a release version before
> Proton 0.6 can be shipped.
> {noformat}
> --- qpid/proton/trunk/proton-j/contrib/proton-hawtdispatch/pom.xml
> 2013/10/12 07:06:05 1531507
> +++ qpid/proton/trunk/proton-j/contrib/proton-hawtdispatch/pom.xml
> 2013/10/12 07:06:45 1531508
> @@ -29,7 +29,7 @@
>
> <properties>
> <hawtbuf-version>1.9</hawtbuf-version>
> - <hawtdispatch-version>1.12</hawtdispatch-version>
> + <hawtdispatch-version>1.18-SNAPSHOT</hawtdispatch-version>
> </properties>
>
> <dependencies>
> @@ -51,6 +51,15 @@
> <scope>provided</scope>
> </dependency>
> </dependencies>
> +
> + <repositories>
> + <repository>
> + <id>com.fusesource.m2.snapshot</id>
> +
> <url>http://repo.fusesource.com/nexus/content/repositories/snapshots/</url>
> + <releases><enabled>false</enabled></releases>
> + <snapshots><enabled>true</enabled></snapshots>
> + </repository>
> + </repositories>
>
> <build>
> </build>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.1#6144)