Skip to content

Commit

Permalink
fix: Updated versions (#4216)
Browse files Browse the repository at this point in the history
Fixed a version issue with the archetype.
Updated the config file version to reference to the new core bundle to be picked
up in distrib

Signed-off-by: MMaiero <matteo.maiero@eurotech.com>

Signed-off-by: MMaiero <matteo.maiero@eurotech.com>
  • Loading branch information
MMaiero committed Nov 4, 2022
1 parent fd5661f commit 1d9fc50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kura/distrib/config/kura.build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ org.eclipse.kura.asset.helper.provider.version=1.0.400
org.eclipse.kura.broker.artemis.core.version=1.1.100
org.eclipse.kura.broker.artemis.simple.mqtt.version=1.0.300
org.eclipse.kura.broker.artemis.xml.version=1.0.300
org.eclipse.kura.core.version=1.0.502
org.eclipse.kura.core.version=1.0.503-SNAPSHOT
org.eclipse.kura.core.certificates.version=1.0.500
org.eclipse.kura.core.cloud.version=1.1.402
org.eclipse.kura.core.comm.version=1.0.501
Expand Down
4 changes: 2 additions & 2 deletions kura/tools/archetype/example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.eclipse.kura.tools</groupId>
<artifactId>archetype</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<groupId>org.eclipse.kura.tools.archetype</groupId>
<artifactId>org.eclipse.kura.quickstart.archetype</artifactId>
<version>0.1.201.qualifier</version>
<version>0.1.201-SNAPSHOT</version>
<name>Eclipse Kura App Quickstart Archetype</name>

<description>This is the Maven-Archetype for creating an Eclipse Kura app.</description>
Expand Down

0 comments on commit 1d9fc50

Please sign in to comment.