Skip to content

Commit 042c9e9

Browse files
committed
[maven-release-plugin] prepare release 3.0.0
1 parent 3947ada commit 042c9e9

File tree

16 files changed

+23
-34
lines changed

16 files changed

+23
-34
lines changed

airline-backcompat-javaxinject/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>airline-parent</artifactId>
55
<groupId>com.github.rvesse</groupId>
6-
<version>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>airline-backcompat-javaxinject</artifactId>

airline-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.rvesse</groupId>
66
<artifactId>airline-parent</artifactId>
7-
<version>3.0.0-SNAPSHOT</version>
7+
<version>3.0.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

airline-examples/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53
<parent>
64
<groupId>com.github.rvesse</groupId>
75
<artifactId>airline-parent</artifactId>
8-
<version>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0</version>
97
</parent>
108
<artifactId>airline-examples</artifactId>
119
<name>Airline - Examples</name>

airline-help/airline-help-bash/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.rvesse</groupId>
55
<artifactId>airline-help</artifactId>
6-
<version>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0</version>
77
</parent>
88
<artifactId>airline-help-bash</artifactId>
99
<name>Airline - Help - Bash</name>

airline-help/airline-help-external/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53
<parent>
64
<groupId>com.github.rvesse</groupId>
75
<artifactId>airline-help</artifactId>
8-
<version>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0</version>
97
</parent>
108
<artifactId>airline-help-external</artifactId>
119
<name>Airline - External Help</name>

airline-help/airline-help-html/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.rvesse</groupId>
55
<artifactId>airline-help</artifactId>
6-
<version>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0</version>
77
</parent>
88
<artifactId>airline-help-html</artifactId>
99
<name>Airline - Help - HTML</name>

airline-help/airline-help-man/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.rvesse</groupId>
55
<artifactId>airline-help</artifactId>
6-
<version>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0</version>
77
</parent>
88
<artifactId>airline-help-man</artifactId>
99
<name>Airline - Help - Man Page (Troff)</name>

airline-help/airline-help-markdown/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.rvesse</groupId>
55
<artifactId>airline-help</artifactId>
6-
<version>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0</version>
77
</parent>
88
<artifactId>airline-help-markdown</artifactId>
99
<name>Airline - Help - Markdown</name>

airline-help/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.rvesse</groupId>
55
<artifactId>airline-parent</artifactId>
6-
<version>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0</version>
77
</parent>
88
<artifactId>airline-help</artifactId>
99
<packaging>pom</packaging>

airline-io/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.rvesse</groupId>
55
<artifactId>airline-parent</artifactId>
6-
<version>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0</version>
77
</parent>
88
<artifactId>airline-io</artifactId>
99
<name>Airline - IO Library</name>

0 commit comments

Comments
 (0)