We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8f482 commit b026832Copy full SHA for b026832
devdoc/deploy.md
@@ -9,7 +9,7 @@ To deploy to Maven use
9
mvn clean deploy -P release
10
```
11
12
-For snapshots we can forego signing and generating javadoc + sources using:
+For snapshots, we can forego signing and generating javadoc + sources using:
13
14
15
mvn clean deploy
pom.xml
@@ -63,7 +63,7 @@
63
64
<dependency>
65
<groupId>org.firebirdsql.jdbc</groupId>
66
- <artifactId>jaybird-jdk18</artifactId>
+ <artifactId>jaybird</artifactId>
67
<version>${jaybird.version}</version>
68
<scope>test</scope>
69
</dependency>
0 commit comments