File tree Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 - uses : actions/setup-java@v2
129129 with :
130130 java-version : 8
131- distribution : adopt-hotspot
131+ distribution : zulu
132132 architecture : x64
133133 - name : Build project
134134 run : ./mvnw jacoco:prepare-agent verify jacoco:report coveralls:report -DrepoToken=${{ secrets.coveralls }} -Pintegration
@@ -141,7 +141,7 @@ jobs:
141141 - uses : actions/setup-java@v2
142142 with :
143143 java-version : 8
144- distribution : adopt-hotspot
144+ distribution : zulu
145145 architecture : x64
146146 - name : Publish new version
147147 run : |
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >byte-buddy-parent</artifactId >
77 <groupId >net.bytebuddy</groupId >
8- <version >1.11.2 -SNAPSHOT</version >
8+ <version >1.11.1 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >byte-buddy-agent</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >net.bytebuddy</groupId >
77 <artifactId >byte-buddy-parent</artifactId >
8- <version >1.11.2 -SNAPSHOT</version >
8+ <version >1.11.1 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >byte-buddy-android-test</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >byte-buddy-parent</artifactId >
77 <groupId >net.bytebuddy</groupId >
8- <version >1.11.2 -SNAPSHOT</version >
8+ <version >1.11.1 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >byte-buddy-android</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >byte-buddy-parent</artifactId >
77 <groupId >net.bytebuddy</groupId >
8- <version >1.11.2 -SNAPSHOT</version >
8+ <version >1.11.1 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >byte-buddy-benchmark</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >net.bytebuddy</groupId >
77 <artifactId >byte-buddy-parent</artifactId >
8- <version >1.11.2 -SNAPSHOT</version >
8+ <version >1.11.1 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >byte-buddy-dep</artifactId >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >byte-buddy-parent</artifactId >
55 <groupId >net.bytebuddy</groupId >
6- <version >1.11.2 -SNAPSHOT</version >
6+ <version >1.11.1 -SNAPSHOT</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >byte-buddy-parent</artifactId >
55 <groupId >net.bytebuddy</groupId >
6- <version >1.11.2 -SNAPSHOT</version >
6+ <version >1.11.1 -SNAPSHOT</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >net.bytebuddy</groupId >
77 <artifactId >byte-buddy-parent</artifactId >
8- <version >1.11.2 -SNAPSHOT</version >
8+ <version >1.11.1 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >byte-buddy</artifactId >
Original file line number Diff line number Diff line change 44
55 <groupId >net.bytebuddy</groupId >
66 <artifactId >byte-buddy-parent</artifactId >
7- <version >1.11.2 -SNAPSHOT</version >
7+ <version >1.11.1 -SNAPSHOT</version >
88 <packaging >pom</packaging >
99
1010 <inceptionYear >2014</inceptionYear >
You can’t perform that action at this time.
0 commit comments