File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
src/main/java/net/dzikoysk/cdn/model Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ repositories {
3636
3737dependencies {
3838 // Default
39- implementation 'net.dzikoysk:cdn:1.9.1 '
39+ implementation 'net.dzikoysk:cdn:1.9.2 '
4040 // Kotlin wrapper
41- implementation 'net.dzikoysk:cdn-kt:1.9.1 '
41+ implementation 'net.dzikoysk:cdn-kt:1.9.2 '
4242}
4343```
4444
Original file line number Diff line number Diff line change 1919 <parent >
2020 <artifactId >cdn-parent</artifactId >
2121 <groupId >net.dzikoysk</groupId >
22- <version >1.9.1 </version >
22+ <version >1.9.2 </version >
2323 </parent >
2424 <modelVersion >4.0.0</modelVersion >
2525
3838 <dependency >
3939 <groupId >net.dzikoysk</groupId >
4040 <artifactId >cdn</artifactId >
41- <version >1.9.1 </version >
41+ <version >1.9.2 </version >
4242 </dependency >
4343 <dependency >
4444 <groupId >org.jetbrains.kotlin</groupId >
Original file line number Diff line number Diff line change 1919 <parent >
2020 <artifactId >cdn-parent</artifactId >
2121 <groupId >net.dzikoysk</groupId >
22- <version >1.9.1 </version >
22+ <version >1.9.2 </version >
2323 </parent >
2424 <modelVersion >4.0.0</modelVersion >
2525
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public interface NamedElement<T> extends Element<T> {
2727 /**
2828 * The name of element
2929 *
30- * @return
30+ * @return element name
3131 */
3232 String getName ();
3333
Original file line number Diff line number Diff line change 2323 <groupId >net.dzikoysk</groupId >
2424 <artifactId >cdn-parent</artifactId >
2525 <packaging >pom</packaging >
26- <version >1.9.1 </version >
26+ <version >1.9.2 </version >
2727
2828 <scm >
2929 <connection >scm:git:https://github.com/dzikoysk/cdn.git</connection >
You can’t perform that action at this time.
0 commit comments