We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ab438 commit f3e74b3Copy full SHA for f3e74b3
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
10
<artifactId>jbanking</artifactId>
11
- <version>4.3.0</version>
+ <version>4.4.0-SNAPSHOT</version>
12
<packaging>jar</packaging>
13
14
<name>${project.artifactId}</name>
@@ -29,7 +29,7 @@
29
<formatter-maven-plugin.version>2.16.0</formatter-maven-plugin.version>
30
31
<!-- https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
32
- <project.build.outputTimestamp>1762773415</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1762773442</project.build.outputTimestamp>
33
</properties>
34
35
<dependencies>
@@ -147,8 +147,4 @@
147
</plugin>
148
</plugins>
149
</build>
150
-
151
- <scm>
152
- <tag>v4.3.0</tag>
153
- </scm>
154
</project>
0 commit comments