Skip to content

Commit 9dd684f

Browse files
committed
[maven-release-plugin] prepare release my-proj-0.0.1
1 parent 3c26abc commit 9dd684f

File tree

24 files changed

+51
-98
lines changed

24 files changed

+51
-98
lines changed

api/pom.xml

+2-4
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>ai.wanaku</groupId>
2523
<artifactId>parent</artifactId>
26-
<version>0.0.1-SNAPSHOT</version>
24+
<version>0.0.1</version>
2725
<relativePath>../parent/pom.xml</relativePath>
2826
</parent>
2927

archetypes/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>ai.wanaku</groupId>
86
<artifactId>parent</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.1</version>
108
<relativePath>../parent/pom.xml</relativePath>
119
</parent>
1210

archetypes/wanaku-provider-archetype/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>ai.wanaku</groupId>
86
<artifactId>archetypes</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.1</version>
108
</parent>
119

1210
<artifactId>wanaku-provider-archetype</artifactId>

archetypes/wanaku-tool-service-archetype/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>ai.wanaku</groupId>
86
<artifactId>archetypes</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.1</version>
108
</parent>
119

1210
<artifactId>wanaku-tool-service-archetype</artifactId>

cli/pom.xml

+2-4
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>ai.wanaku</groupId>
2523
<artifactId>parent</artifactId>
26-
<version>0.0.1-SNAPSHOT</version>
24+
<version>0.0.1</version>
2725
<relativePath>../parent/pom.xml</relativePath>
2826
</parent>
2927

core/core-exchange/pom.xml

+2-4
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>ai.wanaku</groupId>
2523
<artifactId>core</artifactId>
26-
<version>0.0.1-SNAPSHOT</version>
24+
<version>0.0.1</version>
2725
</parent>
2826

2927
<artifactId>core-exchange</artifactId>

core/core-mcp/pom.xml

+2-4
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>ai.wanaku</groupId>
2523
<artifactId>core</artifactId>
26-
<version>0.0.1-SNAPSHOT</version>
24+
<version>0.0.1</version>
2725
</parent>
2826

2927
<artifactId>core-mcp</artifactId>

core/core-services/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>ai.wanaku</groupId>
86
<artifactId>core</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.1</version>
108
</parent>
119

1210
<artifactId>core-services</artifactId>

core/core-util/pom.xml

+2-4
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>ai.wanaku</groupId>
2523
<artifactId>core</artifactId>
26-
<version>0.0.1-SNAPSHOT</version>
24+
<version>0.0.1</version>
2725
</parent>
2826

2927
<artifactId>core-util</artifactId>

core/pom.xml

+2-4
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>ai.wanaku</groupId>
2523
<artifactId>parent</artifactId>
26-
<version>0.0.1-SNAPSHOT</version>
24+
<version>0.0.1</version>
2725
<relativePath>../parent/pom.xml</relativePath>
2826
</parent>
2927

parent/pom.xml

+3-5
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>ai.wanaku</groupId>
2523
<artifactId>wanaku</artifactId>
26-
<version>0.0.1-SNAPSHOT</version>
24+
<version>0.0.1</version>
2725
<relativePath>../pom.xml</relativePath>
2826
</parent>
2927

@@ -47,7 +45,7 @@
4745
<maven-site-plugin.version>3.21.0</maven-site-plugin.version>
4846
<maven-enforcer-plugin-version>3.5.0</maven-enforcer-plugin-version>
4947
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
50-
<executable-suffix/>
48+
<executable-suffix />
5149
<distribution.directory>${project.build.directory}/distributions</distribution.directory>
5250

5351
<!-- Container stuff -->

pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
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

2422
<groupId>ai.wanaku</groupId>
@@ -28,7 +26,7 @@
2826
<url>https://github.com/wanaku-ai/wanaku</url>
2927
<description>Wanaku MCP Router</description>
3028

31-
<version>0.0.1-SNAPSHOT</version>
29+
<version>0.0.1</version>
3230
<packaging>pom</packaging>
3331

3432
<developers>
@@ -45,7 +43,8 @@
4543
<connection>scm:git:https://github.com/wanaku-ai/wanaku.git</connection>
4644
<developerConnection>scm:git:ssh://[email protected]/wanaku-ai/wanaku.git</developerConnection>
4745
<url>https://github.com/wanaku-ai/wanaku</url>
48-
</scm>
46+
<tag>my-proj-0.0.1</tag>
47+
</scm>
4948

5049
<licenses>
5150
<license>

routers/pom.xml

+2-4
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>ai.wanaku</groupId>
2523
<artifactId>parent</artifactId>
26-
<version>0.0.1-SNAPSHOT</version>
24+
<version>0.0.1</version>
2725
<relativePath>../parent/pom.xml</relativePath>
2826
</parent>
2927

routers/wanaku-router/pom.xml

+2-4
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>ai.wanaku</groupId>
2523
<artifactId>routers</artifactId>
26-
<version>0.0.1-SNAPSHOT</version>
24+
<version>0.0.1</version>
2725
</parent>
2826

2927
<artifactId>wanaku-router</artifactId>

servers/pom.xml

+2-4
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>ai.wanaku</groupId>
2523
<artifactId>parent</artifactId>
26-
<version>0.0.1-SNAPSHOT</version>
24+
<version>0.0.1</version>
2725
<relativePath>../parent/pom.xml</relativePath>
2826
</parent>
2927

servers/wanaku-server-quarkus/pom.xml

+2-4
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>ai.wanaku</groupId>
2523
<artifactId>servers</artifactId>
26-
<version>0.0.1-SNAPSHOT</version>
24+
<version>0.0.1</version>
2725
</parent>
2826

2927
<artifactId>wanaku-server-quarkus</artifactId>

services/pom.xml

+2-4
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>ai.wanaku</groupId>
2523
<artifactId>parent</artifactId>
26-
<version>0.0.1-SNAPSHOT</version>
24+
<version>0.0.1</version>
2725
<relativePath>../parent/pom.xml</relativePath>
2826
</parent>
2927

services/providers/pom.xml

+2-4
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>ai.wanaku</groupId>
2523
<artifactId>services</artifactId>
26-
<version>0.0.1-SNAPSHOT</version>
24+
<version>0.0.1</version>
2725
</parent>
2826

2927
<packaging>pom</packaging>

services/providers/wanaku-provider-file/pom.xml

+2-4
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>ai.wanaku</groupId>
2523
<artifactId>providers</artifactId>
26-
<version>0.0.1-SNAPSHOT</version>
24+
<version>0.0.1</version>
2725
</parent>
2826

2927
<artifactId>wanaku-provider-file</artifactId>

services/providers/wanaku-provider-ftp/pom.xml

+2-4
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>ai.wanaku</groupId>
2523
<artifactId>providers</artifactId>
26-
<version>0.0.1-SNAPSHOT</version>
24+
<version>0.0.1</version>
2725
</parent>
2826

2927
<artifactId>wanaku-provider-ftp</artifactId>

services/tools/pom.xml

+2-4
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>ai.wanaku</groupId>
2523
<artifactId>services</artifactId>
26-
<version>0.0.1-SNAPSHOT</version>
24+
<version>0.0.1</version>
2725
</parent>
2826

2927
<artifactId>tools</artifactId>

services/tools/wanaku-routing-http-service/pom.xml

+2-4
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>ai.wanaku</groupId>
2523
<artifactId>tools</artifactId>
26-
<version>0.0.1-SNAPSHOT</version>
24+
<version>0.0.1</version>
2725
</parent>
2826

2927
<artifactId>wanaku-routing-http-service</artifactId>

0 commit comments

Comments
 (0)