Skip to content

Commit c504020

Browse files
committed
Update pom.xml
1 parent efc147e commit c504020

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

pom.xml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
<version>1.9.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

10-
<parent>
11-
<groupId>org.assistments</groupId>
12-
<artifactId>repoManagementParentPom</artifactId>
13-
<version>1.0</version>
14-
</parent>
15-
1610
<name>Canvas API Library</name>
1711
<description>A native Java library to talk to the Canvas REST API</description>
1812
<url>https://github.com/kstateome/canvas-api</url>
@@ -40,7 +34,7 @@
4034
<organization>Kansas State University, Office of Mediated Education</organization>
4135
</developer>
4236
</developers>
43-
37+
4438
<scm>
4539
<connection>scm:git:ssh://[email protected]/kstateome/canvas-api.git</connection>
4640
<developerConnection>scm:git:ssh://[email protected]/kstateome/canvas-api.git</developerConnection>
@@ -165,7 +159,7 @@
165159
</profile>
166160
<profile>
167161
<id>ossrh-deploy</id>
168-
<distributionManagement>
162+
<distributionManagement>
169163
<snapshotRepository>
170164
<id>ossrh</id>
171165
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
@@ -400,13 +394,13 @@
400394
<version>4.13.1</version>
401395
<scope>test</scope>
402396
</dependency>
403-
<dependency>
397+
<dependency>
404398
<groupId>org.springframework</groupId>
405399
<artifactId>spring-beans</artifactId>
406400
<version>4.2.0.RELEASE</version>
407401
<scope>test</scope>
408402
</dependency>
409-
<dependency>
403+
<dependency>
410404
<groupId>org.springframework</groupId>
411405
<artifactId>spring-context</artifactId>
412406
<version>4.2.0.RELEASE</version>

0 commit comments

Comments
 (0)