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 1
1
# JSqlParser Organisation
2
2
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
+
3
10
The maven repository settings have been changed. Version ** 0.8.5-SNAPSHOT** will be the
4
11
first snapshot at sonatypes open source repository location. The following releases will
5
12
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:
157
164
</repository >
158
165
</repositories >
159
166
```
167
+ This repositories releases will be synched to maven central. Snapshots remain at sonatype.
160
168
161
169
And this is the dependency declaration in your pom:
162
170
``` xml
163
171
<dependency >
164
172
<groupId >com.github.jsqlparser</groupId >
165
173
<artifactId >jsqlparser</artifactId >
166
- <version >0.8.5-SNAPSHOT </version >
174
+ <version >0.8.5</version >
167
175
</dependency >
168
176
```
169
177
You can’t perform that action at this time.
0 commit comments