Skip to content

Commit 757f926

Browse files
committed
Release version 0.0.1
Signed-off-by: Daniel Garnier-Moiroux <[email protected]>
1 parent 52b383a commit 757f926

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

mcp-authorization-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springaicommunity</groupId>
88
<artifactId>mcp-security-parent</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
9+
<version>0.0.1</version>
1010
</parent>
1111

1212
<artifactId>mcp-authorization-server</artifactId>

mcp-client-security/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springaicommunity</groupId>
88
<artifactId>mcp-security-parent</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
9+
<version>0.0.1</version>
1010
</parent>
1111

1212
<artifactId>mcp-client-security</artifactId>

mcp-server-security/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springaicommunity</groupId>
88
<artifactId>mcp-security-parent</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
9+
<version>0.0.1</version>
1010
</parent>
1111

1212
<artifactId>mcp-server-security</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.springaicommunity</groupId>
88
<artifactId>mcp-security-parent</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
9+
<version>0.0.1</version>
1010

1111
<packaging>pom</packaging>
1212
<url>https://github.com/spring-ai-community/mcp-security</url>

samples/integration-tests/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springaicommunity</groupId>
77
<artifactId>mcp-security-parent</artifactId>
8-
<version>0.0.1-SNAPSHOT</version>
8+
<version>0.0.1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

@@ -41,12 +41,12 @@
4141
<dependency>
4242
<groupId>org.springaicommunity</groupId>
4343
<artifactId>mcp-server-security</artifactId>
44-
<version>0.0.1-SNAPSHOT</version>
44+
<version>0.0.1</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.springaicommunity</groupId>
4848
<artifactId>mcp-client-security</artifactId>
49-
<version>0.0.1-SNAPSHOT</version>
49+
<version>0.0.1</version>
5050
</dependency>
5151

5252
<dependency>

samples/sample-authorization-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springaicommunity</groupId>
77
<artifactId>mcp-security-parent</artifactId>
8-
<version>0.0.1-SNAPSHOT</version>
8+
<version>0.0.1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>org.springaicommunity</groupId>
2727
<artifactId>mcp-authorization-server</artifactId>
28-
<version>0.0.1-SNAPSHOT</version>
28+
<version>0.0.1</version>
2929
</dependency>
3030

3131
<dependency>

samples/sample-mcp-client-webflux/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springaicommunity</groupId>
77
<artifactId>mcp-security-parent</artifactId>
8-
<version>0.0.1-SNAPSHOT</version>
8+
<version>0.0.1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>sample-mcp-client-webflux</artifactId>
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.springaicommunity</groupId>
3434
<artifactId>mcp-client-security</artifactId>
35-
<version>0.0.1-SNAPSHOT</version>
35+
<version>0.0.1</version>
3636
</dependency>
3737

3838
<dependency>

samples/sample-mcp-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springaicommunity</groupId>
77
<artifactId>mcp-security-parent</artifactId>
8-
<version>0.0.1-SNAPSHOT</version>
8+
<version>0.0.1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>sample-mcp-client</artifactId>
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.springaicommunity</groupId>
3434
<artifactId>mcp-client-security</artifactId>
35-
<version>0.0.1-SNAPSHOT</version>
35+
<version>0.0.1</version>
3636
</dependency>
3737

3838
<dependency>

samples/sample-mcp-server-secured-tools/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springaicommunity</groupId>
77
<artifactId>mcp-security-parent</artifactId>
8-
<version>0.0.1-SNAPSHOT</version>
8+
<version>0.0.1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>org.springaicommunity</groupId>
3131
<artifactId>mcp-server-security</artifactId>
32-
<version>0.0.1-SNAPSHOT</version>
32+
<version>0.0.1</version>
3333
</dependency>
3434

3535
<dependency>

samples/sample-mcp-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springaicommunity</groupId>
77
<artifactId>mcp-security-parent</artifactId>
8-
<version>0.0.1-SNAPSHOT</version>
8+
<version>0.0.1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>org.springaicommunity</groupId>
3131
<artifactId>mcp-server-security</artifactId>
32-
<version>0.0.1-SNAPSHOT</version>
32+
<version>0.0.1</version>
3333
</dependency>
3434

3535
<dependency>

0 commit comments

Comments
 (0)