Skip to content

Commit f67d92a

Browse files
committed
Fixed JDBC Url
1 parent 9d60472 commit f67d92a

File tree

32 files changed

+32
-32
lines changed

32 files changed

+32
-32
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Please refer to the following usage example for the parameters descriptions:
7575
<properties>
7676
<!-- URL of the connection to the database. -->
7777
<!-- Can also be passed as execution parameters. -->
78-
<!-- -DdbUrl="jdbc:oracle:thin:@127.0.0.1:1521:FREEPDB1" -->
78+
<!-- -DdbUrl="jdbc:oracle:thin:@127.0.0.1:1521/FREEPDB1" -->
7979
<dbUrl>url_of_connection</dbUrl>
8080
<!-- Database connection user. -->
8181
<!-- -DdbUser="user" -->

src/test/java/org/utplsql/maven/plugin/UtPlsqlMojoTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ public void dbms_output() throws Exception {
304304
*/
305305
@Test
306306
public void db_config_using_system_properties() throws Exception {
307-
System.setProperty("dbUrl", "jdbc:oracle:thin:@localhost:1521:FREEPDB1");
307+
System.setProperty("dbUrl", "jdbc:oracle:thin:@localhost:1521/FREEPDB1");
308308
System.setProperty("dbUser", "UT3");
309309
System.setProperty("dbPass", "UT3");
310310

src/test/resources-its/org/utplsql/maven/plugin/UtPlsqlMojoIT/exclude_object/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<packaging>pom</packaging>
1010

1111
<properties>
12-
<dbUrl>jdbc:oracle:thin:@localhost:1521:FREEPDB1</dbUrl>
12+
<dbUrl>jdbc:oracle:thin:@localhost:1521/FREEPDB1</dbUrl>
1313
<dbUser>UT3</dbUser>
1414
<dbPass>UT3</dbPass>
1515
</properties>

src/test/resources-its/org/utplsql/maven/plugin/UtPlsqlMojoIT/exclude_object_expr/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<packaging>pom</packaging>
1010

1111
<properties>
12-
<dbUrl>jdbc:oracle:thin:@localhost:1521:FREEPDB1</dbUrl>
12+
<dbUrl>jdbc:oracle:thin:@localhost:1521/FREEPDB1</dbUrl>
1313
<dbUser>UT3</dbUser>
1414
<dbPass>UT3</dbPass>
1515
</properties>

src/test/resources-its/org/utplsql/maven/plugin/UtPlsqlMojoIT/include_object/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<packaging>pom</packaging>
1010

1111
<properties>
12-
<dbUrl>jdbc:oracle:thin:@localhost:1521:FREEPDB1</dbUrl>
12+
<dbUrl>jdbc:oracle:thin:@localhost:1521/FREEPDB1</dbUrl>
1313
<dbUser>UT3</dbUser>
1414
<dbPass>UT3</dbPass>
1515
</properties>

src/test/resources-its/org/utplsql/maven/plugin/UtPlsqlMojoIT/include_object_expr/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<packaging>pom</packaging>
1010

1111
<properties>
12-
<dbUrl>jdbc:oracle:thin:@localhost:1521:FREEPDB1</dbUrl>
12+
<dbUrl>jdbc:oracle:thin:@localhost:1521/FREEPDB1</dbUrl>
1313
<dbUser>UT3</dbUser>
1414
<dbPass>UT3</dbPass>
1515
</properties>

src/test/resources-its/org/utplsql/maven/plugin/UtPlsqlMojoIT/minimalist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<packaging>pom</packaging>
1010

1111
<properties>
12-
<dbUrl>jdbc:oracle:thin:@localhost:1521:FREEPDB1</dbUrl>
12+
<dbUrl>jdbc:oracle:thin:@localhost:1521/FREEPDB1</dbUrl>
1313
<dbUser>UT3</dbUser>
1414
<dbPass>UT3</dbPass>
1515
</properties>

src/test/resources-its/org/utplsql/maven/plugin/UtPlsqlMojoIT/ora_stuck_timeout/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<packaging>pom</packaging>
1010

1111
<properties>
12-
<dbUrl>jdbc:oracle:thin:@localhost:1521:FREEPDB1</dbUrl>
12+
<dbUrl>jdbc:oracle:thin:@localhost:1521/FREEPDB1</dbUrl>
1313
<dbUser>UT3</dbUser>
1414
<dbPass>UT3</dbPass>
1515
</properties>

src/test/resources-its/org/utplsql/maven/plugin/UtPlsqlMojoIT/owner_param/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<packaging>pom</packaging>
1010

1111
<properties>
12-
<dbUrl>jdbc:oracle:thin:@localhost:1521:FREEPDB1</dbUrl>
12+
<dbUrl>jdbc:oracle:thin:@localhost:1521/FREEPDB1</dbUrl>
1313
<dbUser>UT3</dbUser>
1414
<dbPass>UT3</dbPass>
1515
</properties>

src/test/resources-its/org/utplsql/maven/plugin/UtPlsqlMojoIT/regex/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<packaging>pom</packaging>
1010

1111
<properties>
12-
<dbUrl>jdbc:oracle:thin:@localhost:1521:FREEPDB1</dbUrl>
12+
<dbUrl>jdbc:oracle:thin:@localhost:1521/FREEPDB1</dbUrl>
1313
<dbUser>UT3</dbUser>
1414
<dbPass>UT3</dbPass>
1515
</properties>

0 commit comments

Comments
 (0)