Skip to content

Commit 23b8f71

Browse files
author
FlowLogix Jenkins
committed
[maven-release-plugin] prepare release Version-95
1 parent 89c5007 commit 23b8f71

File tree

5 files changed

+12
-21
lines changed

5 files changed

+12
-21
lines changed

archetype/pom.xml

Lines changed: 2 additions & 4 deletions
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>com.flowlogix.depchain</groupId>
86
<artifactId>depchain</artifactId>
9-
<version>x-SNAPSHOT</version>
7+
<version>95</version>
108
</parent>
119

1210
<groupId>com.flowlogix.archetypes</groupId>

integration-test/pom.xml

Lines changed: 2 additions & 4 deletions
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>com.flowlogix.depchain</groupId>
86
<artifactId>depchain</artifactId>
9-
<version>x-SNAPSHOT</version>
7+
<version>95</version>
108
</parent>
119

1210
<artifactId>integration-test</artifactId>

pom.xml

Lines changed: 4 additions & 5 deletions
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

75
<groupId>com.flowlogix.depchain</groupId>
86
<artifactId>depchain</artifactId>
9-
<version>x-SNAPSHOT</version>
7+
<version>95</version>
108
<packaging>pom</packaging>
119

1210
<name>Dependency Chain BOM</name>
@@ -17,7 +15,8 @@
1715
<url>https://github.com/flowlogix/depchain/tree/main</url>
1816
<connection>scm:git:git://github.com/flowlogix/depchain.git</connection>
1917
<developerConnection>scm:git:[email protected]:flowlogix/depchain.git</developerConnection>
20-
</scm>
18+
<tag>Version-95</tag>
19+
</scm>
2120

2221
<parent>
2322
<groupId>com.flowlogix</groupId>

shiro-jakarta/pom.xml

Lines changed: 2 additions & 4 deletions
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>com.flowlogix.depchain</groupId>
86
<artifactId>depchain</artifactId>
9-
<version>x-SNAPSHOT</version>
7+
<version>95</version>
108
</parent>
119

1210
<artifactId>shiro-jakarta</artifactId>

unit-test/pom.xml

Lines changed: 2 additions & 4 deletions
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>com.flowlogix.depchain</groupId>
86
<artifactId>depchain</artifactId>
9-
<version>x-SNAPSHOT</version>
7+
<version>95</version>
108
</parent>
119

1210
<artifactId>unit-test</artifactId>

0 commit comments

Comments
 (0)