Skip to content

Commit a1676ff

Browse files
committed
[maven-release-plugin] prepare release oneplusbot-1.0
1 parent 04640cd commit a1676ff

File tree

13 files changed

+31
-57
lines changed

13 files changed

+31
-57
lines changed

application/executable/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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
<parent>
64
<groupId>dev.sheldan.oneplus.bot.application</groupId>
75
<artifactId>application</artifactId>
8-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119
<artifactId>executable</artifactId>

application/oneplus-bot-customizations/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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
<parent>
64
<groupId>dev.sheldan.oneplus.bot.application</groupId>
75
<artifactId>application</artifactId>
8-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

application/oneplus-bot-customizations/starboard-custom/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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
<parent>
64
<groupId>dev.sheldan.oneplus.bot.application.custom</groupId>
75
<artifactId>oneplus-bot-customizations</artifactId>
8-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

application/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
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>dev.sheldan.oneplus.bot</groupId>
97
<artifactId>oneplusbot</artifactId>
10-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
119
</parent>
1210

1311
<groupId>dev.sheldan.oneplus.bot.application</groupId>
1412
<artifactId>application</artifactId>
1513
<packaging>pom</packaging>
16-
<version>1.0-SNAPSHOT</version>
14+
<version>1.0</version>
1715
<modules>
1816
<module>executable</module>
1917
<module>oneplus-bot-customizations</module>

deployment/docker-compose/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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
<parent>
64
<groupId>dev.sheldan.oneplus.bot.deployment</groupId>
75
<artifactId>deployment</artifactId>
8-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

deployment/image-packaging/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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
<parent>
64
<groupId>dev.sheldan.oneplus.bot.deployment</groupId>
75
<artifactId>deployment</artifactId>
8-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

deployment/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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
<parent>
64
<artifactId>oneplusbot</artifactId>
75
<groupId>dev.sheldan.oneplus.bot</groupId>
8-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
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
<packaging>pom</packaging>
75

86
<parent>
97
<groupId>org.springframework.boot</groupId>
108
<artifactId>spring-boot-starter-parent</artifactId>
119
<version>2.3.1.RELEASE</version>
12-
<relativePath/>
10+
<relativePath />
1311
</parent>
1412

1513
<groupId>dev.sheldan.oneplus.bot</groupId>
1614
<artifactId>oneplusbot</artifactId>
17-
<version>1.0-SNAPSHOT</version>
15+
<version>1.0</version>
1816

1917
<properties>
2018
<maven.compiler.target>1.8</maven.compiler.target>
@@ -56,7 +54,7 @@
5654
<scm>
5755
<url>https://maven.pkg.github.com/Sheldan/OnePlusBot</url>
5856
<developerConnection>scm:git:[email protected]:Sheldan/OnePlusBot.git</developerConnection>
59-
<tag>HEAD</tag>
57+
<tag>oneplusbot-1.0</tag>
6058
</scm>
6159

6260
</project>

templates/oneplus-bot-modules/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
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
<parent>
64
<groupId>dev.sheldan.oneplus.bot.templates</groupId>
75
<artifactId>templates</artifactId>
8-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

1210
<groupId>dev.sheldan.oneplus.bot.templates.modules</groupId>
1311
<artifactId>oneplus-bot-modules</artifactId>
1412
<packaging>pom</packaging>
15-
<version>1.0-SNAPSHOT</version>
13+
<version>1.0</version>
1614
<modules>
1715
<module>starboard-custom</module>
1816
</modules>

templates/oneplus-bot-modules/starboard-custom/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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
<parent>
64
<groupId>dev.sheldan.oneplus.bot.templates.modules</groupId>
75
<artifactId>oneplus-bot-modules</artifactId>
8-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

0 commit comments

Comments
 (0)