Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit fb4a6ee

Browse files
committed
Finish migration
1 parent 19e0df4 commit fb4a6ee

1 file changed

Lines changed: 11 additions & 15 deletions

File tree

pom.xml

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>io.github.animatedledstrip</groupId>
8-
<artifactId>animatedledstrip-kotlin-pi</artifactId>
8+
<artifactId>animatedledstrip-pi</artifactId>
99
<version>0.3</version>
1010
<packaging>jar</packaging>
1111

1212

1313
<name>${project.groupId}:${project.artifactId}</name>
1414
<description>Library for using the AnimatedLEDStrip library on Raspberry Pis.</description>
15-
<url>https://github.com/AnimatedLEDStrip/AnimatedLEDStripKotlinPi</url>
15+
<url>https://github.com/AnimatedLEDStrip/AnimatedLEDStripPi</url>
1616

1717
<licenses>
1818
<license>
@@ -31,12 +31,13 @@
3131
</developers>
3232

3333
<scm>
34-
<connection>scm:git:https://github.com/AnimatedLEDStrip/AnimatedLEDStripKotlinPi.git</connection>
35-
<developerConnection>scm:git:https://github.com/AnimatedLEDStrip/AnimatedLEDStripKotlinPi.git</developerConnection>
36-
<url>https://github.com/AnimatedLEDStrip/AnimatedLEDStripKotlinPi</url>
34+
<connection>scm:git:https://github.com/AnimatedLEDStrip/AnimatedLEDStripPi.git</connection>
35+
<developerConnection>scm:git:https://github.com/AnimatedLEDStrip/AnimatedLEDStripPi.git</developerConnection>
36+
<url>https://github.com/AnimatedLEDStrip/AnimatedLEDStripPi</url>
3737
</scm>
3838

3939
<properties>
40+
<jdk.version>9</jdk.version>
4041
<kotlin.version>1.3.50</kotlin.version>
4142
<dokka.version>0.9.18</dokka.version>
4243
<github.global.server>github</github.global.server>
@@ -67,11 +68,6 @@
6768
</pluginRepositories>
6869

6970
<dependencies>
70-
<dependency>
71-
<groupId>org.jetbrains.kotlinx</groupId>
72-
<artifactId>kotlinx-coroutines-core</artifactId>
73-
<version>1.1.1</version>
74-
</dependency>
7571
<dependency>
7672
<groupId>org.jetbrains.kotlin</groupId>
7773
<artifactId>kotlin-stdlib-jdk8</artifactId>
@@ -86,12 +82,12 @@
8682
<dependency>
8783
<groupId>io.github.animatedledstrip</groupId>
8884
<artifactId>animatedledstrip-core</artifactId>
89-
<version>0.1-SNAPSHOT</version>
85+
<version>0.3</version>
9086
</dependency>
9187
<dependency>
92-
<groupId>junit</groupId>
93-
<artifactId>junit</artifactId>
94-
<version>4.12</version>
88+
<groupId>org.junit.jupiter</groupId>
89+
<artifactId>junit-jupiter-api</artifactId>
90+
<version>5.5.0</version>
9591
<scope>test</scope>
9692
</dependency>
9793
<dependency>
@@ -172,7 +168,7 @@
172168
</execution>
173169
</executions>
174170
<configuration>
175-
<jvmTarget>1.8</jvmTarget>
171+
<jvmTarget>${jdk.version}</jvmTarget>
176172
</configuration>
177173
</plugin>
178174
<plugin>

0 commit comments

Comments
 (0)