Skip to content

Commit 956b363

Browse files
authored
[#149] Update maven scm for release automation (#150)
- Update copyright year
1 parent 3c71d55 commit 956b363

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2005-2014, Alexey Valikov.
1+
Copyright (c) 2005-2021, Alexey Valikov.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
</license>
6464
</licenses>
6565
<scm>
66-
<connection>scm:git:git@github.com:highsource/jaxb2-basics.git</connection>
67-
<developerConnection>scm:git:git@github.com:highsource/jaxb2-basics.git</developerConnection>
68-
<url>https://github.com/highsource/jaxb2-basics</url>
66+
<connection>scm:git:https://github.com/highsource/jaxb2-basics.git</connection>
67+
<url>https://github.com/highsource/jaxb2-basics</url>
68+
<tag>${project.version}</tag>
6969
</scm>
7070
<modules>
7171
<module>ant</module>

0 commit comments

Comments
 (0)