File tree Expand file tree Collapse file tree 1 file changed +1
-35
lines changed Expand file tree Collapse file tree 1 file changed +1
-35
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
5
<artifactId >github-client</artifactId >
6
- <version >0.3.12 -SNAPSHOT</version >
6
+ <version >0.4.0 -SNAPSHOT</version >
7
7
8
8
<parent >
9
9
<groupId >com.spotify</groupId >
86
86
<opencensus .version>0.31.1</opencensus .version>
87
87
<okhttp .version>4.11.0</okhttp .version>
88
88
<opentelemetry .version>1.42.1</opentelemetry .version>
89
-
90
- <shade .id>${project.groupId} .githubclient.shade</shade .id>
91
89
</properties >
92
90
93
91
<dependencyManagement >
474
472
</sourceDirectories >
475
473
</configuration >
476
474
</plugin >
477
- <plugin >
478
- <groupId >org.apache.maven.plugins</groupId >
479
- <artifactId >maven-shade-plugin</artifactId >
480
- <version >3.2.3</version >
481
- <executions >
482
- <execution >
483
- <phase >package</phase >
484
- <goals >
485
- <goal >shade</goal >
486
- </goals >
487
- <configuration >
488
- <artifactSet >
489
- <includes >
490
- <include >${project.groupId} :${project.artifactId} </include >
491
- <include >com.squareup.okhttp3</include >
492
- <include >com.squareup.okio</include >
493
- </includes >
494
- </artifactSet >
495
- <relocations >
496
- <relocation >
497
- <pattern >okhttp3</pattern >
498
- <shadedPattern >${shade.id} .okhttp3</shadedPattern >
499
- </relocation >
500
- <relocation >
501
- <pattern >okio</pattern >
502
- <shadedPattern >${shade.id} .okio</shadedPattern >
503
- </relocation >
504
- </relocations >
505
- </configuration >
506
- </execution >
507
- </executions >
508
- </plugin >
509
475
<plugin >
510
476
<groupId >org.apache.maven.plugins</groupId >
511
477
<artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments