Skip to content

Commit 79afa3f

Browse files
committed
Moving to 0.1.1-SNAPSHOT.
1 parent e2ec75c commit 79afa3f

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

pom.xml

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,45 @@
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+
<email>[email protected]</email>
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>

0 commit comments

Comments
 (0)