Skip to content

Commit 32f2a12

Browse files
committed
using released version of JOSDK 5.1
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 74114dd commit 32f2a12

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

pom.xml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ under the License.
7575
<maven-javadoc-plugin.version>3.3.2</maven-javadoc-plugin.version>
7676
<git-commit-id-maven-plugin.version>5.0.0</git-commit-id-maven-plugin.version>
7777

78-
<operator.sdk.version>5.1.0-SNAPSHOT</operator.sdk.version>
78+
<operator.sdk.version>5.1.0</operator.sdk.version>
7979
<operator.sdk.webhook-framework.version>1.1.1</operator.sdk.webhook-framework.version>
8080

8181
<fabric8.version>7.3.0</fabric8.version>
@@ -166,16 +166,7 @@ under the License.
166166
</dependency>
167167
</dependencies>
168168
</dependencyManagement>
169-
170-
<repositories>
171-
<repository>
172-
<id>snapshots-repo</id>
173-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
174-
<releases><enabled>false</enabled></releases>
175-
<snapshots><enabled>true</enabled></snapshots>
176-
</repository>
177-
</repositories>
178-
169+
179170
<profiles>
180171
<!--
181172
We're reusing the apache-release build profile defined in the Apache Parent POM,

0 commit comments

Comments
 (0)