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 5dcafea commit 9855724Copy full SHA for 9855724
.gitignore
@@ -6,6 +6,7 @@ build/
6
target/
7
*.iws
8
*.iml
9
+pom.xml.versionsBackup
10
11
*.class
12
*.log
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>org.firebirdsql</groupId>
<artifactId>firebird-testcontainers-java</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<packaging>jar</packaging>
<name>firebird-testcontainers-java</name>
0 commit comments