Skip to content

Commit 1615f20

Browse files
committed
release
1 parent bf7dfbb commit 1615f20

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>io.github.cleydyr</groupId>
44
<artifactId>dart-sass-maven-plugin</artifactId>
55
<packaging>maven-plugin</packaging>
6-
<version>1.4.0-SNAPSHOT</version>
6+
<version>1.4.0</version>
77
<name>dart-sass-maven-plugin Maven Mojo</name>
88
<description>A Maven plugin that allows to compile SASS using Dart Sass</description>
99
<developers>

src/test/resources/musl/test-project/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.cleydyr</groupId>
77
<artifactId>test-project</artifactId>
8-
<version>1.4.0-SNAPSHOT</version>
8+
<version>1.4.0</version>
99

1010
<name>test-project</name>
1111
<description>A simple test-project.</description>
@@ -21,7 +21,7 @@
2121
<plugin>
2222
<groupId>io.github.cleydyr</groupId>
2323
<artifactId>dart-sass-maven-plugin</artifactId>
24-
<version>1.4.0-SNAPSHOT</version>
24+
<version>1.4.0</version>
2525
<configuration>
2626
<outputFolder>${project.build.directory}/static/styles</outputFolder>
2727
<style>COMPRESSED</style>

src/test/resources/test-project/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.cleydyr</groupId>
77
<artifactId>test-project</artifactId>
8-
<version>1.4.0-SNAPSHOT</version>
8+
<version>1.4.0</version>
99

1010
<name>test-project</name>
1111
<description>A simple test-project.</description>
@@ -21,7 +21,7 @@
2121
<plugin>
2222
<groupId>io.github.cleydyr</groupId>
2323
<artifactId>dart-sass-maven-plugin</artifactId>
24-
<version>1.4.0-SNAPSHOT</version>
24+
<version>1.4.0</version>
2525
<configuration>
2626
<outputFolder>${project.build.directory}/static/styles</outputFolder>
2727
<style>COMPRESSED</style>

0 commit comments

Comments
 (0)