Skip to content

Commit a3edf5a

Browse files
committed
[maven-release-plugin] prepare release v3.1.0
1 parent 2db8681 commit a3edf5a

File tree

3 files changed

+5
-7
lines changed
  • secure-api-gateway-test-trusted-directory-docker
  • secure-api-gateway-test-trusted-directory-ig-extensions

3 files changed

+5
-7
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-test-trusted-directory</artifactId>
24-
<version>3.0.1-SNAPSHOT</version>
24+
<version>3.1.0</version>
2525

2626
<packaging>pom</packaging>
2727
<name>secure-api-gateway-test-trusted-directory</name>
@@ -76,7 +76,7 @@
7676
<connection>scm:git:${project.scm.url}</connection>
7777
<developerConnection>scm:git:${project.scm.url}</developerConnection>
7878
<url>https://github.com/SecureApiGateway/secure-api-gateway-test-trusted-directory.git</url>
79-
<tag>HEAD</tag>
79+
<tag>v3.1.0</tag>
8080
</scm>
8181

8282
<repositories>

secure-api-gateway-test-trusted-directory-docker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.forgerock.sapi.gateway</groupId>
2323
<artifactId>secure-api-gateway-test-trusted-directory</artifactId>
24-
<version>3.0.1-SNAPSHOT</version>
24+
<version>3.1.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

secure-api-gateway-test-trusted-directory-ig-extensions/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-test-trusted-directory</artifactId>
26-
<version>3.0.1-SNAPSHOT</version>
24+
<version>3.1.0</version>
2725
</parent>
2826

2927
<artifactId>secure-api-gateway-test-trusted-directory-ig-extensions</artifactId>

0 commit comments

Comments
 (0)