|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
[VOTE] Release Maven Runtime version 1.0-alpha-2Hi,
We solved 2 issues: - Added support for introspecting URLs to MavenRuntime - Added url to parsing exception messages There are no issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=component+%3D+maven-runtime+AND+project+%3D+MSHARED+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC Staging repo: https://repository.apache.org/content/repositories/maven-009/ Staging site: http://maven.apache.org/shared/maven-runtime-1.0-alpha-2/ Guide to testing staged releases: http://maven.apache.org/guides/development/guide-testing-releases.html Vote open for 72 hours. [ ] +1 [ ] +0 [ ] -1 Cheers, Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [VOTE] Release Maven Runtime version 1.0-alpha-22009/11/2 Mark Hobson <markhobson@...>:
> Hi, > > We solved 2 issues: > - Added support for introspecting URLs to MavenRuntime > - Added url to parsing exception messages > > There are no issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=component+%3D+maven-runtime+AND+project+%3D+MSHARED+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC > > Staging repo: > https://repository.apache.org/content/repositories/maven-009/ > > Staging site: > http://maven.apache.org/shared/maven-runtime-1.0-alpha-2/ > The above link is broken for me, even using the Apache Proxy :-( > Guide to testing staged releases: > http://maven.apache.org/guides/development/guide-testing-releases.html > > Vote open for 72 hours. > > [ ] +1 > [ ] +0 > [ ] -1 > > Cheers, > > Mark > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [VOTE] Release Maven Runtime version 1.0-alpha-2Mark,
Did you close the staging repostiory? I always forget to do this so it shows up as a broken link. On 2009-11-02, at 9:40 AM, Stephen Connolly wrote: > 2009/11/2 Mark Hobson <markhobson@...>: >> Hi, >> >> We solved 2 issues: >> - Added support for introspecting URLs to MavenRuntime >> - Added url to parsing exception messages >> >> There are no issues left in JIRA: >> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=component+%3D+maven-runtime+AND+project+%3D+MSHARED+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC >> >> Staging repo: >> https://repository.apache.org/content/repositories/maven-009/ >> >> Staging site: >> http://maven.apache.org/shared/maven-runtime-1.0-alpha-2/ >> > > The above link is broken for me, even using the Apache Proxy :-( > >> Guide to testing staged releases: >> http://maven.apache.org/guides/development/guide-testing- >> releases.html >> >> Vote open for 72 hours. >> >> [ ] +1 >> [ ] +0 >> [ ] -1 >> >> Cheers, >> >> Mark >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@... >> For additional commands, e-mail: dev-help@... >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > Thanks, Jason ---------------------------------------------------------- Jason van Zyl Founder, Apache Maven http://twitter.com/jvanzyl ---------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
RE: [VOTE] Release Maven Runtime version 1.0-alpha-2Ok, good to know.
Thanks. -----Original Message----- From: Jason van Zyl [mailto:jason@...] Sent: Monday, November 02, 2009 10:44 AM To: Maven Developers List Subject: Re: [VOTE] Release Maven Runtime version 1.0-alpha-2 Mark, Did you close the staging repostiory? I always forget to do this so it shows up as a broken link. On 2009-11-02, at 9:40 AM, Stephen Connolly wrote: > 2009/11/2 Mark Hobson <markhobson@...>: >> Hi, >> >> We solved 2 issues: >> - Added support for introspecting URLs to MavenRuntime >> - Added url to parsing exception messages >> >> There are no issues left in JIRA: >> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide &jqlQuery=component+%3D+maven-runtime+AND+project+%3D+MSHARED+AND+resolu tion+%3D+Unresolved+ORDER+BY+updated+DESC >> >> Staging repo: >> https://repository.apache.org/content/repositories/maven-009/ >> >> Staging site: >> http://maven.apache.org/shared/maven-runtime-1.0-alpha-2/ >> > > The above link is broken for me, even using the Apache Proxy :-( > >> Guide to testing staged releases: >> http://maven.apache.org/guides/development/guide-testing- >> releases.html >> >> Vote open for 72 hours. >> >> [ ] +1 >> [ ] +0 >> [ ] -1 >> >> Cheers, >> >> Mark >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@... >> For additional commands, e-mail: dev-help@... >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > Thanks, Jason ---------------------------------------------------------- Jason van Zyl Founder, Apache Maven http://twitter.com/jvanzyl ---------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [VOTE] Release Maven Runtime version 1.0-alpha-2Mark Hobson wrote:
> Staging repo: > https://repository.apache.org/content/repositories/maven-009/ +1 > Staging site: > http://maven.apache.org/shared/maven-runtime-1.0-alpha-2/ The site apparently suffers from the missing site descriptor for maven-shared-components:13, i.e. it's missing stuff like the proper skin, the "Privacy Policy" disclaimer etc. So I suggest before deploying the final site, you hack the POM in your local checkout of the tag to inherit from maven-shared-components:14 and deploy the site using the fixed parent. Benjamin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [VOTE] Release Maven Runtime version 1.0-alpha-22009/11/2 Stephen Connolly <stephen.alan.connolly@...>:
> 2009/11/2 Mark Hobson <markhobson@...>: >> Staging site: >> http://maven.apache.org/shared/maven-runtime-1.0-alpha-2/ > > The above link is broken for me, even using the Apache Proxy :-( It wasn't synced when I sent the email, but it's working for me now. Have you still got problems accessing the site? 2009/11/2 Jason van Zyl <jason@...>: > Mark, > > Did you close the staging repostiory? I always forget to do this so it shows > up as a broken link. I did close the staging repository, but I thought Stephen was referring to the site. 2009/11/2 Benjamin Bentmann <benjamin.bentmann@...>: >> Staging site: >> http://maven.apache.org/shared/maven-runtime-1.0-alpha-2/ > > The site apparently suffers from the missing site descriptor for > maven-shared-components:13, i.e. it's missing stuff like the proper skin, > the "Privacy Policy" disclaimer etc. So I suggest before deploying the final > site, you hack the POM in your local checkout of the tag to inherit from > maven-shared-components:14 and deploy the site using the fixed parent. Good point, let me rollback the release and update the parent to maven-shared-components:14. I'll cancel this vote and start another one shortly. Cheers, Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
| Free embeddable forum powered by Nabble | Forum Help |