Skip to content

Commit

Permalink
Updated poms for license and URL
Browse files Browse the repository at this point in the history
  • Loading branch information
TareqK committed Oct 10, 2020
1 parent 3447491 commit 59f1429
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 44 deletions.
22 changes: 0 additions & 22 deletions easybus-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,7 @@

<name>Easybus Core</name>
<description>Simple, No Frills Event Bus for Java - Core and Sample Implementation</description>
<url>http://github.com/TareqK/easybus</url>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<id>TareqK</id>
<name>Tareq Kirresh</name>
<email>kirreshtareq@gmail.com</email>
<roles>
<role>maintainer</role>
</roles>
</developer>
</developers>
<scm>
<url>http://github.com/TareqK/easybus</url>
</scm>
<dependencies>
<dependency>
<groupId>org.reflections</groupId>
Expand Down
23 changes: 1 addition & 22 deletions easybus-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,33 +11,12 @@
<version>2.0.0</version>
<packaging>jar</packaging>
<name>Easybus Mongodb</name>
<description>Simple, No Frills Event Bus for Java Backed by Mongodb</description>
<url>http://github.com/TareqK/easybus</url>
<description>Simple, No Frills Event Bus for Java - Mongodb Backing Bus</description>
<properties>
<jongo.version>1.4.0</jongo.version>
<mongodb.version>3.5.0</mongodb.version>
</properties>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<id>TareqK</id>
<name>Tareq Kirresh</name>
<email>kirreshtareq@gmail.com</email>
<roles>
<role>maintainer</role>
</roles>
</developer>
</developers>
<scm>
<url>http://github.com/TareqK/easybus</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jongo</groupId>
Expand Down
23 changes: 23 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,29 @@
<module>easybus-core</module>
<module>easybus-mongodb</module>
</modules>
<url>http://github.com/TareqK/easybus</url>
<description>Simple, No Frills Event Bus for Java</description>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<id>TareqK</id>
<name>Tareq Kirresh</name>
<email>kirreshtareq@gmail.com</email>
<roles>
<role>maintainer</role>
</roles>
</developer>
</developers>
<scm>
<url>http://github.com/TareqK/easybus</url>
</scm>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 59f1429

Please sign in to comment.