forked from airlift/airbase
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release 104
- Loading branch information
1 parent
4b4ca3d
commit 921ea82
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
<groupId>com.facebook.airlift</groupId> | ||
<artifactId>airbase</artifactId> | ||
<version>104-SNAPSHOT</version> | ||
<version>104</version> | ||
<packaging>pom</packaging> | ||
|
||
<name>airbase</name> | ||
|
@@ -25,7 +25,7 @@ | |
<connection>scm:git:[email protected]/prestodb/airbase.git</connection> | ||
<developerConnection>scm:git:[email protected]:prestodb/airbase.git</developerConnection> | ||
<url>https://github.com/prestodb/airbase</url> | ||
<tag>HEAD</tag> | ||
<tag>104</tag> | ||
</scm> | ||
|
||
<developers> | ||
|
@@ -111,7 +111,7 @@ | |
<air.test.jvmsize>${air.build.jvmsize}</air.test.jvmsize> | ||
|
||
<!-- provide additional options for test JVM --> | ||
<air.test.jvm.additional-arguments></air.test.jvm.additional-arguments> | ||
<air.test.jvm.additional-arguments /> | ||
|
||
<!-- Lint mode for Javadoc. Defaults to 'all'. --> | ||
<air.javadoc.lint>all</air.javadoc.lint> | ||
|
@@ -735,7 +735,7 @@ | |
<dependency> | ||
<groupId>com.facebook.airlift</groupId> | ||
<artifactId>airbase-policy</artifactId> | ||
<version>104-SNAPSHOT</version> | ||
<version>104</version> | ||
</dependency> | ||
</dependencies> | ||
<configuration> | ||
|
@@ -857,7 +857,7 @@ | |
<dependency> | ||
<groupId>com.facebook.airlift</groupId> | ||
<artifactId>airbase-policy</artifactId> | ||
<version>104-SNAPSHOT</version> | ||
<version>104</version> | ||
</dependency> | ||
</dependencies> | ||
<executions> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
<groupId>com.facebook.airlift</groupId> | ||
<artifactId>airbase-root</artifactId> | ||
<version>104-SNAPSHOT</version> | ||
<version>104</version> | ||
<packaging>pom</packaging> | ||
|
||
<name>airbase-root</name> | ||
|
@@ -28,7 +28,7 @@ | |
<connection>scm:git:[email protected]/prestodb/airbase.git</connection> | ||
<developerConnection>scm:git:[email protected]:prestodb/airbase.git</developerConnection> | ||
<url>https://github.com/prestodb/airbase</url> | ||
<tag>HEAD</tag> | ||
<tag>104</tag> | ||
</scm> | ||
|
||
<developers> | ||
|