Skip to content

Commit

Permalink
remove version id, not used anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
CBiasuzzi committed Oct 18, 2018
1 parent da1393c commit 5cf8be0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
2 changes: 1 addition & 1 deletion iidm-ddb/iidm-ddb-eurostag-import-export/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>eu.itesla_project</groupId>
<artifactId>EU2Mod_MB</artifactId>
<version>${extends_ipst.version}</version>
<version>${project.version}</version>
<type>jar</type>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion iidm-ddb/iidm-ddb-eurostag-modelica-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>eu.itesla_project</groupId>
<artifactId>EU2Mod_MB</artifactId>
<version>${extends_ipst.version}</version>
<version>${project.version}</version>
</dependency>

<!-- Test dependencies -->
Expand Down
19 changes: 2 additions & 17 deletions iidm-ddb/iidm-ddb-psse-import-export/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,30 +73,15 @@
<groupId>net.sf.supercsv</groupId>
<artifactId>super-csv</artifactId>
</dependency>
<dependency>
<groupId>eu.itesla_project</groupId>
<artifactId>modules</artifactId>
<version>${extends_ipst.version}</version>
<exclusions>
<exclusion>
<groupId>eu.itesla_project</groupId>
<artifactId>network-merge</artifactId>
</exclusion>
<exclusion>
<groupId>eu.itesla_project</groupId>
<artifactId>case-repository</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>eu.itesla_project</groupId>
<artifactId>network-merge</artifactId>
<version>${extends_ipst.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>eu.itesla_project</groupId>
<artifactId>case-repository</artifactId>
<version>${extends_ipst.version}</version>
<version>${project.version}</version>
</dependency>

</dependencies>
Expand Down
1 change: 0 additions & 1 deletion iidm-ddb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
<!-- maven-compiler-plugin -->
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
<extends_ipst.version>0.1-SNAPSHOT</extends_ipst.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 5cf8be0

Please sign in to comment.