Commit f6ffef0 1 parent 7119aa2 commit f6ffef0 Copy full SHA for f6ffef0
File tree 3 files changed +16
-26
lines changed
presto-grpc-api/src/main/proto
presto-native-sidecar-plugin/src/main/java/com/facebook/presto/sidecar
3 files changed +16
-26
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.facebook.airlift</groupId >
7
7
<artifactId >airbase</artifactId >
8
- <version >102 </version >
8
+ <version >104 </version >
9
9
</parent >
10
10
11
11
<groupId >com.facebook.presto</groupId >
2610
2610
<plugin >
2611
2611
<groupId >com.facebook.presto</groupId >
2612
2612
<artifactId >presto-maven-plugin</artifactId >
2613
- <version >0.4 </version >
2613
+ <version >0.7 </version >
2614
2614
<extensions >true</extensions >
2615
2615
</plugin >
2616
2616
Original file line number Diff line number Diff line change
1
+ //
2
+ // Licensed under the Apache License, Version 2.0 (the "License");
3
+ // you may not use this file except in compliance with the License.
4
+ // You may obtain a copy of the License at
5
+ //
6
+ // http://www.apache.org/licenses/LICENSE-2.0
7
+ //
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an "AS IS" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ //
14
+
1
15
syntax = "proto3" ;
2
16
3
17
option java_multiple_files = true ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments