Skip to content

Commit 6d4cf0a

Browse files
committed
[maven-release-plugin] prepare release v3.0.0
1 parent fc4e7ab commit 6d4cf0a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>com.forgerock.sapi.gateway</groupId>
2323
<artifactId>secure-api-gateway-ob-uk</artifactId>
24-
<version>3.0.0-SNAPSHOT</version>
24+
<version>3.0.0</version>
2525

2626
<packaging>pom</packaging>
2727
<name>secure-api-gateway-ob-uk</name>
@@ -56,7 +56,7 @@
5656
<connection>scm:git:${project.scm.url}</connection>
5757
<developerConnection>scm:git:${project.scm.url}</developerConnection>
5858
<url>https://github.com/SecureApiGateway/secure-api-gateway-ob-uk.git</url>
59-
<tag>HEAD</tag>
59+
<tag>v3.0.0</tag>
6060
</scm>
6161

6262
<repositories>

secure-api-gateway-ob-uk-docker/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<modelVersion>4.0.0</modelVersion>
2321
<parent>
2422
<groupId>com.forgerock.sapi.gateway</groupId>
2523
<artifactId>secure-api-gateway-ob-uk</artifactId>
26-
<version>3.0.0-SNAPSHOT</version>
24+
<version>3.0.0</version>
2725
<relativePath>../pom.xml</relativePath>
2826
</parent>
2927

0 commit comments

Comments
 (0)