Skip to content

Commit 260ea69

Browse files
author
Felix Mauch
committed
Merge branch 'version_fix' into 'master'
changed api version, fixes #7 Closes #7 See merge request hardware-drivers/urcaps_external_control!3
2 parents 5ce8878 + cb7efd6 commit 260ea69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<Bundle-Description>${urcap.description}</Bundle-Description>
105105
<!--***************************************************************-->
106106
<Import-Package>
107-
com.ur.urcap.api*;version="[1.3.0,2.0.0)",
107+
com.ur.urcap.api*;version="[1.4.0,2.0.0)",
108108
*
109109
</Import-Package>
110110
</instructions>
@@ -159,7 +159,7 @@
159159
<dependency>
160160
<groupId>com.ur.urcap</groupId>
161161
<artifactId>api</artifactId>
162-
<version>1.3.0</version>
162+
<version>1.4.0</version>
163163
<scope>provided</scope>
164164
</dependency>
165165

0 commit comments

Comments
 (0)