Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
cleydyr committed Feb 24, 2024
1 parent 438695e commit a86bd9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3.0-SNAPSHOT</version>
<version>1.3.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.3.0-SNAPSHOT</version>
<version>1.3.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.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<configuration>
<outputFolder>${project.build.directory}/static/styles</outputFolder>
<style>COMPRESSED</style>
Expand Down
2 changes: 1 addition & 1 deletion 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.3.0-SNAPSHOT</version>
<version>1.3.0</version>

<name>test-project</name>
<description>A simple test-project.</description>
Expand Down

0 comments on commit a86bd9b

Please sign in to comment.