File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 87
87
<maven-source-plugin .version>3.3.1</maven-source-plugin .version>
88
88
<maven-gpg-plugin .version>3.2.1</maven-gpg-plugin .version>
89
89
<junit .version>5.10.0</junit .version>
90
- <aws-embedded-metrics .version>1.0.6</aws-embedded-metrics .version>
91
90
<aspectj-maven-plugin .version>1.14</aspectj-maven-plugin .version>
92
91
<maven-surefire-plugin .version>3.1.2</maven-surefire-plugin .version>
93
92
<jacoco-maven-plugin .version>0.8.12</jacoco-maven-plugin .version>
505
504
<id >release</id >
506
505
<build >
507
506
<plugins >
508
- <plugin >
509
- <groupId >org.apache.maven.plugins</groupId >
510
- <artifactId >maven-enforcer-plugin</artifactId >
511
- <version >3.5.0</version >
512
- <executions >
513
- <execution >
514
- <id >enforce-snapshot-versions</id >
515
- <phase >validate</phase >
516
- <goals >
517
- <goal >enforce</goal >
518
- </goals >
519
- <configuration >
520
- <rules >
521
- <requireSnapshotVersion >
522
- <message >Release build should not have snapshot dependencies!</message >
523
- </requireSnapshotVersion >
524
- </rules >
525
- <fail >true</fail >
526
- </configuration >
527
- </execution >
528
- </executions >
529
- </plugin >
530
507
<plugin >
531
508
<groupId >org.apache.maven.plugins</groupId >
532
509
<artifactId >maven-gpg-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments