Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

Commit

Permalink
Version set to 1.0.0 (#173)
Browse files Browse the repository at this point in the history
* Version set to 1.0.0

* pom: don't force jdk 8 compile

* Bump kemitix-maven-tiles from 3.0.1 to 3.1.1
  • Loading branch information
kemitix authored Aug 6, 2021
1 parent 4e4c670 commit 8810bb0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<artifactId>wiser-assertions</artifactId>

<version>DEV-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>wiser-assertions</name>
Expand All @@ -34,11 +34,10 @@
</scm>

<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<tiles-maven-plugin.version>2.21</tiles-maven-plugin.version>
<kemitix-tiles.version>3.0.1</kemitix-tiles.version>
<kemitix-tiles.version>3.1.1</kemitix-tiles.version>
<kemitix-checkstyle.version>5.4.0</kemitix-checkstyle.version>
<digraph-dependency.basePackage>net.kemitix.wiser.assertions</digraph-dependency.basePackage>

Expand Down Expand Up @@ -121,7 +120,7 @@
<configuration>
<tiles>
<tile>net.kemitix.tiles:maven-plugins:${kemitix-tiles.version}</tile>
<tile>net.kemitix.tiles:compiler-jdk-8:${kemitix-tiles.version}</tile>
<tile>net.kemitix.tiles:compiler-jdk-lts:${kemitix-tiles.version}</tile>
<tile>net.kemitix.tiles:pmd:${kemitix-tiles.version}</tile>
<tile>net.kemitix.tiles:testing:${kemitix-tiles.version}</tile>
<tile>net.kemitix.tiles:spotbugs:${kemitix-tiles.version}</tile>
Expand Down

0 comments on commit 8810bb0

Please sign in to comment.