Skip to content

Commit 46a36ed

Browse files
committed
Increase version to 0.3.0
1 parent 1a6b86e commit 46a36ed

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

examples/bulk_transfer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>net.codecrete.usb.examples</groupId>
88
<artifactId>bulk-transfer</artifactId>
9-
<version>0.3-SNAPSHOT</version>
9+
<version>0.3.0</version>
1010

1111
<name>bulk-transfer</name>
1212
<url>https://github.com/manuelbl/JavaDoesUSB/examples/bulk_transfer</url>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>net.codecrete.usb</groupId>
2323
<artifactId>java-does-usb</artifactId>
24-
<version>0.3-SNAPSHOT</version>
24+
<version>0.3.0</version>
2525
</dependency>
2626
</dependencies>
2727

examples/enumerate/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>net.codecrete.usb.examples</groupId>
88
<artifactId>enumerate</artifactId>
9-
<version>0.3-SNAPSHOT</version>
9+
<version>0.3.0</version>
1010

1111
<name>enumerate</name>
1212
<url>https://github.com/manuelbl/JavaDoesUSB/examples/enumerate</url>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>net.codecrete.usb</groupId>
2323
<artifactId>java-does-usb</artifactId>
24-
<version>0.3-SNAPSHOT</version>
24+
<version>0.3.0</version>
2525
</dependency>
2626
</dependencies>
2727

examples/monitor/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>net.codecrete.usb.examples</groupId>
88
<artifactId>monitor</artifactId>
9-
<version>0.3-SNAPSHOT</version>
9+
<version>0.3.0</version>
1010

1111
<name>monitor</name>
1212
<url>https://github.com/manuelbl/JavaDoesUSB/examples/monitor</url>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>net.codecrete.usb</groupId>
2323
<artifactId>java-does-usb</artifactId>
24-
<version>0.3-SNAPSHOT</version>
24+
<version>0.3.0</version>
2525
</dependency>
2626
</dependencies>
2727

java-does-usb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>net.codecrete.usb</groupId>
88
<artifactId>java-does-usb</artifactId>
9-
<version>0.3-SNAPSHOT</version>
9+
<version>0.3.0</version>
1010

1111
<properties>
1212
<maven.compiler.source>19</maven.compiler.source>

0 commit comments

Comments
 (0)