Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jnosql-dev] The version 0.0.4-SNAPSHOT is available

Hello, everybody.

The JNoSQL 0.0.4-SNAPSHOT version is available at the sonatype repository.

To use it, you need to add the maven repo in either the settings or the pom.xml project.


https://oss.sonatype.org/content/repositories/snapshots/org/jnosql/jnosql-parent/


<repositories>
<repository>
<id>snapshots-repo</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

That is nice opportunity to test and check the new resource that is coming.
I'll write an article about what is in the new version soon.
--
Otávio Gonçalves de Santana

Back to the top