Skip to content

Commit

Permalink
Pom updates (#204)
Browse files Browse the repository at this point in the history
* pom updates

* pom update
  • Loading branch information
bischoffz authored Feb 14, 2024
1 parent 76fd298 commit 922e664
Show file tree
Hide file tree
Showing 25 changed files with 211 additions and 141 deletions.
18 changes: 9 additions & 9 deletions demos/gcm-taskit/pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.hhs.aspr.ms.gcm.demos</groupId>
<artifactId>gcm-demos</artifactId>
<artifactId>parent</artifactId>
<version>${revision}</version>
</parent>

<!-- Artifact -->
<artifactId>gcm-taskit-demo</artifactId>
<name>GCM: Demo: Serialization Demo</name>
<name>GCM Serialization Demo</name>
<description>Demonstrate serialization integration with simulation</description>

<properties>
Expand All @@ -25,16 +25,16 @@
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>

<!-- dependency versions -->
<gcm-taskit-protobuf.version>2.6.3-SNAPSHOT</gcm-taskit-protobuf.version>
<gcm-taskit.version>2.6.3-SNAPSHOT</gcm-taskit.version>
<protoc.version>3.21.12</protoc.version>
</properties>

<!-- Dependencies -->
<dependencies>
<dependency>
<groupId>gov.hhs.aspr.ms.gcm</groupId>
<artifactId>gcm-taskit-protobuf</artifactId>
<version>${gcm-taskit-protobuf.version}</version>
<groupId>gov.hhs.aspr.ms.gcm.taskit</groupId>
<artifactId>protobuf</artifactId>
<version>${gcm-taskit.version}</version>
</dependency>
</dependencies>

Expand Down
38 changes: 27 additions & 11 deletions demos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.hhs.aspr.ms</groupId>
<artifactId>gcm</artifactId>
<groupId>gov.hhs.aspr.ms.gcm</groupId>
<artifactId>parent</artifactId>
<version>${revision}</version>
</parent>

<!-- Artifact -->
<groupId>gov.hhs.aspr.ms.gcm.demos</groupId>
<artifactId>gcm-demos</artifactId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>

<name>GCM: Demos</name>
Expand All @@ -22,7 +22,7 @@
<dependencies>
<dependency>
<groupId>gov.hhs.aspr.ms.gcm</groupId>
<artifactId>gcm-simulation</artifactId>
<artifactId>simulation</artifactId>
<version>${revision}</version>
</dependency>
</dependencies>
Expand All @@ -31,18 +31,34 @@
<dependencies>
<dependency>
<groupId>gov.hhs.aspr.ms.gcm</groupId>
<artifactId>gcm-simulation</artifactId>
<artifactId>simulation</artifactId>
</dependency>
</dependencies>

<modules>
<module>gcm-taskit</module>
</modules>

<profiles>
<profile>
<id>release</id>
<build />
</profile>
</profiles>
<build>
<plugins>
<!-- for skipping parent install-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

<!-- for skipping parent deployment -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

</project>
2 changes: 1 addition & 1 deletion lessons/lesson-01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<parent>
<groupId>gov.hhs.aspr.ms.gcm.lessons</groupId>
<artifactId>gcm-lessons</artifactId>
<artifactId>parent</artifactId>
<version>${revision}</version>
</parent>

Expand Down
12 changes: 6 additions & 6 deletions lessons/lesson-02/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.hhs.aspr.ms.gcm.lessons</groupId>
<artifactId>gcm-lessons</artifactId>
<version>${revision}</version>
</parent>
<groupId>gov.hhs.aspr.ms.gcm.lessons</groupId>
<artifactId>parent</artifactId>
<version>${revision}</version>
</parent>

<!-- Artifact -->
<artifactId>lesson-02-plugins</artifactId>
<name>GCM: Lesson 02: Plugins</name>
<description>GCM Lesson introducing Plugins as the component architecture of GCM</description>
</project>
</project>
11 changes: 6 additions & 5 deletions lessons/lesson-03/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.hhs.aspr.ms.gcm.lessons</groupId>
<artifactId>gcm-lessons</artifactId>
<version>${revision}</version>
</parent>
<groupId>gov.hhs.aspr.ms.gcm.lessons</groupId>
<artifactId>parent</artifactId>
<version>${revision}</version>
</parent>

<!-- Artifact -->
<artifactId>lesson-03-actors</artifactId>
<name>GCM: Lesson 03: Actors</name>
<description>GCM Lesson introducing Actors</description>
</project>
</project>
2 changes: 1 addition & 1 deletion lessons/lesson-04/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<parent>
<groupId>gov.hhs.aspr.ms.gcm.lessons</groupId>
<artifactId>gcm-lessons</artifactId>
<artifactId>parent</artifactId>
<version>${revision}</version>
</parent>

Expand Down
12 changes: 6 additions & 6 deletions lessons/lesson-05/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.hhs.aspr.ms.gcm.lessons</groupId>
<artifactId>gcm-lessons</artifactId>
<version>${revision}</version>
</parent>
<groupId>gov.hhs.aspr.ms.gcm.lessons</groupId>
<artifactId>parent</artifactId>
<version>${revision}</version>
</parent>

<!-- Artifact -->
<artifactId>lesson-05-events</artifactId>
<name>GCM: Lesson 05: Events</name>
<description>GCM Lesson introducing Events</description>
</project>
</project>
12 changes: 6 additions & 6 deletions lessons/lesson-06/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.hhs.aspr.ms.gcm.lessons</groupId>
<artifactId>gcm-lessons</artifactId>
<version>${revision}</version>
</parent>
<groupId>gov.hhs.aspr.ms.gcm.lessons</groupId>
<artifactId>parent</artifactId>
<version>${revision}</version>
</parent>

<!-- Artifact -->
<artifactId>lesson-06-plugin-dependencies</artifactId>
<name>GCM: Lesson 06: Plugin Dependencies</name>
<description>GCM Lesson introducing Plugin Dependencies</description>
</project>
</project>
12 changes: 6 additions & 6 deletions lessons/lesson-07/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.hhs.aspr.ms.gcm.lessons</groupId>
<artifactId>gcm-lessons</artifactId>
<version>${revision}</version>
</parent>
<groupId>gov.hhs.aspr.ms.gcm.lessons</groupId>
<artifactId>parent</artifactId>
<version>${revision}</version>
</parent>

<!-- Artifact -->
<artifactId>lesson-07-plugin-dependency-graph</artifactId>
<name>GCM: Lesson 07: Plugin Dependency Graph</name>
<description>GCM Lesson introducing the Plugin Dependency acyclic, directed Graph</description>
</project>
</project>
12 changes: 6 additions & 6 deletions lessons/lesson-08/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.hhs.aspr.ms.gcm.lessons</groupId>
<artifactId>gcm-lessons</artifactId>
<version>${revision}</version>
</parent>
<groupId>gov.hhs.aspr.ms.gcm.lessons</groupId>
<artifactId>parent</artifactId>
<version>${revision}</version>
</parent>

<!-- Artifact -->
<artifactId>lesson-08-plugin-data</artifactId>
<name>GCM: Lesson 08: Plugin Data</name>
<description>GCM Lesson introducing the Plugin Data</description>
</project>
</project>
12 changes: 6 additions & 6 deletions lessons/lesson-09/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.hhs.aspr.ms.gcm.lessons</groupId>
<artifactId>gcm-lessons</artifactId>
<version>${revision}</version>
</parent>
<groupId>gov.hhs.aspr.ms.gcm.lessons</groupId>
<artifactId>parent</artifactId>
<version>${revision}</version>
</parent>

<!-- Artifact -->
<artifactId>lesson-09-experiments</artifactId>
<name>GCM: Lesson 09: Experiments</name>
<description>GCM Lesson introducing Experiments</description>
</project>
</project>
12 changes: 6 additions & 6 deletions lessons/lesson-10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.hhs.aspr.ms.gcm.lessons</groupId>
<artifactId>gcm-lessons</artifactId>
<version>${revision}</version>
</parent>
<groupId>gov.hhs.aspr.ms.gcm.lessons</groupId>
<artifactId>parent</artifactId>
<version>${revision}</version>
</parent>

<!-- Artifact -->
<artifactId>lesson-10-output</artifactId>
<name>GCM: Lesson 10: Output</name>
<description>GCM Lesson introducing Output</description>
</project>
</project>
12 changes: 6 additions & 6 deletions lessons/lesson-11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.hhs.aspr.ms.gcm.lessons</groupId>
<artifactId>gcm-lessons</artifactId>
<version>${revision}</version>
</parent>
<groupId>gov.hhs.aspr.ms.gcm.lessons</groupId>
<artifactId>parent</artifactId>
<version>${revision}</version>
</parent>

<!-- Artifact -->
<artifactId>lesson-11-stochastics-plugin</artifactId>
<name>GCM: Lesson 11: Stochastics Plugin</name>
<description>GCM Lesson introducing the Stochastics Plugin</description>
</project>
</project>
12 changes: 6 additions & 6 deletions lessons/lesson-12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.hhs.aspr.ms.gcm.lessons</groupId>
<artifactId>gcm-lessons</artifactId>
<version>${revision}</version>
</parent>
<groupId>gov.hhs.aspr.ms.gcm.lessons</groupId>
<artifactId>parent</artifactId>
<version>${revision}</version>
</parent>

<!-- Artifact -->
<artifactId>lesson-12-reports-plugin</artifactId>
<name>GCM: Lesson 12: Reports Plugin</name>
<description>GCM Lesson introducing the Reports Plugin</description>
</project>
</project>
12 changes: 6 additions & 6 deletions lessons/lesson-13/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.hhs.aspr.ms.gcm.lessons</groupId>
<artifactId>gcm-lessons</artifactId>
<version>${revision}</version>
</parent>
<groupId>gov.hhs.aspr.ms.gcm.lessons</groupId>
<artifactId>parent</artifactId>
<version>${revision}</version>
</parent>

<!-- Artifact -->
<artifactId>lesson-13-global-properties-plugin</artifactId>
<name>GCM: Lesson 13: Global Properties Plugin</name>
<description>GCM Lesson introducing the Global Properties Plugin</description>
</project>
</project>
Loading

0 comments on commit 922e664

Please sign in to comment.