Skip to content

Commit

Permalink
7541: Switch to using 2021-09 by default
Browse files Browse the repository at this point in the history
Reviewed-by: clanger, jpbempel, hdafgard
  • Loading branch information
thegreystone committed Jan 24, 2022
1 parent 3d03643 commit 7037e74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@
</profile>
<profile>
<id>2021-09</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
Expand All @@ -156,9 +159,6 @@
</profile>
<profile>
<id>2021-06</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 7037e74

Please sign in to comment.