Skip to content

Commit

Permalink
Merge pull request #16 from mulugetam/main
Browse files Browse the repository at this point in the history
Upgrade version to 1.1.0.
  • Loading branch information
mulugetam committed Jan 30, 2024
2 parents 798e2f8 + 5035ef4 commit 8f14ffa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jmh/qat-java-bench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>com.intel.qat</groupId>
<artifactId>qat-java</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.github.luben</groupId>
Expand Down
4 changes: 2 additions & 2 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>com.intel.qat</groupId>
<artifactId>qat-java</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<packaging>jar</packaging>
<name>qat-java</name>
<description>Qat-Java is a compression library that uses Intel® QAT to accelerate compression and decompression.</description>
Expand Down Expand Up @@ -82,7 +82,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0.-M12</version>
<version>4.0.0-M12</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 8f14ffa

Please sign in to comment.