Skip to content

Commit 5cc77fd

Browse files
committed
Change POM to 1.08, update SCM.
#23
1 parent 60b4288 commit 5cc77fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<name>YamlBeans</name>
77
<groupId>com.esotericsoftware.yamlbeans</groupId>
88
<artifactId>yamlbeans</artifactId>
9-
<version>1.0.7.1</version>
9+
<version>1.0.8</version>
1010

1111
<description>Java object graphs, to and from YAML</description>
1212
<url>https://github.com/EsotericSoftware/yamlbeans</url>
@@ -19,9 +19,9 @@
1919
</license>
2020
</licenses>
2121
<scm>
22-
<url>scm:git:git@github.com:tchemit/yamlbeans.git</url>
23-
<connection>scm:git:git@github.com:tchemit/yamlbeans.git</connection>
24-
<developerConnection>scm:git:git@github.com:tchemit/yamlbeans.git</developerConnection>
22+
<url>scm:git:git@github.com:esotericsoftware/yamlbeans.git</url>
23+
<connection>scm:git:git@github.com:esotericsoftware/yamlbeans.git</connection>
24+
<developerConnection>scm:git:git@github.com:esotericsoftware/yamlbeans.git</developerConnection>
2525
<tag>HEAD</tag>
2626
</scm>
2727

0 commit comments

Comments
 (0)