Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions embabel-common-ai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
<packaging>jar</packaging>
<name>Embabel Common AI</name>
<description>Embabel AI common framework</description>
<url>https://github.com/embabel/embabel-common</url>

<scm>
<url>https://github.com/embabel/embabel-common</url>
<connection>scm:git:https://github.com/embabel/embabel-common.git</connection>
<developerConnection>scm:git:https://github.com/embabel/embabel-common.git</developerConnection>
<tag>HEAD</tag>
</scm>

<dependencies>
<dependency>
Expand Down
8 changes: 8 additions & 0 deletions embabel-common-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
<packaging>jar</packaging>
<name>Embabel Common Core</name>
<description>Common Core Classes shared across Embabel Modules.</description>
<url>https://github.com/embabel/embabel-common</url>

<scm>
<url>https://github.com/embabel/embabel-common</url>
<connection>scm:git:https://github.com/embabel/embabel-common.git</connection>
<developerConnection>scm:git:https://github.com/embabel/embabel-common.git</developerConnection>
<tag>HEAD</tag>
</scm>

<dependencies>
<dependency>
Expand Down
8 changes: 8 additions & 0 deletions embabel-common-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
<packaging>pom</packaging>
<name>Embabel Common Dependencies</name>
<description>Embabel Common Dependencies for internal or external modules</description>
<url>https://github.com/embabel/embabel-common</url>

<scm>
<url>https://github.com/embabel/embabel-common</url>
<connection>scm:git:https://github.com/embabel/embabel-common.git</connection>
<developerConnection>scm:git:https://github.com/embabel/embabel-common.git</developerConnection>
<tag>HEAD</tag>
</scm>

<dependencyManagement>
<dependencies>
Expand Down
9 changes: 8 additions & 1 deletion embabel-common-test/embabel-common-test-ai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,20 @@
<packaging>jar</packaging>
<name>Embabel Common Test AI</name>
<description>Embabel AI Framework for Unit and Integration Tests</description>
<url>https://github.com/embabel/embabel-common</url>

<scm>
<url>https://github.com/embabel/embabel-common</url>
<connection>scm:git:https://github.com/embabel/embabel-common.git</connection>
<developerConnection>scm:git:https://github.com/embabel/embabel-common.git</developerConnection>
<tag>HEAD</tag>
</scm>

<dependencies>
<dependency>
<groupId>com.embabel.common</groupId>
<artifactId>embabel-common-util</artifactId>
</dependency>

<dependency>
<groupId>com.embabel.common</groupId>
<artifactId>embabel-common-ai</artifactId>
Expand Down
8 changes: 8 additions & 0 deletions embabel-common-test/embabel-common-test-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
<packaging>pom</packaging>
<name>Embabel Common Test Dependencies</name>
<description>Embabel Common Test Framework Dependencies</description>
<url>https://github.com/embabel/embabel-common</url>

<scm>
<url>https://github.com/embabel/embabel-common</url>
<connection>scm:git:https://github.com/embabel/embabel-common.git</connection>
<developerConnection>scm:git:https://github.com/embabel/embabel-common.git</developerConnection>
<tag>HEAD</tag>
</scm>

<dependencyManagement>
<dependencies>
Expand Down
8 changes: 8 additions & 0 deletions embabel-common-test/embabel-common-test-neo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
<packaging>jar</packaging>
<name>Embabel Common Test Neo</name>
<description>Embabel Test Neo Framework</description>
<url>https://github.com/embabel/embabel-common</url>

<scm>
<url>https://github.com/embabel/embabel-common</url>
<connection>scm:git:https://github.com/embabel/embabel-common.git</connection>
<developerConnection>scm:git:https://github.com/embabel/embabel-common.git</developerConnection>
<tag>HEAD</tag>
</scm>

<dependencies>
<dependency>
Expand Down
8 changes: 8 additions & 0 deletions embabel-common-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,21 @@
<packaging>pom</packaging>
<name>Embabel Common Test Parent</name>
<description>Embabel Test Classes and Framework shared across Embabel Modules.</description>
<url>https://github.com/embabel/embabel-common</url>

<modules>
<module>embabel-common-test-dependencies</module>
<module>embabel-common-test-ai</module>
<module>embabel-common-test-neo</module>
</modules>

<scm>
<url>https://github.com/embabel/embabel-common</url>
<connection>scm:git:https://github.com/embabel/embabel-common.git</connection>
<developerConnection>scm:git:https://github.com/embabel/embabel-common.git</developerConnection>
<tag>HEAD</tag>
</scm>

<dependencies>
<dependency>
<groupId>com.embabel.common</groupId>
Expand Down
8 changes: 8 additions & 0 deletions embabel-common-textio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
<packaging>jar</packaging>
<name>Embabel Common TextIO</name>
<description>TextIO components for Embabel Modules</description>
<url>https://github.com/embabel/embabel-common</url>

<scm>
<url>https://github.com/embabel/embabel-common</url>
<connection>scm:git:https://github.com/embabel/embabel-common.git</connection>
<developerConnection>scm:git:https://github.com/embabel/embabel-common.git</developerConnection>
<tag>HEAD</tag>
</scm>

<dependencies>
<dependency>
Expand Down
8 changes: 8 additions & 0 deletions embabel-common-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
<packaging>jar</packaging>
<name>Embabel Common Util</name>
<description>Common Utilities for Embabel Modules</description>
<url>https://github.com/embabel/embabel-common</url>

<scm>
<url>https://github.com/embabel/embabel-common</url>
<connection>scm:git:https://github.com/embabel/embabel-common.git</connection>
<developerConnection>scm:git:https://github.com/embabel/embabel-common.git</developerConnection>
<tag>HEAD</tag>
</scm>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<packaging>pom</packaging>
<name>Embabel Common Parent</name>
<description>Common dependencies shared by child modules.</description>
<url>https://github.com/embabel/embabel-common</url>

<properties>
<mockk.version>1.13.3</mockk.version>
Expand Down