File tree Expand file tree Collapse file tree 1 file changed +34
-1
lines changed Expand file tree Collapse file tree 1 file changed +34
-1
lines changed Original file line number Diff line number Diff line change 2222
2323 <groupId >de.sg-o.app</groupId >
2424 <artifactId >miio</artifactId >
25- <version >0.1.0 -SNAPSHOT</version >
25+ <version >0.1.1 -SNAPSHOT</version >
2626
2727 <name >miIO</name >
2828 <description >A miIO implementation.</description >
2929 <url >https://www.sg-o.de</url >
3030
31+ <licenses >
32+ <license >
33+ <name >Apache License, Version 2.0</name >
34+ <url >https://www.apache.org/licenses/LICENSE-2.0.txt</url >
35+ <distribution >repo</distribution >
36+ </license >
37+ </licenses >
38+
39+ <developers >
40+ <developer >
41+ <id >sg-o</id >
42+ <name >Joerg Bayer</name >
43+ 44+ <url >https://www.sg-o.de</url >
45+ <roles >
46+ <role >lead</role >
47+ <role >developer</role >
48+ <role >debugger</role >
49+ <role >reviewer</role >
50+ <role >support</role >
51+ <role >maintainer</role >
52+ </roles >
53+ <timezone >Europe/Berlin</timezone >
54+ </developer >
55+ </developers >
56+
57+ <scm >
58+ <connection >scm:git:https://github.com/SG-O/miIO.git</connection >
59+ <developerConnection >scm:git:https://git.sg-o.de/root/miio.git</developerConnection >
60+ <tag >HEAD</tag >
61+ <url >https://github.com/SG-O/miIO</url >
62+ </scm >
63+
3164 <build >
3265 <plugins >
3366 <plugin >
You can’t perform that action at this time.
0 commit comments