Skip to content

Commit

Permalink
chore: automated uptick to 5.2.2 (#4628)
Browse files Browse the repository at this point in the history
* chore: automated uptick to 5.2.2

* chore: Updated Kura version in build.properties files

Signed-off-by: Nicola Timeus <nicola.timeus@eurotech.com>

* Upticked org.eclipse.kura.web2 version

Signed-off-by: Nicola Timeus <nicola.timeus@eurotech.com>

* Upticked org.eclipse.kura.net.admin version

Signed-off-by: Nicola Timeus <nicola.timeus@eurotech.com>

* Upticked org.eclipse.kura.wire.provider version

Signed-off-by: Nicola Timeus <nicola.timeus@eurotech.com>

---------

Signed-off-by: Nicola Timeus <nicola.timeus@eurotech.com>
Co-authored-by: nicolatimeus <nicolatimeus@users.noreply.github.com>
Co-authored-by: Nicola Timeus <nicola.timeus@eurotech.com>
  • Loading branch information
3 people committed May 4, 2023
1 parent 0a4bcfe commit 04fd78c
Show file tree
Hide file tree
Showing 337 changed files with 577 additions and 577 deletions.
8 changes: 4 additions & 4 deletions kura/distrib/config/kura.build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kura.version=5.2.2-SNAPSHOT
kura.version=5.2.2
org.eclipse.kura.api.version=2.4.0
org.eclipse.kura.asset.provider.version=2.2.0
org.eclipse.kura.asset.cloudlet.provider.version=1.2.0
Expand Down Expand Up @@ -55,7 +55,7 @@ org.eclipse.kura.linux.gpio.version=1.2.0
org.eclipse.kura.linux.position.version=1.2.0
org.eclipse.kura.linux.usb.version=1.2.0
org.eclipse.kura.linux.watchdog.version=1.2.0
org.eclipse.kura.net.admin.version=1.2.2-SNAPSHOT
org.eclipse.kura.net.admin.version=1.2.2
org.eclipse.kura.util.version=1.3.0
org.eclipse.kura.protocol.can.version=3.2.0
org.eclipse.kura.protocol.modbus.version=2.2.0
Expand Down Expand Up @@ -83,14 +83,14 @@ org.eclipse.kura.raspberrypi.sensehat.version=1.2.0
org.eclipse.kura.raspberrypi.sensehat.example.version=1.2.0
org.eclipse.kura.example.wire.math.singleport.provider.version=1.2.0
org.eclipse.kura.example.wire.math.multiport.provider.version=1.2.0
org.eclipse.kura.web2.version=2.2.2-SNAPSHOT
org.eclipse.kura.web2.version=2.2.2
org.eclipse.kura.wire.camel.version=1.2.0
org.eclipse.kura.wire.component.provider.version=1.2.0
org.eclipse.kura.wire.h2db.component.provider.version=2.2.0
org.eclipse.kura.wire.db.component.provider.version=1.0.0
org.eclipse.kura.wire.script.filter.provider.version=1.2.0
org.eclipse.kura.wire.helper.provider.version=1.2.0
org.eclipse.kura.wire.provider.version=1.2.1-SNAPSHOT
org.eclipse.kura.wire.provider.version=1.2.1
org.eclipse.kura.rest.provider.version=1.3.0
org.eclipse.kura.rest.asset.provider.version=1.2.0
org.eclipse.kura.hook.file.move.provider.version=1.2.0
Expand Down
4 changes: 2 additions & 2 deletions kura/distrib/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011, 2022 Eurotech and/or its affiliates and others
Copyright (c) 2011, 2023 Eurotech and/or its affiliates and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -23,7 +23,7 @@

<groupId>org.eclipse.kura</groupId>
<artifactId>distrib</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>

<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions kura/emulator/org.eclipse.kura.emulator.clock/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011, 2022 Eurotech and/or its affiliates and others
Copyright (c) 2011, 2023 Eurotech and/or its affiliates and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.kura</groupId>
<artifactId>emulator</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>org.eclipse.kura.emulator.clock</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions kura/emulator/org.eclipse.kura.emulator.gpio/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011, 2022 Eurotech and/or its affiliates and others
Copyright (c) 2011, 2023 Eurotech and/or its affiliates and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.kura</groupId>
<artifactId>emulator</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>org.eclipse.kura.emulator.gpio</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions kura/emulator/org.eclipse.kura.emulator.net/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011, 2022 Eurotech and/or its affiliates and others
Copyright (c) 2011, 2023 Eurotech and/or its affiliates and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.kura</groupId>
<artifactId>emulator</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>org.eclipse.kura.emulator.net</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions kura/emulator/org.eclipse.kura.emulator.position/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011, 2022 Eurotech and/or its affiliates and others
Copyright (c) 2011, 2023 Eurotech and/or its affiliates and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.kura</groupId>
<artifactId>emulator</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>org.eclipse.kura.emulator.position</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions kura/emulator/org.eclipse.kura.emulator.usb/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011, 2022 Eurotech and/or its affiliates and others
Copyright (c) 2011, 2023 Eurotech and/or its affiliates and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.kura</groupId>
<artifactId>emulator</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>org.eclipse.kura.emulator.usb</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions kura/emulator/org.eclipse.kura.emulator.watchdog/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011, 2022 Eurotech and/or its affiliates and others
Copyright (c) 2011, 2023 Eurotech and/or its affiliates and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.kura</groupId>
<artifactId>emulator</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>org.eclipse.kura.emulator.watchdog</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions kura/emulator/org.eclipse.kura.emulator/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011, 2022 Eurotech and/or its affiliates and others
Copyright (c) 2011, 2023 Eurotech and/or its affiliates and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.kura</groupId>
<artifactId>emulator</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>org.eclipse.kura.emulator</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions kura/emulator/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011, 2022 Eurotech and/or its affiliates and others
Copyright (c) 2011, 2023 Eurotech and/or its affiliates and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.kura</groupId>
<artifactId>kura</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>emulator</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions kura/examples/org.eclipse.kura.demo.heater/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011, 2022 Eurotech and/or its affiliates and others
Copyright (c) 2011, 2023 Eurotech and/or its affiliates and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.kura</groupId>
<artifactId>examples</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>org.eclipse.kura.demo.heater</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions kura/examples/org.eclipse.kura.demo.modbus/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011, 2022 Eurotech and/or its affiliates and others
Copyright (c) 2011, 2023 Eurotech and/or its affiliates and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.kura</groupId>
<artifactId>examples</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>org.eclipse.kura.demo.modbus</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions kura/examples/org.eclipse.kura.example.beacon.scanner/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011, 2022 Eurotech and/or its affiliates and others
Copyright (c) 2011, 2023 Eurotech and/or its affiliates and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.kura</groupId>
<artifactId>examples</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions kura/examples/org.eclipse.kura.example.beacon/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011, 2022 Eurotech and/or its affiliates and others
Copyright (c) 2011, 2023 Eurotech and/or its affiliates and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.kura</groupId>
<artifactId>examples</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011, 2022 Eurotech and/or its affiliates and others
Copyright (c) 2011, 2023 Eurotech and/or its affiliates and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.kura</groupId>
<artifactId>examples</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011, 2022 Eurotech and/or its affiliates and others
Copyright (c) 2011, 2023 Eurotech and/or its affiliates and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.kura</groupId>
<artifactId>examples</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2016, 2022 Red Hat Inc and others
Copyright (c) 2016, 2023 Red Hat Inc and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.kura</groupId>
<artifactId>examples</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>org.eclipse.kura.example.camel.aggregation</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2016, 2022 Red Hat Inc and others
Copyright (c) 2016, 2023 Red Hat Inc and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -22,7 +22,7 @@
<parent>
<groupId>org.eclipse.kura</groupId>
<artifactId>examples</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2016, 2022 Red Hat Inc and others
Copyright (c) 2016, 2023 Red Hat Inc and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.kura</groupId>
<artifactId>examples</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>org.eclipse.kura.example.camel.quickstart</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions kura/examples/org.eclipse.kura.example.can/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
Copyright (c) 2017, 2023 Eurotech and/or its affiliates and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.kura</groupId>
<artifactId>examples</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>org.eclipse.kura.example.can</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2018, 2022 Eurotech and/or its affiliates and others
Copyright (c) 2018, 2023 Eurotech and/or its affiliates and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.kura</groupId>
<artifactId>examples</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 04fd78c

Please sign in to comment.