Skip to content

Commit

Permalink
Merge pull request #63 from HubSpot/basepom-25.1
Browse files Browse the repository at this point in the history
Use basepom 25.1
  • Loading branch information
stevegutz authored Nov 30, 2018
2 parents 88d5392 + 23c9f94 commit 16d4b61
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,43 +5,29 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>basepom</artifactId>
<version>18.2</version>
<version>25.1</version>
</parent>

<groupId>com.hubspot.rosetta</groupId>
<artifactId>Rosetta</artifactId>
<version>3.11.10-SNAPSHOT</version>
<packaging>pom</packaging>
<description>
Rosetta is a Java library that leverages Jackson to take the pain out of
mapping objects to/from the DB, designed to integrate seamlessly with jDBI.
Rosetta is a Java library that leverages Jackson to take the pain out of
mapping objects to/from the DB, designed to integrate seamlessly with jDBI.
</description>

<scm>
<connection>scm:git:git@github.com:HubSpot/Rosetta.git</connection>
<developerConnection>scm:git:git@github.com:HubSpot/Rosetta.git</developerConnection>
<url>git@github.com:HubSpot/Rosetta.git</url>
<tag>HEAD</tag>
</scm>

<developers>
<developer>
<name>Jonathan Haber</name>
<email>jhaber@hubspot.com</email>
</developer>
</developers>

<properties>
<project.build.targetJdk>1.8</project.build.targetJdk>
</properties>

<modules>
<module>RosettaAnnotations</module>
<module>RosettaCore</module>
<module>RosettaJdbi</module>
<module>RosettaJdbi3</module>
</modules>

<properties>
<project.build.targetJdk>1.8</project.build.targetJdk>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down Expand Up @@ -87,4 +73,18 @@
</dependency>
</dependencies>
</dependencyManagement>

<developers>
<developer>
<name>Jonathan Haber</name>
<email>jhaber@hubspot.com</email>
</developer>
</developers>

<scm>
<connection>scm:git:git@github.com:HubSpot/Rosetta.git</connection>
<developerConnection>scm:git:git@github.com:HubSpot/Rosetta.git</developerConnection>
<url>git@github.com:HubSpot/Rosetta.git</url>
<tag>HEAD</tag>
</scm>
</project>

0 comments on commit 16d4b61

Please # to comment.