@@ -25,22 +25,22 @@ dependency for your operating system:
2525 <plugin >
2626 <groupId >io.github.nddipiazza</groupId >
2727 <artifactId >spectral-maven-plugin</artifactId >
28- <version >6.15.0-rc1 </version >
28+ <version >6.15.0-rc2 </version >
2929 <dependencies >
3030 <!-- Include the platform-specific dependency for your OS -->
3131 <!-- For Windows: -->
3232 <dependency >
3333 <groupId >io.github.nddipiazza</groupId >
3434 <artifactId >spectral-win</artifactId >
35- <version >6.15.0-rc1 </version >
35+ <version >6.15.0-rc2 </version >
3636 </dependency >
3737
3838 <!-- For Linux x64: -->
3939 <!--
4040 <dependency>
4141 <groupId>io.github.nddipiazza</groupId>
4242 <artifactId>spectral-linux-x64</artifactId>
43- <version>6.15.0-rc1 </version>
43+ <version>6.15.0-rc2 </version>
4444 </dependency>
4545 -->
4646
@@ -49,7 +49,7 @@ dependency for your operating system:
4949 <dependency>
5050 <groupId>io.github.nddipiazza</groupId>
5151 <artifactId>spectral-linux-arm64</artifactId>
52- <version>6.15.0-rc1 </version>
52+ <version>6.15.0-rc2 </version>
5353 </dependency>
5454 -->
5555
@@ -118,17 +118,17 @@ So it is totally OK to just cover all your bases for the OS you might have in ho
118118 <plugin>
119119 <groupId>io.github.nddipiazza</groupId>
120120 <artifactId>spectral-maven-plugin</artifactId>
121- <version>6.15.0-rc1 </version>
121+ <version>6.15.0-rc2 </version>
122122 <dependencies>
123123 <dependency>
124124 <groupId>io.github.nddipiazza</groupId>
125125 <artifactId>spectral-win</artifactId>
126- <version>6.15.0-rc1 </version>
126+ <version>6.15.0-rc2 </version>
127127 </dependency>
128128 <dependency>
129129 <groupId>io.github.nddipiazza</groupId>
130130 <artifactId>spectral-linux-x64</artifactId>
131- <version>6.15.0-rc1 </version>
131+ <version>6.15.0-rc2 </version>
132132 </dependency>
133133 <dependency>
134134 <groupId>io.github.nddipiazza</groupId>
@@ -167,13 +167,13 @@ So it is totally OK to just cover all your bases for the OS you might have in ho
167167<plugin >
168168 <groupId >io.github.nddipiazza</groupId >
169169 <artifactId >spectral-maven-plugin</artifactId >
170- <version >6.15.0-rc1 </version >
170+ <version >6.15.0-rc2 </version >
171171 <dependencies >
172172 <!-- Include platform-specific dependencies as needed -->
173173 <dependency >
174174 <groupId >io.github.nddipiazza</groupId >
175175 <artifactId >spectral-win</artifactId >
176- <version >6.15.0-rc1 </version >
176+ <version >6.15.0-rc2 </version >
177177 </dependency >
178178 </dependencies >
179179 <executions >
@@ -327,10 +327,10 @@ cd spectral-maven-plugin
327327
328328# Or specify a specific version
329329# Linux/macOS:
330- ./copy-spectral-executables.sh v6.15.0-rc1-rc1
330+ ./copy-spectral-executables.sh v6.15.0
331331
332332# Windows:
333- .\c opy-spectral-executables.ps1 -SpectralVersion v6.15.0-rc1-rc1
333+ .\c opy-spectral-executables.ps1 -SpectralVersion v6.15.0
334334
335335# Build the plugin
336336mvn clean install
@@ -346,7 +346,7 @@ Both scripts support the same functionality:
346346# Show help
347347./copy-spectral-executables.sh --help
348348
349- # Download default version (v6.15.0-rc1-rc1 )
349+ # Download default version (v6.15.0)
350350./copy-spectral-executables.sh
351351
352352# Download specific version
@@ -359,7 +359,7 @@ Both scripts support the same functionality:
359359# Show help
360360.\copy-spectral-executables.ps1 -Help
361361
362- # Download default version (v6.15.0-rc1-rc1 )
362+ # Download default version (v6.15.0)
363363.\copy-spectral-executables.ps1
364364
365365# Download specific version
0 commit comments