Drop BUILD prefix in snapshot label

This commit is contained in:
Dave Syer
2022-03-20 16:32:42 +00:00
committed by GitHub
parent 2722841925
commit c22fb6a976

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.guice</groupId>
<artifactId>spring-guice</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<name>spring-guice</name>
<description>Utilities for using Spring with Guice and vice versa</description>
@@ -142,6 +142,7 @@
<groupId>io.spring.javaformat</groupId>
<artifactId>spring-javaformat-maven-plugin</artifactId>
<version>0.0.31</version>
<?m2e ignore?>
<executions>
<execution>
<phase>validate</phase>