Skip to content

Commit

Permalink
Merge pull request #5 from wcmc-its/equalContrib
Browse files Browse the repository at this point in the history
Equal contrib
  • Loading branch information
paulalbert1 authored Aug 23, 2023
2 parents 429e8c1 + 193c02a commit 075b83c
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.cornell.weill.reciter</groupId>
<artifactId>reciter-pubmed-model</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.4-SNAPSHOT</version>
<name>ReCiter-PubMed-Model</name>
<description>A set of classes representing a PubMed article</description>
<url>https://github.com/wcmc-its/ReCiter-PubMed-Model</url>
Expand All @@ -20,6 +20,13 @@
</licenses>

<developers>
<developer>
<name>Mahender Reddy Jangari</name>
<email>[email protected]</email>
<organization>Weill Cornell Medicine ITS</organization>
<organizationUrl>https://github.com/wcmc-its</organizationUrl>
<timezone>GMT+5.5</timezone>
</developer>
<developer>
<name>Sarbajit Dutta</name>
<email>[email protected]</email>
Expand All @@ -33,7 +40,7 @@
<connection>scm:git:git://github.com/wcmc-its/ReCiter-PubMed-Model.git</connection>
<developerConnection>scm:git:[email protected]:wcmc-its/ReCiter-PubMed-Model.git</developerConnection>
<url>https://github.com/wcmc-its/ReCiter-Pubmed-Model</url>
<tag>2.0.1-SNAPSHOT</tag>
<tag>2.0.4-SNAPSHOT</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -251,4 +258,4 @@
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit 075b83c

Please sign in to comment.