Skip to content

Commit 9855724

Browse files
committed
Prepare 1.0.0 release
1 parent 5dcafea commit 9855724

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ build/
66
target/
77
*.iws
88
*.iml
9+
pom.xml.versionsBackup
910

1011
*.class
1112
*.log

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.firebirdsql</groupId>
66
<artifactId>firebird-testcontainers-java</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
88
<packaging>jar</packaging>
99

1010
<name>firebird-testcontainers-java</name>

0 commit comments

Comments
 (0)