Skip to content

Commit c729fb7

Browse files
committed
[maven-release-plugin] rollback the release of my-proj-0.0.1
1 parent 72ce589 commit c729fb7

File tree

24 files changed

+98
-51
lines changed

24 files changed

+98
-51
lines changed

api/pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
~ limitations under the License.
1717
-->
1818

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">
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">
2022
<modelVersion>4.0.0</modelVersion>
2123
<parent>
2224
<groupId>ai.wanaku</groupId>
2325
<artifactId>parent</artifactId>
24-
<version>0.0.2-SNAPSHOT</version>
26+
<version>0.0.1-SNAPSHOT</version>
2527
<relativePath>../parent/pom.xml</relativePath>
2628
</parent>
2729

archetypes/pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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">
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">
35
<modelVersion>4.0.0</modelVersion>
46
<parent>
57
<groupId>ai.wanaku</groupId>
68
<artifactId>parent</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
9+
<version>0.0.1-SNAPSHOT</version>
810
<relativePath>../parent/pom.xml</relativePath>
911
</parent>
1012

archetypes/wanaku-provider-archetype/pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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">
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">
35
<modelVersion>4.0.0</modelVersion>
46
<parent>
57
<groupId>ai.wanaku</groupId>
68
<artifactId>archetypes</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
9+
<version>0.0.1-SNAPSHOT</version>
810
</parent>
911

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

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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">
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">
35
<modelVersion>4.0.0</modelVersion>
46
<parent>
57
<groupId>ai.wanaku</groupId>
68
<artifactId>archetypes</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
9+
<version>0.0.1-SNAPSHOT</version>
810
</parent>
911

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

cli/pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
~ limitations under the License.
1717
-->
1818

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">
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">
2022
<modelVersion>4.0.0</modelVersion>
2123
<parent>
2224
<groupId>ai.wanaku</groupId>
2325
<artifactId>parent</artifactId>
24-
<version>0.0.2-SNAPSHOT</version>
26+
<version>0.0.1-SNAPSHOT</version>
2527
<relativePath>../parent/pom.xml</relativePath>
2628
</parent>
2729

core/core-exchange/pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
~ limitations under the License.
1717
-->
1818

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">
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">
2022
<modelVersion>4.0.0</modelVersion>
2123
<parent>
2224
<groupId>ai.wanaku</groupId>
2325
<artifactId>core</artifactId>
24-
<version>0.0.2-SNAPSHOT</version>
26+
<version>0.0.1-SNAPSHOT</version>
2527
</parent>
2628

2729
<artifactId>core-exchange</artifactId>

core/core-mcp/pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
~ limitations under the License.
1717
-->
1818

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">
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">
2022
<modelVersion>4.0.0</modelVersion>
2123
<parent>
2224
<groupId>ai.wanaku</groupId>
2325
<artifactId>core</artifactId>
24-
<version>0.0.2-SNAPSHOT</version>
26+
<version>0.0.1-SNAPSHOT</version>
2527
</parent>
2628

2729
<artifactId>core-mcp</artifactId>

core/core-services/pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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">
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">
35
<modelVersion>4.0.0</modelVersion>
46
<parent>
57
<groupId>ai.wanaku</groupId>
68
<artifactId>core</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
9+
<version>0.0.1-SNAPSHOT</version>
810
</parent>
911

1012
<artifactId>core-services</artifactId>

core/core-util/pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
~ limitations under the License.
1717
-->
1818

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">
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">
2022
<modelVersion>4.0.0</modelVersion>
2123
<parent>
2224
<groupId>ai.wanaku</groupId>
2325
<artifactId>core</artifactId>
24-
<version>0.0.2-SNAPSHOT</version>
26+
<version>0.0.1-SNAPSHOT</version>
2527
</parent>
2628

2729
<artifactId>core-util</artifactId>

core/pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
~ limitations under the License.
1717
-->
1818

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">
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">
2022
<modelVersion>4.0.0</modelVersion>
2123
<parent>
2224
<groupId>ai.wanaku</groupId>
2325
<artifactId>parent</artifactId>
24-
<version>0.0.2-SNAPSHOT</version>
26+
<version>0.0.1-SNAPSHOT</version>
2527
<relativePath>../parent/pom.xml</relativePath>
2628
</parent>
2729

parent/pom.xml

+5-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
~ limitations under the License.
1717
-->
1818

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">
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">
2022
<modelVersion>4.0.0</modelVersion>
2123
<parent>
2224
<groupId>ai.wanaku</groupId>
2325
<artifactId>wanaku</artifactId>
24-
<version>0.0.2-SNAPSHOT</version>
26+
<version>0.0.1-SNAPSHOT</version>
2527
<relativePath>../pom.xml</relativePath>
2628
</parent>
2729

@@ -45,7 +47,7 @@
4547
<maven-site-plugin.version>3.21.0</maven-site-plugin.version>
4648
<maven-enforcer-plugin-version>3.5.0</maven-enforcer-plugin-version>
4749
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
48-
<executable-suffix />
50+
<executable-suffix/>
4951
<distribution.directory>${project.build.directory}/distributions</distribution.directory>
5052

5153
<!-- Container stuff -->

pom.xml

+5-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
~ limitations under the License.
1717
-->
1818

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">
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">
2022
<modelVersion>4.0.0</modelVersion>
2123

2224
<groupId>ai.wanaku</groupId>
@@ -26,7 +28,7 @@
2628
<url>https://github.com/wanaku-ai/wanaku</url>
2729
<description>Wanaku MCP Router</description>
2830

29-
<version>0.0.2-SNAPSHOT</version>
31+
<version>0.0.1-SNAPSHOT</version>
3032
<packaging>pom</packaging>
3133

3234
<developers>
@@ -43,8 +45,7 @@
4345
<connection>scm:git:https://github.com/wanaku-ai/wanaku.git</connection>
4446
<developerConnection>scm:git:ssh://[email protected]/wanaku-ai/wanaku.git</developerConnection>
4547
<url>https://github.com/wanaku-ai/wanaku</url>
46-
<tag>HEAD</tag>
47-
</scm>
48+
</scm>
4849

4950
<licenses>
5051
<license>

routers/pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
~ limitations under the License.
1717
-->
1818

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">
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">
2022
<modelVersion>4.0.0</modelVersion>
2123
<parent>
2224
<groupId>ai.wanaku</groupId>
2325
<artifactId>parent</artifactId>
24-
<version>0.0.2-SNAPSHOT</version>
26+
<version>0.0.1-SNAPSHOT</version>
2527
<relativePath>../parent/pom.xml</relativePath>
2628
</parent>
2729

routers/wanaku-router/pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
~ limitations under the License.
1717
-->
1818

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">
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">
2022
<modelVersion>4.0.0</modelVersion>
2123
<parent>
2224
<groupId>ai.wanaku</groupId>
2325
<artifactId>routers</artifactId>
24-
<version>0.0.2-SNAPSHOT</version>
26+
<version>0.0.1-SNAPSHOT</version>
2527
</parent>
2628

2729
<artifactId>wanaku-router</artifactId>

servers/pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
~ limitations under the License.
1717
-->
1818

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">
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">
2022
<modelVersion>4.0.0</modelVersion>
2123
<parent>
2224
<groupId>ai.wanaku</groupId>
2325
<artifactId>parent</artifactId>
24-
<version>0.0.2-SNAPSHOT</version>
26+
<version>0.0.1-SNAPSHOT</version>
2527
<relativePath>../parent/pom.xml</relativePath>
2628
</parent>
2729

servers/wanaku-server-quarkus/pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
~ limitations under the License.
1717
-->
1818

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">
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">
2022
<modelVersion>4.0.0</modelVersion>
2123
<parent>
2224
<groupId>ai.wanaku</groupId>
2325
<artifactId>servers</artifactId>
24-
<version>0.0.2-SNAPSHOT</version>
26+
<version>0.0.1-SNAPSHOT</version>
2527
</parent>
2628

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

services/pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
~ limitations under the License.
1717
-->
1818

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">
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">
2022
<modelVersion>4.0.0</modelVersion>
2123
<parent>
2224
<groupId>ai.wanaku</groupId>
2325
<artifactId>parent</artifactId>
24-
<version>0.0.2-SNAPSHOT</version>
26+
<version>0.0.1-SNAPSHOT</version>
2527
<relativePath>../parent/pom.xml</relativePath>
2628
</parent>
2729

services/providers/pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
~ limitations under the License.
1717
-->
1818

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">
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">
2022
<modelVersion>4.0.0</modelVersion>
2123
<parent>
2224
<groupId>ai.wanaku</groupId>
2325
<artifactId>services</artifactId>
24-
<version>0.0.2-SNAPSHOT</version>
26+
<version>0.0.1-SNAPSHOT</version>
2527
</parent>
2628

2729
<packaging>pom</packaging>

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
~ limitations under the License.
1717
-->
1818

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">
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">
2022
<modelVersion>4.0.0</modelVersion>
2123
<parent>
2224
<groupId>ai.wanaku</groupId>
2325
<artifactId>providers</artifactId>
24-
<version>0.0.2-SNAPSHOT</version>
26+
<version>0.0.1-SNAPSHOT</version>
2527
</parent>
2628

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

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
~ limitations under the License.
1717
-->
1818

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">
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">
2022
<modelVersion>4.0.0</modelVersion>
2123
<parent>
2224
<groupId>ai.wanaku</groupId>
2325
<artifactId>providers</artifactId>
24-
<version>0.0.2-SNAPSHOT</version>
26+
<version>0.0.1-SNAPSHOT</version>
2527
</parent>
2628

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

services/tools/pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
~ limitations under the License.
1717
-->
1818

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">
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">
2022
<modelVersion>4.0.0</modelVersion>
2123
<parent>
2224
<groupId>ai.wanaku</groupId>
2325
<artifactId>services</artifactId>
24-
<version>0.0.2-SNAPSHOT</version>
26+
<version>0.0.1-SNAPSHOT</version>
2527
</parent>
2628

2729
<artifactId>tools</artifactId>

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
~ limitations under the License.
1717
-->
1818

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">
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">
2022
<modelVersion>4.0.0</modelVersion>
2123
<parent>
2224
<groupId>ai.wanaku</groupId>
2325
<artifactId>tools</artifactId>
24-
<version>0.0.2-SNAPSHOT</version>
26+
<version>0.0.1-SNAPSHOT</version>
2527
</parent>
2628

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

0 commit comments

Comments
 (0)