Skip to content

Commit

Permalink
Merge pull request #25 from sentrysoftware/release/v1.0.00
Browse files Browse the repository at this point in the history
Release v1.0.00 and prepare v1.0.01-SNAPSHOT
  • Loading branch information
NassimBtk authored Mar 19, 2024
2 parents fd559b8 + a7a3b98 commit 2506692
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.sentrysoftware.maven</groupId>
<artifactId>metricshub-connector-maven-plugin</artifactId>
<name>MetricsHub Connector Maven Plugin</name>
<version>1.0.00-SNAPSHOT</version>
<version>1.0.01-SNAPSHOT</version>
<description>
The MetricsHub Connector Maven Plugin is a Maven report plugin that
helps generate documentation for MetricsHub connectors.
Expand Down Expand Up @@ -84,7 +82,7 @@

<!-- Reproducible Build -->
<!-- See https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
<project.build.outputTimestamp>2023-10-25T22:28:48Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-03-19T12:41:07Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 2506692

Please sign in to comment.