Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added begin timestamp to reader #5

Closed
wants to merge 18 commits into from
Prev Previous commit
Next Next commit
Added maven war plugin version
  • Loading branch information
bartlomiej.zylinski authored and Sebastian Rabiej committed Jun 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 79dae48448199335205c1830b659d17d77894284
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -192,13 +192,8 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<source>17</source>
<target>17</target>
<fork>true</fork>
</configuration>
<artifactId>maven-war-plugin</artifactId>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>