Skip to content

Commit

Permalink
improvements to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tassiovirginio committed Oct 28, 2023
1 parent d4df455 commit 2ff502f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>br.ufba.jnose</groupId>
<artifactId>jnose-core</artifactId>
<packaging>jar</packaging>
<version>0.8.2</version>
<version>0.8.1</version>
<name>jnose-core</name>
<description></description>
<licenses>
Expand Down Expand Up @@ -82,8 +82,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<configuration>
<source>21</source>
<target>21</target>
<source>11</source>
<target>11</target>
<encoding>UTF-8</encoding>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
Expand Down

0 comments on commit 2ff502f

Please sign in to comment.