Skip to content

Commit dfedb0e

Browse files
committed
[maven-release-plugin] prepare release code-utils-1.0.0
1 parent 978cfe9 commit dfedb0e

4 files changed

Lines changed: 13 additions & 20 deletions

File tree

commons-kernel/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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
<parent>
86
<groupId>be.sddevelopment.commons</groupId>
97
<artifactId>code-utils</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
119
</parent>
1210

1311
<artifactId>commons-kernel</artifactId>

commons-testing/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
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

64
<modelVersion>4.0.0</modelVersion>
75

86
<parent>
97
<groupId>be.sddevelopment.commons</groupId>
108
<artifactId>code-utils</artifactId>
11-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1210
</parent>
1311

1412
<artifactId>commons-testing</artifactId>

commons/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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
<parent>
86
<groupId>be.sddevelopment.commons</groupId>
97
<artifactId>code-utils</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
119
</parent>
1210

1311
<artifactId>commons</artifactId>

pom.xml

Lines changed: 7 additions & 8 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>be.sddevelopment.commons</groupId>
86
<artifactId>code-utils</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
108
<packaging>pom</packaging>
119

1210
<description>
@@ -50,6 +48,7 @@
5048
<connection>scm:git:ssh://git@github.com/sddevelopment-be/coding-utils.git</connection>
5149
<developerConnection>scm:git:ssh://git@github.com/sddevelopment-be/coding-utils.git</developerConnection>
5250
<url>https://github.com/sddevelopment-be/coding-utils</url>
51+
<tag>code-utils-1.0.0</tag>
5352
</scm>
5453

5554
<properties>
@@ -76,17 +75,17 @@
7675
<dependency>
7776
<groupId>be.sddevelopment.commons</groupId>
7877
<artifactId>commons</artifactId>
79-
<version>1.0.0-SNAPSHOT</version>
78+
<version>1.0.0</version>
8079
</dependency>
8180
<dependency>
8281
<groupId>be.sddevelopment.commons</groupId>
8382
<artifactId>commons-kernel</artifactId>
84-
<version>1.0.0-SNAPSHOT</version>
83+
<version>1.0.0</version>
8584
</dependency>
8685
<dependency>
8786
<groupId>be.sddevelopment.commons</groupId>
8887
<artifactId>commons-testing</artifactId>
89-
<version>1.0.0-SNAPSHOT</version>
88+
<version>1.0.0</version>
9089
</dependency>
9190

9291
<!-- BEGIN UTIL SCOPE -->
@@ -319,7 +318,7 @@
319318
<artifactId>rewrite-github-actions</artifactId>
320319
<version>2.9.2</version>
321320
</dependency>
322-
<dependency >
321+
<dependency>
323322
<groupId>org.openrewrite.recipe</groupId>
324323
<artifactId>rewrite-static-analysis</artifactId>
325324
<version>1.20.0</version>

0 commit comments

Comments
 (0)