Skip to content

Commit 8578abd

Browse files
committed
[maven-release-plugin] prepare release v.1.0.0
1 parent 1046871 commit 8578abd

7 files changed

Lines changed: 17 additions & 29 deletions

File tree

bot-context/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:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
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>dev.struchkov.bot.gitlab</groupId>
86
<artifactId>gitlab-bot</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
7+
<version>1.0.0</version>
108
</parent>
119

1210
<artifactId>bot-context</artifactId>

bot-core/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>dev.struchkov.bot.gitlab</groupId>
86
<artifactId>gitlab-bot</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
7+
<version>1.0.0</version>
108
</parent>
119

1210
<artifactId>bot-core</artifactId>

bot-data/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:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
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>dev.struchkov.bot.gitlab</groupId>
86
<artifactId>gitlab-bot</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
7+
<version>1.0.0</version>
108
</parent>
119

1210
<artifactId>bot-data</artifactId>

gitlab-app/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>dev.struchkov.bot.gitlab</groupId>
86
<artifactId>gitlab-bot</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
7+
<version>1.0.0</version>
108
</parent>
119

1210
<artifactId>gitlab-app</artifactId>

gitlab-sdk/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>dev.struchkov.bot.gitlab</groupId>
86
<artifactId>gitlab-bot</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
7+
<version>1.0.0</version>
108
</parent>
119

1210
<artifactId>gitlab-sdk</artifactId>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
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"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.springframework.boot</groupId>
76
<artifactId>spring-boot-starter-parent</artifactId>
87
<version>3.0.1</version>
9-
<relativePath/> <!-- lookup parent from repository -->
8+
<relativePath /> <!-- lookup parent from repository -->
109
</parent>
1110

1211
<groupId>dev.struchkov.bot.gitlab</groupId>
1312
<artifactId>gitlab-bot</artifactId>
14-
<version>0.0.1-SNAPSHOT</version>
13+
<version>1.0.0</version>
1514
<packaging>pom</packaging>
1615

1716
<modules>
@@ -252,7 +251,8 @@
252251
<connection>scm:git:ssh://git@git.struchkov.dev:222/Telegram-Bots/gitlab-notification.git</connection>
253252
<url>https://git.struchkov.dev/Telegram-Bots/gitlab-notification</url>
254253
<developerConnection>scm:git:ssh://git@git.struchkov.dev:222/Telegram-Bots/gitlab-notification.git</developerConnection>
255-
</scm>
254+
<tag>v.1.0.0</tag>
255+
</scm>
256256

257257
<developers>
258258
<developer>

telegram-bot/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>dev.struchkov.bot.gitlab</groupId>
86
<artifactId>gitlab-bot</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
7+
<version>1.0.0</version>
108
</parent>
119

1210
<artifactId>telegram-bot</artifactId>

0 commit comments

Comments
 (0)