mirror of
https://github.com/Minres/RDL-Editor.git
synced 2024-12-21 23:18:03 +01:00
Fixed pom dependencies
This commit is contained in:
parent
7e060f2a7e
commit
2173b0554f
@ -77,7 +77,7 @@
|
|||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>com.minres.rdl</groupId>
|
<groupId>com.minres.rdl</groupId>
|
||||||
<artifactId>com.minres.rdl</artifactId>
|
<artifactId>com.minres.rdl</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>${rdl-plugin-version}</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<overWrite>false</overWrite>
|
<overWrite>false</overWrite>
|
||||||
<outputDirectory>${project.build.directory}/classes</outputDirectory>
|
<outputDirectory>${project.build.directory}/classes</outputDirectory>
|
||||||
@ -171,4 +171,12 @@
|
|||||||
</snapshots>
|
</snapshots>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.minres.rdl</groupId>
|
||||||
|
<artifactId>com.minres.rdl</artifactId>
|
||||||
|
<version>${rdl-plugin-version}</version>
|
||||||
|
<type>eclipse-plugin</type>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
@ -76,7 +76,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${project.groupId}</groupId>
|
<groupId>${project.groupId}</groupId>
|
||||||
<artifactId>com.minres.rdl</artifactId>
|
<artifactId>com.minres.rdl</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${rdl-plugin-version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${project.groupId}</groupId>
|
<groupId>${project.groupId}</groupId>
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
<moduleProperties></moduleProperties>
|
<moduleProperties></moduleProperties>
|
||||||
<systemProperties></systemProperties>
|
<systemProperties></systemProperties>
|
||||||
<tycho.testArgLine></tycho.testArgLine>
|
<tycho.testArgLine></tycho.testArgLine>
|
||||||
|
<rdl-plugin-version>1.1.1-SNAPSHOT</rdl-plugin-version>
|
||||||
</properties>
|
</properties>
|
||||||
<modules>
|
<modules>
|
||||||
<module>com.minres.rdl</module>
|
<module>com.minres.rdl</module>
|
||||||
|
Loading…
Reference in New Issue
Block a user