Skip to content

Commit 0d07de2

Browse files
committed
Update year in license headers and add link to update-site on bintray.
1 parent be3dbdc commit 0d07de2

29 files changed

Lines changed: 38 additions & 31 deletions

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2012-2015 Gunnar Morling (http://www.gunnarmorling.de/)
1+
Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/)
22
and/or other contributors as indicated by the @authors tag. See the
33
copyright.txt file in the distribution for a full listing of all
44
contributors.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# mapstruct-eclipse
22
An Eclipse plug-in for working with MapStruct
33

4-
Eclipse update site for latest snapshot: https://mapstruct.ci.cloudbees.com/job/mapstruct-eclipse/lastSuccessfulBuild/artifact/org.mapstruct.eclipse.repository/target/repository/
4+
## Eclipse Update Site
5+
6+
* For latest released version: https://dl.bintray.com/mapstruct/mapstruct-eclipse-site/
7+
* For latest snapshot: https://mapstruct.ci.cloudbees.com/job/mapstruct-eclipse/lastSuccessfulBuild/artifact/org.mapstruct.eclipse.repository/target/repository/
8+
59

610
## Current Features
711

build-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2012-2015 Gunnar Morling (http://www.gunnarmorling.de/)
4+
Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/)
55
and/or other contributors as indicated by the @authors tag. See the
66
copyright.txt file in the distribution for a full listing of all
77
contributors.

copyright.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Contributors
22
============
33

4+
Andreas Gudian
45
Gunnar Morling
5-
Lars Wetzer
6+
Stefan Rademacher
7+
Lars Wetzer

org.mapstruct.eclipse.feature/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2012-2015 Gunnar Morling (http://www.gunnarmorling.de/)
2+
# Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/)
33
# and/or other contributors as indicated by the @authors tag. See the
44
# copyright.txt file in the distribution for a full listing of all
55
# contributors.

org.mapstruct.eclipse.feature/feature.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2012-2015 Gunnar Morling (http://www.gunnarmorling.de/)
4+
Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/)
55
and/or other contributors as indicated by the @authors tag. See the
66
copyright.txt file in the distribution for a full listing of all
77
contributors.
@@ -32,7 +32,7 @@
3232
</description>
3333

3434
<copyright>
35-
Copyright 2012-2015 Gunnar Morling (http://www.gunnarmorling.de/)
35+
Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/)
3636
and/or other contributors as indicated by the @authors tag. See the
3737
copyright.txt file in the distribution for a full listing of all
3838
contributors.
@@ -51,7 +51,7 @@ limitations under the License.
5151
</copyright>
5252

5353
<license url="http://www.apache.org/licenses/LICENSE-2.0">
54-
Copyright 2012-2015 Gunnar Morling (http://www.gunnarmorling.de/)
54+
Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/)
5555
and/or other contributors as indicated by the @authors tag. See the
5656
copyright.txt file in the distribution for a full listing of all
5757
contributors.
@@ -70,6 +70,7 @@ limitations under the License.
7070
</license>
7171

7272
<url>
73+
<update label="MapStruct Eclipse Plugin Update Site" url="https://dl.bintray.com/mapstruct/mapstruct-eclipse-site/"/>
7374
<discovery label="MapStruct" url="http://www.mapstruct.org"/>
7475
</url>
7576

org.mapstruct.eclipse.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2012-2015 Gunnar Morling (http://www.gunnarmorling.de/)
4+
Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/)
55
and/or other contributors as indicated by the @authors tag. See the
66
copyright.txt file in the distribution for a full listing of all
77
contributors.

org.mapstruct.eclipse.repository/category.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2012-2015 Gunnar Morling (http://www.gunnarmorling.de/)
4+
Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/)
55
and/or other contributors as indicated by the @authors tag. See the
66
copyright.txt file in the distribution for a full listing of all
77
contributors.

org.mapstruct.eclipse.repository/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2012-2015 Gunnar Morling (http://www.gunnarmorling.de/)
4+
Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/)
55
and/or other contributors as indicated by the @authors tag. See the
66
copyright.txt file in the distribution for a full listing of all
77
contributors.

org.mapstruct.eclipse/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2012-2015 Gunnar Morling (http://www.gunnarmorling.de/)
2+
# Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/)
33
# and/or other contributors as indicated by the @authors tag. See the
44
# copyright.txt file in the distribution for a full listing of all
55
# contributors.

0 commit comments

Comments
 (0)