Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2 docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<span style="float:right;">
Released under the <a href="http://opensource.org/licenses/BSD-3-Clause">BSD License</a>.
</span>
Copyright 2012-2018 <a href="http://hamcrest.org">hamcrest.org</a>
Copyright 2012-2019 <a href="http://hamcrest.org">hamcrest.org</a>
</footer>
<a href="http://github.com/hamcrest/JavaHamcrest"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png" alt="Fork me on GitHub"></a>
</body>
Expand Down
2 changes: 1 addition & 1 deletion 2 hamcrest-core/hamcrest-core.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jar {
attributes 'Implementation-Title': project.name,
'Implementation-Vendor': 'hamcrest.org',
'Implementation-Version': version,
'Automatic-Module-Name': 'org.hamcrest'
'Automatic-Module-Name': 'org.hamcrest.core.deprecated'
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.hamcrest;
package org.hamcrest.core.deprecated;

/**
* All the classes in <code>hamcrest-core.jar</code> have moved to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* All classes in <code>hamcrest-core.jar</code> have been migrated to
* <code>hamcrest.jar</code>. Please use that dependency instead.
*/
package org.hamcrest;
package org.hamcrest.core.deprecated;
2 changes: 1 addition & 1 deletion 2 hamcrest-library/hamcrest-library.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jar {
attributes 'Implementation-Title': project.name,
'Implementation-Vendor': 'hamcrest.org',
'Implementation-Version': version,
'Automatic-Module-Name': 'org.hamcrest'
'Automatic-Module-Name': 'org.hamcrest.library.deprecated'
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.hamcrest;
package org.hamcrest.library.deprecated;

/**
* All the classes in <code>hamcrest-library.jar</code> have moved to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* All classes in <code>hamcrest-library.jar</code> have been migrated to
* <code>hamcrest.jar</code>. Please use that dependency instead.
*/
package org.hamcrest;
package org.hamcrest.library.deprecated;
Morty Proxy This is a proxified and sanitized view of the page, visit original site.