Skip to content

Commit

Permalink
build new plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hqnghi88 committed May 12, 2021
1 parent a8c79b5 commit 6c3240d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions miat.gaml.extensions.pedestrian/pom.xml
@@ -1,13 +1,14 @@
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>msi.gama</groupId>
<artifactId>escape.gaml.pedestrian</artifactId>
<artifactId>miat.gaml..extension.pedestrian</artifactId>
<packaging>eclipse-plugin</packaging>
<parent>
<groupId>msi.gama</groupId>
<artifactId>msi.gama.experimental.parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<relativePath>../msi.gama.experimental.parent/</relativePath>
<artifactId>msi.gama.parent</artifactId>
<version>1.8.1-SNAPSHOT</version>
<relativePath>../msi.gama.parent/</relativePath>
</parent>

<version>1.0.0-SNAPSHOT</version>
</project>
1 change: 1 addition & 0 deletions msi.gama.parent/pom.xml
Expand Up @@ -155,6 +155,7 @@

<module>../msi.gaml.extensions.fipa</module>
<module>../msi.gama.headless</module>
<module>../miat.gaml.extensions.pedestrian</module>
<module>../simtools.gaml.extensions.traffic</module>
<module>../simtools.gaml.extensions.physics</module>

Expand Down

0 comments on commit 6c3240d

Please sign in to comment.