Skip to content

Commit 7a99449

Browse files
committed
Migrate to Maven
1 parent 74425d8 commit 7a99449

File tree

13 files changed

+108
-157
lines changed

13 files changed

+108
-157
lines changed

.idea/codeStyles/Project.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.idea/dictionaries/utPLSQL.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.travis/create_api_user.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

.travis/install_demo_project.sh

Lines changed: 0 additions & 34 deletions
This file was deleted.

.travis/install_utplsql.sh

Lines changed: 0 additions & 33 deletions
This file was deleted.

.travis/start_db.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -8,39 +8,14 @@ This is a collection of classes, that makes it easy to access the [utPLSQL v3](h
88
* Handles compatibility for all 3.x versions of utPLSQL
99

1010
## Downloading
11-
This is a Maven Library project, you can add on your Java project as a dependency.
12-
13-
The project is hosted on [packagecloud.io](https://packagecloud.io/utPLSQL/utPLSQL-java-api)
14-
15-
[![packagecloud](https://packagecloud.io/images/packagecloud-badge.png)](https://packagecloud.io/utPLSQL/utPLSQL-java-api)
16-
1711

18-
You install this Maven repository by adding it to the <repositories> section of your pom.xml. No special plugins or extensions are required.
19-
20-
```xml
21-
<repositories>
22-
<repository>
23-
<id>utplsql-java-api</id>
24-
<url>
25-
https://packagecloud.io/utplsql/utplsql-java-api/maven2
26-
</url>
27-
<releases>
28-
<enabled>true</enabled>
29-
</releases>
30-
<snapshots>
31-
<enabled>true</enabled>
32-
</snapshots>
33-
</repository>
34-
</repositories>
35-
```
12+
This is a Maven Library project, you can add on your Java project as a dependency.
3613

37-
To use the java-api library, add this to the `<dependencies>` section of your `pom.xml`.
3814
```xml
3915
<dependency>
4016
<groupId>org.utplsql</groupId>
41-
<artifactId>java-api</artifactId>
42-
<version>3.1.7</version>
43-
<scope>compile</scope>
17+
<artifactId>utplsql-java-api</artifactId>
18+
<version>3.1.10</version>
4419
</dependency>
4520
```
4621

@@ -129,4 +104,4 @@ try (Connection conn = DriverManager.getConnection(url)) {
129104

130105
## Contributing
131106

132-
See [CONTRIBUTING.md](CONTRIBUTING.md)
107+
See [CONTRIBUTING.md](CONTRIBUTING.md)

RELEASE-CHECKLIST.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)