Skip to content

Commit 1d82c98

Browse files
Thomas Dieslerctomc
Thomas Diesler
authored andcommitted
Add issueManagement and scm
1 parent c21a0ed commit 1d82c98

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
*.iml
33
*.ipr
44
*.iws
5+
.classpath
6+
.project
7+
.settings
58
target/
69
.classpath
710
.project

pom.xml

+11
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@
5151
<url>http://www.jboss.org</url>
5252
</organization>
5353

54+
<issueManagement>
55+
<system>JIRA</system>
56+
<url>https://issues.jboss.org/browse/JBVFS</url>
57+
</issueManagement>
58+
59+
<scm>
60+
<connection>scm:git:git://github.com/jbossas/jboss-vfs.git</connection>
61+
<developerConnection>scm:git:[email protected]:jbossas/jboss-vfs.git</developerConnection>
62+
<url>https://github.com/jbossas/jboss-vfs</url>
63+
</scm>
64+
5465
<properties>
5566
<version.jboss.logging>3.1.3.GA</version.jboss.logging>
5667
<version.jboss.test>1.1.5.GA</version.jboss.test>

0 commit comments

Comments
 (0)