Skip to content

Commit

Permalink
Improve 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
franklupo committed Dec 11, 2023
1 parent 0047ec5 commit d4d6f2c
Show file tree
Hide file tree
Showing 4 changed files with 1,580 additions and 340 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ The result is class **Result** and contain methods:
* ClientBase lite function
* Form Proxmox VE 6.2 support Api Token for user
* Login with One-time password for Two-factor authentication
* Support for Proxy

## Api token

Expand Down
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>it.corsinvest.proxmoxve</groupId>
<artifactId>cv4pve-api-java</artifactId>
<version>8.0.1</version>
<version>8.1.0</version>
<packaging>jar</packaging>
<name>cv4pve-api-java</name>
<description>Corsinvest for Proxmox VE Client API Java</description>
Expand Down Expand Up @@ -90,7 +90,9 @@
</execution>
</executions>
</plugin>
<plugin>

<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
Expand All @@ -102,11 +104,10 @@
</goals>
<configuration>
<source>8</source>
</configuration>
</configuration>
</execution>
</executions>
</plugin>
<!--
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down
Loading

0 comments on commit d4d6f2c

Please sign in to comment.