Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] 1.6.11 push to Maven Central?

I'm trying to push it to central right now but the sonatype site I'm
using keeps timing out, hopefully in the next day or so it will
appear.  If you want it from the other repo it is there under 1.6.11
or 1.6.11.RELEASE:

<repository>
    <id>maven.springframework.org</id>
    <name>SpringSource releases</name>
    <url>http://maven.springframework.org/release</url>
</repository>

That repo also has a milestone area (for the various AspectJ
milestones) and a snapshots area I occasionally use to push out
important fixes.

cheers
Andy

On 16 May 2011 17:12, Brett Randall <javabrett@xxxxxxxxx> wrote:
> Thanks Andy, but I'll look into proxying the springframework repo if
> that's recommended, I wasn't aware of it.
>
> Brett
>
> On Tue, May 17, 2011 at 12:53 AM, Andy Clement <andrew.clement@xxxxxxxxx> wrote:
>> I'll try to get to it soon.  I just find it so much easier to publish
>> to our springframework repository than the central one.
>>
>> Andy
>>
>> On 15 May 2011 17:29, Brett Randall <javabrett@xxxxxxxxx> wrote:
>>> Hi,
>>>
>>> 1.6.11 was final in March, but I believe that 1.6.10 is the latest
>>> available in Maven Central.  Is there a separate push step for the
>>> release and can we run it?
>>>
>>> http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.aspectj%22%20AND%20a%3A%22aspectjrt%22
>>>
>>> Thanks
>>> Brett
>>> _______________________________________________
>>> aspectj-users mailing list
>>> aspectj-users@xxxxxxxxxxx
>>> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>>>
>> _______________________________________________
>> aspectj-users mailing list
>> aspectj-users@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top