|
2 | 2 | <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"> |
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <parent> |
5 | | - <groupId>java2typescript</groupId> |
| 5 | + <groupId>com.github.raphaeljolivet.java2typescript</groupId> |
6 | 6 | <artifactId>java2typescript</artifactId> |
7 | | - <version>0.3-SNAPSHOT</version> |
| 7 | + <version>v0.3.0.rc3-SNAPSHOT</version> |
8 | 8 | </parent> |
9 | 9 |
|
10 | | - <!-- Maven plugins descriptor needs to contain the same group, artifact and version as used by the application pom.xml --> |
11 | | - <groupId>com.github.raphaeljolivet.java2typescript</groupId><!-- different compared to parent, as plugin will be distributed through jitpack.io with this group id --> |
12 | 10 | <artifactId>java2typescript-maven-plugin</artifactId> |
13 | | - <version>v0.3.0.rc2</version><!-- different compared to parent, as plugin will be distributed through jitpack.io with this version --> |
14 | | - |
15 | 11 | <packaging>maven-plugin</packaging> |
16 | 12 | <name>java2typescript maven plugin</name> |
17 | 13 | <url>http://maven.apache.org</url> |
18 | 14 |
|
19 | 15 | <properties> |
20 | 16 | <maven.version>2.2.1</maven.version> |
21 | | - <java2typescript.version>0.3-SNAPSHOT</java2typescript.version> |
22 | 17 | </properties> |
23 | 18 |
|
24 | 19 | <build> |
|
38 | 33 | </plugins> |
39 | 34 | <pluginManagement> |
40 | 35 | <plugins> |
41 | | - <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build |
42 | | - itself. --> |
| 36 | + <!--This plugin's configuration is used to store Eclipse m2e settings only. |
| 37 | + It has no influence on the Maven build itself. --> |
43 | 38 | <plugin> |
44 | 39 | <groupId>org.eclipse.m2e</groupId> |
45 | 40 | <artifactId>lifecycle-mapping</artifactId> |
|
115 | 110 | <version>1.3.8</version> |
116 | 111 | </dependency> |
117 | 112 | <dependency> |
118 | | - <groupId>java2typescript</groupId> |
| 113 | + <groupId>${project.groupId}</groupId> |
119 | 114 | <artifactId>java2typescript-jaxrs</artifactId> |
120 | | - <version>${java2typescript.version}</version> |
| 115 | + <version>${project.version}</version> |
121 | 116 | </dependency> |
122 | 117 | </dependencies> |
123 | 118 |
|
|
0 commit comments