Skip to content

Commit

Permalink
[TECH] delete temporary updates for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Dec 4, 2023
1 parent c7ea76f commit 0b4015b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
11 changes: 4 additions & 7 deletions ecocode-rules-specifications/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<!-- temporary modifications only to release ecocode java plugin -->
<!-- <parent> -->
<parent>
<groupId>io.ecocode</groupId>
<!-- <artifactId>ecocode-parent</artifactId>
<version>1.4.1</version>
</parent> -->
<version>0.0.8-SNAPSHOT</version>
<!-- END temporary modifications -->
<artifactId>ecocode-parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
</parent>

<artifactId>ecocode-rules-specifications</artifactId>

Expand Down
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@
</developers>

<modules>
<!-- temporary modifications only to release ecocode java plugin -->
<!-- <module>ecocode-rules-specifications</module> -->
<!-- END temporary modifications -->
<module>ecocode-rules-specifications</module>
<module>java-plugin</module>
</modules>

Expand Down

0 comments on commit 0b4015b

Please sign in to comment.