Skip to content

Commit f641a1b

Browse files
committed
[Project] Set new version 2.8.0
1 parent 0f39a0d commit f641a1b

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

libraries/pi4j-library-gpiod/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.pi4j</groupId>
88
<artifactId>pi4j-library</artifactId>
9-
<version>2.8.0-SNAPSHOT</version>
9+
<version>2.8.0</version>
1010
<relativePath>../pi4j-library/pom.xml</relativePath>
1111
</parent>
1212

libraries/pi4j-library-linuxfs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>pi4j-library</artifactId>
1010
<groupId>com.pi4j</groupId>
11-
<version>2.8.0-SNAPSHOT</version>
11+
<version>2.8.0</version>
1212
<relativePath>../pi4j-library/pom.xml</relativePath>
1313
</parent>
1414

libraries/pi4j-library-pigpio/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>pi4j-library</artifactId>
1010
<groupId>com.pi4j</groupId>
11-
<version>2.8.0-SNAPSHOT</version>
11+
<version>2.8.0</version>
1212
<relativePath>../pi4j-library/pom.xml</relativePath>
1313
</parent>
1414

libraries/pi4j-library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>pi4j-parent</artifactId>
77
<groupId>com.pi4j</groupId>
8-
<version>2.8.0-SNAPSHOT</version>
8+
<version>2.8.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

pi4j-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.pi4j</groupId>
1313
<artifactId>pi4j-parent</artifactId>
14-
<version>2.8.0-SNAPSHOT</version>
14+
<version>2.8.0</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

pi4j-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>pi4j-parent</artifactId>
66
<groupId>com.pi4j</groupId>
7-
<version>2.8.0-SNAPSHOT</version>
7+
<version>2.8.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

pi4j-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>pi4j-parent</artifactId>
77
<groupId>com.pi4j</groupId>
8-
<version>2.8.0-SNAPSHOT</version>
8+
<version>2.8.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

plugins/pi4j-plugin-gpiod/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.pi4j</groupId>
77
<artifactId>pi4j-plugin</artifactId>
8-
<version>2.8.0-SNAPSHOT</version>
8+
<version>2.8.0</version>
99
<relativePath>../pi4j-plugin/pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

plugins/pi4j-plugin-linuxfs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.pi4j</groupId>
77
<artifactId>pi4j-plugin</artifactId>
8-
<version>2.8.0-SNAPSHOT</version>
8+
<version>2.8.0</version>
99
<relativePath>../pi4j-plugin/pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

plugins/pi4j-plugin-mock/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>pi4j-plugin</artifactId>
77
<groupId>com.pi4j</groupId>
8-
<version>2.8.0-SNAPSHOT</version>
8+
<version>2.8.0</version>
99
<relativePath>../pi4j-plugin/pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)