File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments