Skip to content

Commit 62df66e

Browse files
[maven-release-plugin] prepare release 4.1.3
1 parent 9a92bf4 commit 62df66e

File tree

7 files changed

+20
-8
lines changed

7 files changed

+20
-8
lines changed

csrfguard-extensions/csrfguard-extension-session/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<parent>
3535
<groupId>org.owasp</groupId>
3636
<artifactId>csrfguard-extensions</artifactId>
37-
<version>4.1.3-SNAPSHOT</version>
37+
<version>4.1.3</version>
3838
</parent>
3939

4040
<artifactId>csrfguard-extension-session</artifactId>
@@ -53,4 +53,8 @@
5353
<artifactId>servlet-api</artifactId>
5454
</dependency>
5555
</dependencies>
56+
57+
<scm>
58+
<tag>4.1.3</tag>
59+
</scm>
5660
</project>

csrfguard-extensions/csrfguard-jsp-tags/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<parent>
3535
<groupId>org.owasp</groupId>
3636
<artifactId>csrfguard-extensions</artifactId>
37-
<version>4.1.3-SNAPSHOT</version>
37+
<version>4.1.3</version>
3838
</parent>
3939

4040
<artifactId>csrfguard-jsp-tags</artifactId>
@@ -73,4 +73,8 @@
7373
<artifactId>jstl-api</artifactId>
7474
</dependency>
7575
</dependencies>
76+
77+
<scm>
78+
<tag>4.1.3</tag>
79+
</scm>
7680
</project>

csrfguard-extensions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<parent>
3535
<groupId>org.owasp</groupId>
3636
<artifactId>csrfguard-parent</artifactId>
37-
<version>4.1.3-SNAPSHOT</version>
37+
<version>4.1.3</version>
3838
</parent>
3939

4040
<artifactId>csrfguard-extensions</artifactId>

csrfguard-test/csrfguard-test-jsp/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<parent>
3535
<groupId>org.owasp</groupId>
3636
<artifactId>csrfguard-test</artifactId>
37-
<version>4.1.3-SNAPSHOT</version>
37+
<version>4.1.3</version>
3838
</parent>
3939

4040
<artifactId>csrfguard-test-jsp</artifactId>
@@ -140,4 +140,8 @@
140140
</plugin>
141141
</plugins>
142142
</build>
143+
144+
<scm>
145+
<tag>4.1.3</tag>
146+
</scm>
143147
</project>

csrfguard-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<parent>
3535
<groupId>org.owasp</groupId>
3636
<artifactId>csrfguard-parent</artifactId>
37-
<version>4.1.3-SNAPSHOT</version>
37+
<version>4.1.3</version>
3838
</parent>
3939

4040
<artifactId>csrfguard-test</artifactId>

csrfguard/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<parent>
3535
<groupId>org.owasp</groupId>
3636
<artifactId>csrfguard-parent</artifactId>
37-
<version>4.1.3-SNAPSHOT</version>
37+
<version>4.1.3</version>
3838
</parent>
3939

4040
<artifactId>csrfguard</artifactId>

pom.xml

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

3434
<groupId>org.owasp</groupId>
3535
<artifactId>csrfguard-parent</artifactId>
36-
<version>4.1.3-SNAPSHOT</version>
36+
<version>4.1.3</version>
3737
<packaging>pom</packaging>
3838

3939
<name>OWASP CSRFGuard Parent POM</name>
@@ -88,7 +88,7 @@
8888
<connection>scm:git:git://github.com/OWASP/www-project-csrfguard.git</connection>
8989
<developerConnection>scm:git:[email protected]:OWASP/www-project-csrfguard.git</developerConnection>
9090
<url>https://github.com/OWASP/www-project-csrfguard</url>
91-
<tag>HEAD</tag>
91+
<tag>4.1.3</tag>
9292
</scm>
9393

9494
<issueManagement>

0 commit comments

Comments
 (0)