We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47ff92 commit 06f720fCopy full SHA for 06f720f
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
10
<artifactId>jbanking</artifactId>
11
- <version>4.2.0</version>
+ <version>4.3.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>1699906827</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1699906850</project.build.outputTimestamp>
33
</properties>
34
35
<dependencies>
@@ -137,8 +137,4 @@
137
</plugin>
138
</plugins>
139
</build>
140
-
141
- <scm>
142
- <tag>v4.2.0</tag>
143
- </scm>
144
</project>
0 commit comments