File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
- <groupId >com.github.evgenbar </groupId >
5
+ <groupId >com.github.meltedspark </groupId >
6
6
<artifactId >java-binary-decoder</artifactId >
7
7
<version >1.0.3</version >
8
8
<name >${project.groupId} :${project.artifactId} </name >
9
9
<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 >
11
11
<licenses >
12
12
<license >
13
13
<name >The Apache License, Version 2.0</name >
17
17
<developers >
18
18
<developer >
19
19
<name >Evgeny Barabanov</name >
20
- <organizationUrl >https://github.com/evgenbar </organizationUrl >
20
+ <organizationUrl >https://github.com/meltedspark </organizationUrl >
21
21
</developer >
22
22
</developers >
23
23
<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 >
27
27
</scm >
28
28
<distributionManagement >
29
29
<snapshotRepository >
You can’t perform that action at this time.
0 commit comments