Skip to content

Commit

Permalink
Merge pull request #43 from ljacomet/issue-42
Browse files Browse the repository at this point in the history
Issue #42 Fix project and scm URLs
  • Loading branch information
AbfrmBlr committed Feb 3, 2016
2 parents 5622806 + be22544 commit 4014ef7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
target/
.idea/
ehcache-sizeofengine.iml
/.idea/
*.iml
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<packaging>jar</packaging>

<name>Ehcache SizeOf Engine</name>
<description><![CDATA[SizeOf engine, extracted from Ehcache]]></description>
<description>SizeOf engine, extracted from Ehcache</description>

<url>https://github.com/Terracotta-OSS/ehcache-sizeofengine</url>
<url>https://github.com/ehcache/sizeof</url>

<organization>
<name>Terracotta</name>
Expand Down Expand Up @@ -126,9 +126,9 @@
</build>

<scm>
<url>https://github.com/Terracotta-OSS/ehcache-sizeofengine</url>
<connection>scm:git:git@github.com:Terracotta-OSS/ehcache-sizeofengine.git</connection>
<developerConnection>scm:git:git@github.com:Terracotta-OSS/ehcache-sizeofengine.git</developerConnection>
<url>https://github.com/ehcache/sizeof</url>
<connection>scm:git:https://github.com/ehcache/sizeof.git</connection>
<developerConnection>scm:git:git@github.com:ehcache/sizeof.git</developerConnection>
</scm>

</project>

0 comments on commit 4014ef7

Please # to comment.