Skip to content

Commit 86441a7

Browse files
committed
[maven-release-plugin] prepare release 1.0.0-Alpha1
1 parent aa71ac9 commit 86441a7

34 files changed

Lines changed: 68 additions & 134 deletions

File tree

channel/memory/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>blaze-notify-channel</artifactId>
75
<groupId>com.blazebit</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0-Alpha1</version>
97
<relativePath>../pom.xml</relativePath>
108
</parent>
119
<modelVersion>4.0.0</modelVersion>

channel/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>blaze-notify-parent</artifactId>
75
<groupId>com.blazebit</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0-Alpha1</version>
97
<relativePath>../parent/pom.xml</relativePath>
108
</parent>
119
<modelVersion>4.0.0</modelVersion>

channel/ses/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>blaze-notify-channel</artifactId>
75
<groupId>com.blazebit</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0-Alpha1</version>
97
<relativePath>../pom.xml</relativePath>
108
</parent>
119
<modelVersion>4.0.0</modelVersion>

channel/slack/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>blaze-notify-channel</artifactId>
75
<groupId>com.blazebit</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0-Alpha1</version>
97
<relativePath>../pom.xml</relativePath>
108
</parent>
119
<modelVersion>4.0.0</modelVersion>

channel/smtp/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>blaze-notify-channel</artifactId>
75
<groupId>com.blazebit</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0-Alpha1</version>
97
<relativePath>../pom.xml</relativePath>
108
</parent>
119
<modelVersion>4.0.0</modelVersion>

checkstyle-rules/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>blaze-notify</artifactId>
75
<groupId>com.blazebit</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0-Alpha1</version>
97
<relativePath>../pom.xml</relativePath>
108
</parent>
119
<modelVersion>4.0.0</modelVersion>

core/api/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>blaze-notify-core</artifactId>
75
<groupId>com.blazebit</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0-Alpha1</version>
97
<relativePath>../pom.xml</relativePath>
108
</parent>
119
<modelVersion>4.0.0</modelVersion>

core/impl/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>blaze-notify-core</artifactId>
75
<groupId>com.blazebit</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0-Alpha1</version>
97
<relativePath>../pom.xml</relativePath>
108
</parent>
119
<modelVersion>4.0.0</modelVersion>

core/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>blaze-notify-parent</artifactId>
75
<groupId>com.blazebit</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0-Alpha1</version>
97
<relativePath>../parent/pom.xml</relativePath>
108
</parent>
119
<modelVersion>4.0.0</modelVersion>

documentation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.blazebit</groupId>
2323
<artifactId>blaze-notify-parent</artifactId>
24-
<version>1.0.0-SNAPSHOT</version>
24+
<version>1.0.0-Alpha1</version>
2525
<relativePath>../parent/pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)