File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# JSqlParser Organisation
22
3+ ## News
4+
5+ The first release version ** 0.8.5** is available at repository
6+ ** https://oss.sonatype.org/content/groups/public/ ** .
7+ It should be synched with maven central.
8+
9+
310The maven repository settings have been changed. Version ** 0.8.5-SNAPSHOT** will be the
411first snapshot at sonatypes open source repository location. The following releases will
512go there as well and published to maven central. To avoid problems with the original
@@ -157,13 +164,14 @@ To use it this is the repository configuration:
157164 </repository >
158165</repositories >
159166```
167+ This repositories releases will be synched to maven central. Snapshots remain at sonatype.
160168
161169And this is the dependency declaration in your pom:
162170``` xml
163171<dependency >
164172 <groupId >com.github.jsqlparser</groupId >
165173 <artifactId >jsqlparser</artifactId >
166- <version >0.8.5-SNAPSHOT </version >
174+ <version >0.8.5</version >
167175</dependency >
168176```
169177
You can’t perform that action at this time.
0 commit comments