Skip to content

Commit

Permalink
update ecocode-rule-specifications version
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Oct 27, 2023
1 parent 3794bd5 commit 576bf4d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion java-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,18 @@
<description>Provides rules to reduce the environmental footprint of your Java programs</description>
<url>https://github.com/green-code-initiative/ecoCode/tree/main/java-plugin</url>

<properties>

<!-- temporary version waiting for real automatic release in ecocode repository -->
<ecocode-rules-specifications.version>0.0.6</ecocode-rules-specifications.version>

</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ecocode-rules-specifications</artifactId>
<version>0.0.4</version>
<version>${ecocode-rules-specifications.version}</version>
<classifier>java</classifier>
</dependency>

Expand Down

0 comments on commit 576bf4d

Please sign in to comment.