|
1 | | -<?xml version="1.0"?> |
2 | | -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" |
3 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
4 | | - <modelVersion>4.0.0</modelVersion> |
5 | | - |
6 | | - <parent> |
7 | | - <groupId>org.alfasoftware</groupId> |
8 | | - <artifactId>astra</artifactId> |
9 | | - <version>2.3.1-SNAPSHOT</version> |
10 | | - </parent> |
11 | | - |
12 | | - <artifactId>astra-maven-plugin</artifactId> |
13 | | - <packaging>maven-plugin</packaging> |
14 | | - <name>ASTRA maven plugin</name> |
15 | | - |
16 | | - <dependencies> |
17 | | - <dependency> |
18 | | - <groupId>org.alfasoftware</groupId> |
19 | | - <artifactId>astra-core</artifactId> |
20 | | - </dependency> |
21 | | - |
22 | | - <dependency> |
23 | | - <groupId>org.apache.maven</groupId> |
24 | | - <artifactId>maven-plugin-api</artifactId> |
25 | | - <scope>provided</scope> |
26 | | - </dependency> |
27 | | - <dependency> |
28 | | - <groupId>org.apache.maven.plugin-tools</groupId> |
29 | | - <artifactId>maven-plugin-annotations</artifactId> |
30 | | - </dependency> |
31 | | - <dependency> |
32 | | - <groupId>org.apache.maven</groupId> |
33 | | - <artifactId>maven-core</artifactId> |
34 | | - <scope>provided</scope> |
35 | | - </dependency> |
36 | | - </dependencies> |
37 | | -</project> |
| 1 | +<?xml version="1.0"?> |
| 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 | + <modelVersion>4.0.0</modelVersion> |
| 4 | + |
| 5 | + <parent> |
| 6 | + <groupId>org.alfasoftware</groupId> |
| 7 | + <artifactId>astra</artifactId> |
| 8 | + <version>2.4.0</version> |
| 9 | + </parent> |
| 10 | + |
| 11 | + <artifactId>astra-maven-plugin</artifactId> |
| 12 | + <packaging>maven-plugin</packaging> |
| 13 | + <name>ASTRA maven plugin</name> |
| 14 | + |
| 15 | + <dependencies> |
| 16 | + <dependency> |
| 17 | + <groupId>org.alfasoftware</groupId> |
| 18 | + <artifactId>astra-core</artifactId> |
| 19 | + </dependency> |
| 20 | + |
| 21 | + <dependency> |
| 22 | + <groupId>org.apache.maven</groupId> |
| 23 | + <artifactId>maven-plugin-api</artifactId> |
| 24 | + <scope>provided</scope> |
| 25 | + </dependency> |
| 26 | + <dependency> |
| 27 | + <groupId>org.apache.maven.plugin-tools</groupId> |
| 28 | + <artifactId>maven-plugin-annotations</artifactId> |
| 29 | + </dependency> |
| 30 | + <dependency> |
| 31 | + <groupId>org.apache.maven</groupId> |
| 32 | + <artifactId>maven-core</artifactId> |
| 33 | + <scope>provided</scope> |
| 34 | + </dependency> |
| 35 | + </dependencies> |
| 36 | +</project> |
0 commit comments