Skip to content

Commit b026832

Browse files
committed
Use direct coordinates of Jaybird
+ minor fix in deploy.md
1 parent 6c8f482 commit b026832

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devdoc/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To deploy to Maven use
99
mvn clean deploy -P release
1010
```
1111

12-
For snapshots we can forego signing and generating javadoc + sources using:
12+
For snapshots, we can forego signing and generating javadoc + sources using:
1313

1414
```
1515
mvn clean deploy

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
<dependency>
6565
<groupId>org.firebirdsql.jdbc</groupId>
66-
<artifactId>jaybird-jdk18</artifactId>
66+
<artifactId>jaybird</artifactId>
6767
<version>${jaybird.version}</version>
6868
<scope>test</scope>
6969
</dependency>

0 commit comments

Comments
 (0)