Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Jul 19, 2023
1 parent 087726c commit 6a73ef1
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
32 changes: 16 additions & 16 deletions ecocode-rules-specifications/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.ecocode</groupId>
<artifactId>ecocode-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

<artifactId>ecocode-rules-specifications</artifactId>
Expand Down Expand Up @@ -114,38 +114,38 @@
<target>
<copy todir="${project.build.outputDirectory}/io/ecocode/rules/java">
<fileset dir="${project.build.directory}/rules">
<include name="*/java/EC*.html"/>
<include name="*/EC*.json"/>
<include name="*/java/EC*.html" />
<include name="*/EC*.json" />
</fileset>
<flattenmapper/>
<flattenmapper />
</copy>
<copy todir="${project.build.outputDirectory}/io/ecocode/rules/php">
<fileset dir="${project.build.directory}/rules">
<include name="*/php/EC*.html"/>
<include name="*/EC*.json"/>
<include name="*/php/EC*.html" />
<include name="*/EC*.json" />
</fileset>
<flattenmapper/>
<flattenmapper />
</copy>
<copy todir="${project.build.outputDirectory}/io/ecocode/rules/python">
<fileset dir="${project.build.directory}/rules">
<include name="*/python/EC*.html"/>
<include name="*/EC*.json"/>
<include name="*/python/EC*.html" />
<include name="*/EC*.json" />
</fileset>
<flattenmapper/>
<flattenmapper />
</copy>
<copy todir="${project.build.outputDirectory}/io/ecocode/rules/js">
<fileset dir="${project.build.directory}/rules">
<include name="*/js/EC*.html"/>
<include name="*/EC*.json"/>
<include name="*/js/EC*.html" />
<include name="*/EC*.json" />
</fileset>
<flattenmapper/>
<flattenmapper />
</copy>
<copy todir="${project.build.outputDirectory}/io/ecocode/rules/ts">
<fileset dir="${project.build.directory}/rules">
<include name="*/ts/EC*.html"/>
<include name="*/EC*.json"/>
<include name="*/ts/EC*.html" />
<include name="*/EC*.json" />
</fileset>
<flattenmapper/>
<flattenmapper />
</copy>
</target>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion java-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.ecocode</groupId>
<artifactId>ecocode-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

<artifactId>ecocode-java-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion php-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.ecocode</groupId>
<artifactId>ecocode-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

<artifactId>ecocode-php-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.ecocode</groupId>
<artifactId>ecocode-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<packaging>pom</packaging>

<name>ecoCode Sonar Plugins Project</name>
Expand Down Expand Up @@ -33,7 +33,7 @@
<connection>scm:git:https://github.com/green-code-initiative/ecocode</connection>
<developerConnection>scm:git:https://github.com/green-code-initiative/ecocode</developerConnection>
<url>https://github.com/green-code-initiative/ecocode</url>
<tag>HEAD</tag>
<tag>1.3.1</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand Down
2 changes: 1 addition & 1 deletion python-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.ecocode</groupId>
<artifactId>ecocode-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

<artifactId>ecocode-python-plugin</artifactId>
Expand Down

0 comments on commit 6a73ef1

Please sign in to comment.