Skip to content

Commit

Permalink
Start final snapshot verrsion.
Browse files Browse the repository at this point in the history
  • Loading branch information
brett-smith committed Mar 7, 2024
1 parent 846abf5 commit c6b103f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sshtools</groupId>
<artifactId>tinytemplate</artifactId>
<version>0.9.3</version>
<version>1.0.0-SNAPSHOT</version>
<name>TinyTemplate</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<build.projectProperties>${basedir}/jadaptive.build.properties</build.projectProperties>
<build.userProperties>${user.home}/.jadaptive.build.properties</build.userProperties>
<build.quietProperties>true</build.quietProperties>
</properties>
<developers>
<developer>
Expand Down Expand Up @@ -90,7 +91,7 @@
<goal>read-project-properties</goal>
</goals>
<configuration>
<quiet>false</quiet>
<quiet>${build.quietProperties}</quiet>
<files>
<file>${build.projectProperties}</file>
<file>${build.userProperties}</file>
Expand Down

0 comments on commit c6b103f

Please sign in to comment.