Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [krazo-dev] Jakarta MVC 1.1-SNAPSHOT doubt

AFAIK the nightly build currently doesn't work correctly. So I guess that this is the reason you are still getting version 1.0.0 of the API.

Am Di., 14. Juli 2020 um 17:41 Uhr schrieb Daniel Dias Dos Santos <daniel.dias.analistati@xxxxxxxxx>:
Hello Ivar,

when I insert the new repository and use Krazo version 1.1.0-SNAPSHOT, version 1.0.0 of mvc keeps coming.
--
Daniel Dias dos Santos
Java Developer
SouJava & JCP Member
Linkedin: www.linkedin.com/in/danieldiasjava


Em ter., 14 de jul. de 2020 às 11:51, Daniel Dias Dos Santos <daniel.dias.analistati@xxxxxxxxx> escreveu:
Hello Ivar,

perfect . thanks : )
--
Daniel Dias dos Santos
Java Developer
SouJava & JCP Member
Linkedin: www.linkedin.com/in/danieldiasjava


Em ter., 14 de jul. de 2020 às 11:45, Ivar Grimstad <ivar.grimstad@xxxxxxxxxxxxxxxxxxxxxx> escreveu:
Hi Daniel,

It is available in the Jakarta Staging repository, https://jakarta.oss.sonatype.org/

In order to consume the snapshot, you will need to use the following repository configuration:

           <repositories>
                <repository>
                    <id>sonatype-nexus-snapshots</id>
                    <name>Sonatype Nexus Snapshots</name>
                    <url>https://jakarta.oss.sonatype.org/content/repositories/snapshots/</url>
                    <releases>
                        <enabled>false</enabled>
                    </releases>
                    <snapshots>
                        <enabled>true</enabled>
                    </snapshots>
                </repository>
            </repositories>

Ivar

On Tue, Jul 14, 2020 at 4:39 PM Daniel Dias Dos Santos <daniel.dias.analistati@xxxxxxxxx> wrote:
Hello everyone, everything good ?

I have a doubt.

I saw that in Krazo the travis was updated to obtain the MVC 1.1-SNAPSHOT via the "-Psnapshots".

Is this already available on maven?

because I updated my example to try to get the new jar from MVC and still comes 1.0.0 from SPEC.

this path is still valid:

https://www.mvc-spec.org/krazo/docs/install-snapshots.html

thanks, 
_______________________________________________
krazo-dev mailing list
krazo-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/krazo-dev


--

Ivar Grimstad

Jakarta EE Developer Advocate | Eclipse Foundation, Inc.

Community. Code. Collaboration. 

Join us at our virtual event:
EclipseCon 2020 - October 20-22

_______________________________________________
krazo-dev mailing list
krazo-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/krazo-dev
_______________________________________________
krazo-dev mailing list
krazo-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/krazo-dev


--

Back to the top