Skip to content

Commit 9eb5fa1

Browse files
committed
Update README.md
1 parent 0f1ef8d commit 9eb5fa1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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+
310
The maven repository settings have been changed. Version **0.8.5-SNAPSHOT** will be the
411
first snapshot at sonatypes open source repository location. The following releases will
512
go 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

161169
And 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

0 commit comments

Comments
 (0)