Skip to content

Commit

Permalink
[MNG-8347] Resolver 2.0.3 (#1855)
Browse files Browse the repository at this point in the history
Using staged release version (vote ongoing)
  • Loading branch information
cstamas authored Oct 25, 2024
1 parent 7cf70fd commit a443928
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ under the License.
<plexusInterpolationVersion>1.27</plexusInterpolationVersion>
<plexusTestingVersion>1.4.0</plexusTestingVersion>
<plexusXmlVersion>4.0.4</plexusXmlVersion>
<resolverVersion>2.0.3-20241025.075423-18</resolverVersion>
<resolverVersion>2.0.3</resolverVersion>
<securityDispatcherVersion>4.0.1</securityDispatcherVersion>
<sisuVersion>0.9.0.M3</sisuVersion>
<slf4jVersion>2.0.16</slf4jVersion>
Expand Down Expand Up @@ -667,6 +667,21 @@ under the License.
</dependencies>
-->

<repositories>
<repository>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>maven-2236</id>
<url>https://repository.apache.org/content/repositories/maven-2236</url>
</repository>
</repositories>

<build>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit a443928

Please sign in to comment.