Skip to content

Commit

Permalink
[COMPILE] Finish bump GAMA version
Browse files Browse the repository at this point in the history
Forgot some extra pom.xml
  • Loading branch information
RoiArthurB committed Feb 10, 2022
1 parent b523b9a commit 8550de9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gama.target.platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<parent>
<groupId>msi.gama</groupId>
<artifactId>msi.gama.parent</artifactId>
<version>1.8.1-SNAPSHOT</version>
<version>1.8.2-SNAPSHOT</version>
</parent>
</project>
4 changes: 2 additions & 2 deletions msi.gama.application/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</property>
<property
name="aboutText"
value="GAMA Platform - V1.8.2 http://gama-platform.org&#x0A;&#x0A;(c) 2007-2008 IRD-UR GEODES (France) &amp; IFI-MSI (Vietnam)&#x0A;(c) 2009-2011 UMI 209 UMMISCO IRD/UPMC - MSI (Vietnam)&#x0A;(c) 2012-2017 UMI 209 UMMISCO IRD/UPMC &amp; Partners&#x0A;(c) 2018-2020 UMI 209 UMMISCO IRD/SU &amp; Partners">
value="GAMA Platform - V1.8.2 http://gama-platform.org&#x0A;&#x0A;(c) 2007-2008 IRD-UR GEODES (France) &amp; IFI-MSI (Vietnam)&#x0A;(c) 2009-2011 UMI 209 UMMISCO IRD/UPMC - MSI (Vietnam)&#x0A;(c) 2012-2017 UMI 209 UMMISCO IRD/UPMC &amp; Partners&#x0A;(c) 2018-2022 UMI 209 UMMISCO IRD/SU &amp; Partners">
</property>
<property
name="aboutImage"
Expand Down Expand Up @@ -153,5 +153,5 @@
id="msi.gama.application.gamaNature">
</requires-nature>
</extension>


</plugin>
2 changes: 1 addition & 1 deletion msi.gama.ext/pom2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>msi.gama</groupId>
<artifactId>msi.gama.parent</artifactId>
<version>1.8.1-SNAPSHOT</version>
<version>1.8.2-SNAPSHOT</version>
<relativePath>../msi.gama.parent/</relativePath>
</parent>
<artifactId>msi.gama.ext</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions msi.gama.parent/pom2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>msi.gama</groupId>
<artifactId>msi.gama.parent</artifactId>
<version>1.8.1-SNAPSHOT</version>
<version>1.8.2-SNAPSHOT</version>
<packaging>pom</packaging>

<distributionManagement>
Expand Down Expand Up @@ -420,7 +420,7 @@
<version>${tycho.version}</version>
<configuration>
<!-- <target> <artifact> <groupId>msi.gama</groupId> <artifactId>gama.target.platform</artifactId>
<version>1.8.1-SNAPSHOT</version> </artifact> </target> -->
<version>1.8.2-SNAPSHOT</version> </artifact> </target> -->

<dependency-resolution>
<optionalDependencies>ignore</optionalDependencies>
Expand Down
4 changes: 2 additions & 2 deletions msi.gama.parent/tiny_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>msi.gama</groupId>
<artifactId>msi.gama.parent</artifactId>
<version>1.8.1-SNAPSHOT</version>
<version>1.8.2-SNAPSHOT</version>
<packaging>pom</packaging>

<distributionManagement>
Expand Down Expand Up @@ -371,7 +371,7 @@
<version>${tycho.version}</version>
<configuration>
<!-- <target> <artifact> <groupId>msi.gama</groupId> <artifactId>gama.target.platform</artifactId>
<version>1.8.1-SNAPSHOT</version> </artifact> </target> -->
<version>1.8.2-SNAPSHOT</version> </artifact> </target> -->

<dependency-resolution>
<optionalDependencies>ignore</optionalDependencies>
Expand Down

0 comments on commit 8550de9

Please sign in to comment.