Skip to content

Commit b861e55

Browse files
author
Evgeny Barabanov
authored
Update github name
1 parent 44392bd commit b861e55

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>com.github.evgenbar</groupId>
5+
<groupId>com.github.meltedspark</groupId>
66
<artifactId>java-binary-decoder</artifactId>
77
<version>1.0.3</version>
88
<name>${project.groupId}:${project.artifactId}</name>
99
<description>Reflection based decoder for decoding binary stream of C-like structures</description>
10-
<url>https://github.com/evgenbar/java-binary-decoder</url>
10+
<url>https://github.com/meltedspark/java-binary-decoder</url>
1111
<licenses>
1212
<license>
1313
<name>The Apache License, Version 2.0</name>
@@ -17,13 +17,13 @@
1717
<developers>
1818
<developer>
1919
<name>Evgeny Barabanov</name>
20-
<organizationUrl>https://github.com/evgenbar</organizationUrl>
20+
<organizationUrl>https://github.com/meltedspark</organizationUrl>
2121
</developer>
2222
</developers>
2323
<scm>
24-
<connection>scm:git:git://github.com/evgenbar/java-binary-decoder.git</connection>
25-
<developerConnection>scm:git:ssh://github.com/evgenbar/java-binary-decoder.git</developerConnection>
26-
<url>http://github.com/evgenbar/java-binary-decoder/tree/master</url>
24+
<connection>scm:git:git://github.com/meltedspark/java-binary-decoder.git</connection>
25+
<developerConnection>scm:git:ssh://github.com/meltedspark/java-binary-decoder.git</developerConnection>
26+
<url>http://github.com/meltedspark/java-binary-decoder/tree/master</url>
2727
</scm>
2828
<distributionManagement>
2929
<snapshotRepository>

0 commit comments

Comments
 (0)