mirror of
https://github.com/JHUAPL/Jackfruit.git
synced 2026-01-09 14:18:05 -05:00
set version in parent pom
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<artifactId>jackfruit-parent</artifactId>
|
||||
<groupId>edu.jhuapl.ses</groupId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jackfruit-demo</artifactId>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<artifactId>jackfruit-parent</artifactId>
|
||||
<groupId>edu.jhuapl.ses</groupId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jackfruit</artifactId>
|
||||
|
||||
17
pom.xml
17
pom.xml
@@ -5,13 +5,21 @@
|
||||
|
||||
<groupId>edu.jhuapl.ses</groupId>
|
||||
<artifactId>jackfruit-parent</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>${revision}</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>jackfruit-parent</name>
|
||||
<description>Jackfruit processes annotations on Java interfaces and abstract classes to generate code that can read and write Apache Configuration files.</description>
|
||||
<url>https://github.com/JHUAPL/Jackfruit</url>
|
||||
|
||||
<properties>
|
||||
<revision>1.1.2-SNAPSHOT</revision>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.release>17</maven.compiler.release>
|
||||
<!-- only do site generation for jackfruit package, skip for demo -->
|
||||
<maven-site-plugin.skip>true</maven-site-plugin.skip>
|
||||
</properties>
|
||||
|
||||
<inceptionYear>2023</inceptionYear>
|
||||
<organization>
|
||||
<name>Johns Hopkins University Applied Physics Laboratory</name>
|
||||
@@ -50,13 +58,6 @@
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.release>17</maven.compiler.release>
|
||||
<!-- only do site generation for jackfruit package, skip for demo -->
|
||||
<maven-site-plugin.skip>true</maven-site-plugin.skip>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
||||
Reference in New Issue
Block a user