Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-israels committed Nov 11, 2022
1 parent 5940481 commit 46195e3
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 13 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<modelVersion>4.0.0</modelVersion>

<groupId>io.code-gems.cloud</groupId>
<artifactId>synced-in-mem-cache</artifactId>
<artifactId>synced-collections</artifactId>
<version>1.0.0</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>

<modules>
<module>synced-in-mem-cache-core</module>
<module>synced-collections-core</module>
</modules>

<properties>
Expand Down Expand Up @@ -78,7 +78,7 @@
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/israelstmz/synced-in-mem-cache</url>
<url>https://maven.pkg.github.com/israelstmz/synced-collections</url>
</repository>
</distributionManagement>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,12 @@
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">
<parent>
<artifactId>synced-in-mem-cache</artifactId>
<artifactId>synced-collections</artifactId>
<groupId>io.code-gems.cloud</groupId>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>synced-in-mem-cache-core</artifactId>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/israelstmz/synced-in-mem-cache</url>
</repository>
</distributionManagement>
<artifactId>synced-collections-core</artifactId>

</project>

0 comments on commit 46195e3

Please sign in to comment.