Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
cleydyr committed Sep 22, 2024
1 parent bf7dfbb commit 1615f20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>io.github.cleydyr</groupId>
<artifactId>dart-sass-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<name>dart-sass-maven-plugin Maven Mojo</name>
<description>A Maven plugin that allows to compile SASS using Dart Sass</description>
<developers>
Expand Down
4 changes: 2 additions & 2 deletions src/test/resources/musl/test-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.cleydyr</groupId>
<artifactId>test-project</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>

<name>test-project</name>
<description>A simple test-project.</description>
Expand All @@ -21,7 +21,7 @@
<plugin>
<groupId>io.github.cleydyr</groupId>
<artifactId>dart-sass-maven-plugin</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<configuration>
<outputFolder>${project.build.directory}/static/styles</outputFolder>
<style>COMPRESSED</style>
Expand Down
4 changes: 2 additions & 2 deletions src/test/resources/test-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.cleydyr</groupId>
<artifactId>test-project</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>

<name>test-project</name>
<description>A simple test-project.</description>
Expand All @@ -21,7 +21,7 @@
<plugin>
<groupId>io.github.cleydyr</groupId>
<artifactId>dart-sass-maven-plugin</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<configuration>
<outputFolder>${project.build.directory}/static/styles</outputFolder>
<style>COMPRESSED</style>
Expand Down

0 comments on commit 1615f20

Please sign in to comment.