Skip to content

Commit

Permalink
feature/version-bump (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamgahlout authored Mar 8, 2024
1 parent f392004 commit a6dbeb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phsyberdome-sca-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.phsyberdome</groupId>
<artifactId>phsyberdome-sca-cli</artifactId>
<version>1.0.4-beta</version>
<version>1.0.5-beta</version>
<packaging>jar</packaging>
<build>
<plugins>
Expand Down Expand Up @@ -89,8 +89,8 @@
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>15</maven.compiler.source>
<maven.compiler.target>15</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
</properties>
<name>phsyberdome-sca-cli</name>
<description>Command line tool for dependecy scanning
Expand Down

0 comments on commit a6dbeb4

Please sign in to comment.