Skip to content

Commit

Permalink
update projects
Browse files Browse the repository at this point in the history
  • Loading branch information
rieckpil committed Jan 22, 2024
1 parent 5e0a08b commit d03e6d6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-parent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
cache: 'maven'

- name: Build all projects with Maven
run: ./mvnw verify -B -T 1C
run: ./mvnw verify --fail-at-end -B -T 1C
2 changes: 1 addition & 1 deletion spring-boot-feature-toggles-with-togglz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<description>Demo project for Spring Boot with Togglz</description>

<properties>
<togglz.version>3.2.1</togglz.version>
<togglz.version>4.4.0</togglz.version>
</properties>

<dependencies>
Expand Down
10 changes: 0 additions & 10 deletions spring-boot-web-mvc-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,4 @@
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>

</project>
9 changes: 0 additions & 9 deletions spring-websocket-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,4 @@
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

0 comments on commit d03e6d6

Please sign in to comment.