Skip to content

Commit

Permalink
Push from SCM (2023-01-24)
Browse files Browse the repository at this point in the history
  • Loading branch information
locke-chappel committed Jan 24, 2023
1 parent 54095a6 commit 286efc5
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,42 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.lc.oss.commons</groupId>
<groupId>com.github.locke-chappel.oss.commons</groupId>
<artifactId>parent</artifactId>
<version>1.0.0</version>
</parent>

<artifactId>jpa</artifactId>
<version>1.0.0</version>
<name>${project.artifactId}</name>
<description>A collection of JPA extensions to assist with building complex queries</description>
<url>https://github.com/locke-chappel/oss-commons-jpa</url>

<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>

<developers>
<developer>
<id>locke-chappel</id>
<name>Locke-Chappel</name>
</developer>
</developers>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/locke-chappel/oss-commons-jpa/issues</url>
</issueManagement>

<scm>
<connection>scm:git:git://github.com/locke-chappel/oss-commons-jpa.git</connection>
<developerConnection>scm:git:ssh://github.com:locke-chappel/oss-commons-jpa.git</developerConnection>
<url>https://github.com/locke-chappel/oss-commons-jpa</url>
</scm>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit 286efc5

Please sign in to comment.