File tree Expand file tree Collapse file tree 10 files changed +19
-21
lines changed Expand file tree Collapse file tree 10 files changed +19
-21
lines changed Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >io.avaje</groupId >
66 <artifactId >avaje-http-parent</artifactId >
7- <version >1.26-SNAPSHOT </version >
7+ <version >1.26</version >
88 <relativePath >..</relativePath >
99 </parent >
1010
1111 <artifactId >avaje-http-api</artifactId >
1212
1313 <scm >
1414 <developerConnection >scm:git:git@github.com:avaje/avaje-http.git</developerConnection >
15- <tag >avaje-http-parent-1.19 </tag >
15+ <tag >avaje-http-parent-1.26 </tag >
1616 </scm >
1717
1818</project >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >io.avaje</groupId >
66 <artifactId >avaje-http-parent</artifactId >
7- <version >1.26-SNAPSHOT </version >
7+ <version >1.26</version >
88 <relativePath >..</relativePath >
99 </parent >
1010
1111 <groupId >io.avaje</groupId >
1212 <artifactId >avaje-http-client-gson</artifactId >
13- <version >1.26-SNAPSHOT </version >
13+ <version >1.26</version >
1414
1515 <dependencies >
1616
2323 <dependency >
2424 <groupId >io.avaje</groupId >
2525 <artifactId >avaje-http-client</artifactId >
26- <version >1.26-SNAPSHOT </version >
26+ <version >1.26</version >
2727 <scope >provided</scope >
2828 </dependency >
2929
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >io.avaje</groupId >
66 <artifactId >avaje-http-parent</artifactId >
7- <version >1.26-SNAPSHOT </version >
7+ <version >1.26</version >
88 <relativePath >..</relativePath >
99 </parent >
1010
1111 <groupId >io.avaje</groupId >
1212 <artifactId >avaje-http-client</artifactId >
13- <version >1.26-SNAPSHOT </version >
13+ <version >1.26</version >
1414
1515 <scm >
1616 <developerConnection >scm:git:git@github.com:avaje/avaje-http-client.git</developerConnection >
17- <tag >HEAD </tag >
17+ <tag >avaje-http-parent-1.26 </tag >
1818 </scm >
1919
2020 <properties >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >io.avaje</groupId >
77 <artifactId >avaje-http-parent</artifactId >
8- <version >1.26-SNAPSHOT </version >
8+ <version >1.26</version >
99 <relativePath >..</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >io.avaje</groupId >
99 <artifactId >avaje-http-parent</artifactId >
10- <version >1.26-SNAPSHOT </version >
10+ <version >1.26</version >
1111 <relativePath >..</relativePath >
1212 </parent >
1313
2929 <dependency >
3030 <groupId >io.avaje</groupId >
3131 <artifactId >avaje-http-api</artifactId >
32- <version >1.26-SNAPSHOT </version >
32+ <version >1.26</version >
3333 <optional >true</optional >
3434 <scope >provided</scope >
3535 </dependency >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >io.avaje</groupId >
99 <artifactId >avaje-http-parent</artifactId >
10- <version >1.26-SNAPSHOT </version >
10+ <version >1.26</version >
1111 <relativePath >..</relativePath >
1212 </parent >
1313
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >io.avaje</groupId >
99 <artifactId >avaje-http-parent</artifactId >
10- <version >1.26-SNAPSHOT </version >
10+ <version >1.26</version >
1111 <relativePath >..</relativePath >
1212 </parent >
1313
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >io.avaje</groupId >
99 <artifactId >avaje-http-parent</artifactId >
10- <version >1.26-SNAPSHOT </version >
10+ <version >1.26</version >
1111 <relativePath >..</relativePath >
1212 </parent >
1313
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >avaje-http-parent</artifactId >
55 <groupId >io.avaje</groupId >
6- <version >1.26-SNAPSHOT </version >
6+ <version >1.26</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99
Original file line number Diff line number Diff line change 99
1010 <groupId >io.avaje</groupId >
1111 <artifactId >avaje-http-parent</artifactId >
12- <version >1.26-SNAPSHOT </version >
12+ <version >1.26</version >
1313 <packaging >pom</packaging >
1414
1515 <scm >
1616 <developerConnection >scm:git:git@github.com:avaje/avaje-http.git</developerConnection >
17- <tag >avaje-http-parent-1.19 </tag >
17+ <tag >avaje-http-parent-1.26 </tag >
1818 </scm >
1919
2020 <properties >
7777 <phase >process-resources</phase >
7878 <configuration >
7979 <target >
80- <property name =" input"
81- value =" src${file.separator}main${file.separator}java${file.separator}module-info.java" />
80+ <property name =" input" value =" src${file.separator}main${file.separator}java${file.separator}module-info.java" />
8281 <copy file =" ${input}" tofile =" ${module-info.shade}" />
83- <replaceregexp file =" ${module-info.shade}" match =" (// SHADED:).*" flags =" s"
84- replace =" }" />
82+ <replaceregexp file =" ${module-info.shade}" match =" (// SHADED:).*" flags =" s" replace =" }" />
8583 </target >
8684 </configuration >
8785 <goals >
You can’t perform that action at this time.
0 commit comments