Skip to content

Commit

Permalink
temp remove sources and javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
antobaldu committed Aug 14, 2020
1 parent 139a165 commit 354a688
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ It can be importer in your Maven project with

```
<dependency>
<groupId>com.github.postfinance.prometheus</groupId>
<artifactId>apache-exporter</artifactId>
<version>0.0.0-SNAPSHOT</version>
<groupId>com.github.postfinance.prometheus</groupId>
<artifactId>apache-exporter</artifactId>
<version>1.0.0</version>
</dependency>
```
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<groupId>com.github.postfinance.prometheus</groupId>
<artifactId>apache-exporter</artifactId>
<version>0.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
<maven.compiler.release>11</maven.compiler.release>
Expand Down Expand Up @@ -40,7 +41,7 @@
<release>11</release>
</configuration>
</plugin>
<plugin>
<!--plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.0</version>
Expand All @@ -65,7 +66,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin-->
</plugins>
</build>

Expand Down

0 comments on commit 354a688

Please sign in to comment.