Skip to content

Commit

Permalink
Update groupid to smartregister
Browse files Browse the repository at this point in the history
  • Loading branch information
SebaMutuku committed Jun 12, 2024
1 parent 2dc2b83 commit 62c5f49
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions easy-rules-archetype/pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<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/maven-v4_0_0.xsd">
<parent>
<groupId>org.jeasy</groupId>
<groupId>org.smartregister</groupId>
<artifactId>easy-rules</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>org.jeasy</groupId>
<groupId>org.smartregister</groupId>
<artifactId>easy-rules-core</artifactId>
<version>4.1.0</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions easy-rules-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jeasy</groupId>
<groupId>org.smartregister</groupId>
<artifactId>easy-rules</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.1.1-SNAPSHOT</version>
</parent>

<artifactId>easy-rules-core</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions easy-rules-jexl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jeasy</groupId>
<groupId>org.smartregister</groupId>
<artifactId>easy-rules</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.1.1-SNAPSHOT</version>
</parent>

<artifactId>easy-rules-jexl</artifactId>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependencies>
<!-- production dependencies -->
<dependency>
<groupId>org.jeasy</groupId>
<groupId>org.smartregister</groupId>
<artifactId>easy-rules-support</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions easy-rules-mvel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jeasy</groupId>
<groupId>org.smartregister</groupId>
<artifactId>easy-rules</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.1.1-SNAPSHOT</version>
</parent>

<artifactId>easy-rules-mvel</artifactId>
Expand All @@ -13,7 +13,7 @@
<description>MVEL integration module</description>

<properties>
<mvel2.version>2.4.10.Final</mvel2.version>
<mvel2.version>2.5.2.Final</mvel2.version>
</properties>

<scm>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependencies>
<!-- production dependencies -->
<dependency>
<groupId>org.jeasy</groupId>
<groupId>org.smartregister</groupId>
<artifactId>easy-rules-support</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions easy-rules-spel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jeasy</groupId>
<groupId>org.smartregister</groupId>
<artifactId>easy-rules</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.1.1-SNAPSHOT</version>
</parent>

<artifactId>easy-rules-spel</artifactId>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependencies>
<!-- production dependencies -->
<dependency>
<groupId>org.jeasy</groupId>
<groupId>org.smartregister</groupId>
<artifactId>easy-rules-support</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions easy-rules-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jeasy</groupId>
<groupId>org.smartregister</groupId>
<artifactId>easy-rules</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.1.1-SNAPSHOT</version>
</parent>

<artifactId>easy-rules-support</artifactId>
Expand Down Expand Up @@ -51,7 +51,7 @@
<dependencies>
<!-- production dependencies -->
<dependency>
<groupId>org.jeasy</groupId>
<groupId>org.smartregister</groupId>
<artifactId>easy-rules-core</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
10 changes: 5 additions & 5 deletions easy-rules-tutorials/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jeasy</groupId>
<groupId>org.smartregister</groupId>
<artifactId>easy-rules</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.1.1-SNAPSHOT</version>
</parent>

<artifactId>easy-rules-tutorials</artifactId>
Expand Down Expand Up @@ -58,17 +58,17 @@

<dependencies>
<dependency>
<groupId>org.jeasy</groupId>
<groupId>org.smartregister</groupId>
<artifactId>easy-rules-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jeasy</groupId>
<groupId>org.smartregister</groupId>
<artifactId>easy-rules-mvel</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jeasy</groupId>
<groupId>org.smartregister</groupId>
<artifactId>easy-rules-support</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<version>7</version>
</parent>

<groupId>org.jeasy</groupId>
<groupId>org.smartregister</groupId>
<artifactId>easy-rules</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.1.1-SNAPSHOT</version>

<modules>
<module>easy-rules-archetype</module>
Expand Down

0 comments on commit 62c5f49

Please sign in to comment.