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 11# JSqlParser Organisation
22
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+
38## JSqlParser
49
510JSqlParser 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.
130135
131136## Maven Repository
132137
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.
134140To use it this is the repository configuration:
135141
136142``` xml
@@ -140,17 +146,17 @@ To use it this is the repository configuration:
140146 <snapshots >
141147 <enabled >true</enabled >
142148 </snapshots >
143- <url >https://raw.github.com/wumpz/maven_repo/master/snapshots </url >
149+ <url >https://oss.sonatype.org/content/groups/public/ </url >
144150 </repository >
145151</repositories >
146152```
147153
148154And this is the dependency declaration in your pom:
149155``` xml
150156<dependency >
151- <groupId >net.sf .jsqlparser</groupId >
157+ <groupId >com.github .jsqlparser</groupId >
152158 <artifactId >jsqlparser</artifactId >
153- <version >0.8.4 -SNAPSHOT</version >
159+ <version >0.8.5 -SNAPSHOT</version >
154160</dependency >
155161```
156162
You can’t perform that action at this time.
0 commit comments