Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
simasch committed Jul 11, 2023
2 parents fc3d9a7 + 0a0f0dd commit 5a59b72
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.utplsql</groupId>
<artifactId>utplsql-java-api</artifactId>
<version>3.1.14</version>
<version>3.1.15</version>

<name>utPLSQL Java API</name>
<description>Java API for running Unit Tests with utPLSQL v3+.</description>
Expand Down Expand Up @@ -39,6 +39,11 @@
</developer>
</developers>

<scm>
<connection>scm:[email protected]:utPLSQL/utPLSQL-java-api.git</connection>
<url>https://github.com/utPLSQL/utPLSQL-java-api</url>
</scm>

<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 5a59b72

Please sign in to comment.