Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang Li committed Nov 2, 2021
1 parent ef5c157 commit d5623d0
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion assembly/kar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.opennms.plugins.timeseries</groupId>
<artifactId>cortex-assembly</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.opennms.plugins.timeseries.cortex.assembly.kar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms.plugins.timeseries</groupId>
<artifactId>cortex-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cortex-assembly</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion karaf-features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.opennms.plugins.timeseries</groupId>
<artifactId>cortex-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cortex-karaf-features</artifactId>
Expand Down
1 change: 0 additions & 1 deletion karaf-features/src/main/resources/features.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<bundle dependency="true">mvn:org.xerial.snappy/snappy-java/${snappy.version}</bundle>
<bundle dependency="true">mvn:io.dropwizard.metrics/metrics-core/${metrics.version}</bundle>
<bundle dependency="true">mvn:org.json/json/${json.version}</bundle>
<bundle dependency="true">mvn:org.json/json/${json.version}</bundle>
<bundle dependency="true">mvn:org.opennms.plugin.timeseries.cortex.wrap/resilience4j/${project.version}</bundle>
<bundle>mvn:org.opennms.plugins.timeseries/cortex-plugin/${project.version}</bundle>
</feature>
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.opennms.plugins.timeseries</groupId>
<artifactId>cortex-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cortex-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>cortex-parent</artifactId>
<name>OpenNMS :: Plugins :: Cortex TSS :: Parent</name>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion wrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms.plugins.timeseries</groupId>
<artifactId>cortex-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cortex-wrap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wrap/resilience4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms.plugins.timeseries</groupId>
<artifactId>cortex-wrap</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.plugin.timeseries.cortex.wrap</groupId>
Expand Down

0 comments on commit d5623d0

Please sign in to comment.