Skip to content

Commit

Permalink
Issue #126: Updated dependency versions
Browse files Browse the repository at this point in the history
* Updated MetricsHub Community Connectors version in the main POM
* Updated MetricsHub Connector Maven Plugin version in the doc. POM
  • Loading branch information
NassimBtk committed Mar 19, 2024
1 parent 57b0d99 commit c85c086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion metricshub-doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<plugin>
<groupId>org.sentrysoftware.maven</groupId>
<artifactId>metricshub-connector-maven-plugin</artifactId>
<version>1.0.00-SNAPSHOT</version>
<version>1.0.00</version>
<configuration>
<sourceDirectory>${project.basedir}/../metricshub-agent/target/connectors</sourceDirectory>
</configuration>
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@
<prettier-maven-plugin.version>0.21</prettier-maven-plugin.version>
<prettierJava.version>2.5.0</prettierJava.version>
<metricshub-jre.version>1.0.01</metricshub-jre.version>
<community-connectors.version>1.0.00-SNAPSHOT</community-connectors.version>
<project.build.outputTimestamp>2024-01-10T17:05:36Z</project.build.outputTimestamp>

</properties>
Expand Down Expand Up @@ -239,7 +238,7 @@
<dependency>
<groupId>org.sentrysoftware</groupId>
<artifactId>metricshub-community-connectors</artifactId>
<version>${community-connectors.version}</version>
<version>1.0.00</version>
<classifier>sources</classifier>
</dependency>
<dependency>
Expand Down

0 comments on commit c85c086

Please sign in to comment.