File tree Expand file tree Collapse file tree 2 files changed +220
-208
lines changed Expand file tree Collapse file tree 2 files changed +220
-208
lines changed Original file line number Diff line number Diff line change 1
1
# JSqlParser Organisation
2
2
3
+ The maven repository settings have been changed. Version 0.8.5-SNAPSHOT will be the
4
+ first snapshot at sonytypes open source repository location. The following releases will
5
+ go there as well and published to maven central. To avoid problems with the original
6
+ projects artifacts the groupid was changed to com.github.jsqlparser.
7
+
3
8
## JSqlParser
4
9
5
10
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes.
@@ -130,7 +135,8 @@ This will produce the jsqlparser-VERSION.jar file in the target/ directory.
130
135
131
136
## Maven Repository
132
137
133
- At the moment I created a github maven repository. Starting from now I will deploy there.
138
+ JSQLParser is deployed at sonatypes open source maven repository.
139
+ Starting from now I will deploy there. The first snapshot version there will be 0.8.5-SNAPSHOT.
134
140
To use it this is the repository configuration:
135
141
136
142
``` xml
@@ -140,17 +146,17 @@ To use it this is the repository configuration:
140
146
<snapshots >
141
147
<enabled >true</enabled >
142
148
</snapshots >
143
- <url >https://raw.github.com/wumpz/maven_repo/master/snapshots </url >
149
+ <url >https://oss.sonatype.org/content/groups/public/ </url >
144
150
</repository >
145
151
</repositories >
146
152
```
147
153
148
154
And this is the dependency declaration in your pom:
149
155
``` xml
150
156
<dependency >
151
- <groupId >net.sf .jsqlparser</groupId >
157
+ <groupId >com.github .jsqlparser</groupId >
152
158
<artifactId >jsqlparser</artifactId >
153
- <version >0.8.4 -SNAPSHOT</version >
159
+ <version >0.8.5 -SNAPSHOT</version >
154
160
</dependency >
155
161
```
156
162
You can’t perform that action at this time.
0 commit comments