Skip to content

Commit a9bd16f

Browse files
committed
Release 0.9.1. Fixes tiny template issue.
1 parent 32373c3 commit a9bd16f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ compatible with Graal Native Image for fast startup and low resource usage.
2525

2626
## Changes
2727

28+
### 0.9.1
29+
30+
* Issue with home page templates if they contained script tags.
31+
2832
### 0.9.0
2933

3034
* Added ability to configure custom registry locations for groups (e.g. to allow Font Awesome kits). This is done through the `npm.<group>:registry` system property.

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>com.sshtools</groupId>
2323
<artifactId>npm2mvn</artifactId>
24-
<version>0.9.0</version>
24+
<version>0.9.1</version>
2525
<name>npm2mvn - Npm to Maven Proxy</name>
2626
<properties>
2727
<maven.compiler.target>21</maven.compiler.target>
@@ -123,7 +123,7 @@
123123
<dependency>
124124
<groupId>com.sshtools</groupId>
125125
<artifactId>tinytemplate</artifactId>
126-
<version>1.0.0</version>
126+
<version>1.0.1</version>
127127
</dependency>
128128
</dependencies>
129129
<dependencyManagement>
@@ -506,7 +506,6 @@
506506
<goal>compile</goal>
507507
</goals>
508508
<configuration>
509-
510509
<license>${install4j.testing.license}</license>
511510
<installDir>${install4j11.home}</installDir>
512511
<variables>

0 commit comments

Comments
 (0)