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