Skip to content
Snippets Groups Projects
Commit e2a2b9a8 authored by Jens Kaiser's avatar Jens Kaiser
Browse files

release 1.0.1

parent f8c8114b
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,9 @@
<groupId>de.schegge</groupId>
<artifactId>freshmarker-file</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<url>https://gitlab.com/schegge-projects/freshmarker-file.git</url>
<name>FreshMarker Money</name>
<name>FreshMarker File</name>
<description>A FreshMarker Plug-In Provider for File and Path Types.
</description>
......@@ -65,7 +65,7 @@
<dependency>
<groupId>de.schegge</groupId>
<artifactId>freshmarker</artifactId>
<version>1.2.2</version>
<version>1.3.2</version>
<scope>provided</scope>
</dependency>
<dependency>
......
......@@ -19,7 +19,6 @@ class FileAndPathInterpolationTest {
@BeforeEach
public void setUp() {
configuration = new Configuration();
configuration.registerPlugin(new FileAndPathPluginProvider());
configuration.setLocale(Locale.GERMANY);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment