Skip to content

Commit f926997

Browse files
committed
scm element and .gitignore.
1 parent 9cc84b0 commit f926997

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.target

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@
1515
<description>A component to transparently retrieve resources from the filesystem, classpath or internet.</description>
1616

1717
<scm>
18-
<connection>scm:git:[email protected]:sonatype/plexus-components.git</connection>
19-
<developerConnection>scm:git:[email protected]:sonatype/plexus-components.git</developerConnection>
20-
<url>http://github.com/sonatype/plexus-components</url>
21-
<tag>HEAD</tag>
18+
<connection>scn:git:[email protected]:sonatype/plexus-resources.git</connection>
19+
<developerConnection>scn:git:[email protected]:sonatype/plexus-resources.git</developerConnection>
2220
</scm>
2321

2422
<dependencies>

0 commit comments

Comments
 (0)