Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bde6978fda | ||
|
|
622e2cb48d |
4 changed files with 5 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -17,3 +17,4 @@
|
|||
/qdox-2.0.0.tar.gz
|
||||
/qdox-2.0.3.tar.gz
|
||||
/qdox-2.1.0.tar.gz
|
||||
/qdox-2.2.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
--- qdox-2.1.0/src/test/java/com/thoughtworks/qdox/JavaProjectBuilderTest.java~ 2024-07-04 11:31:50.910952394 +0200
|
||||
+++ qdox-2.1.0/src/test/java/com/thoughtworks/qdox/JavaProjectBuilderTest.java 2024-07-04 11:31:53.318965066 +0200
|
||||
--- qdox-2.2.0/src/test/java/com/thoughtworks/qdox/JavaProjectBuilderTest.java~ 2024-07-04 11:31:50.910952394 +0200
|
||||
+++ qdox-2.2.0/src/test/java/com/thoughtworks/qdox/JavaProjectBuilderTest.java 2024-07-04 11:31:53.318965066 +0200
|
||||
@@ -319,7 +319,7 @@
|
||||
JavaClass list = builder.getClassByName("java.util.List");
|
||||
Assertions.assertTrue(list.isInterface());
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%bcond_with bootstrap
|
||||
|
||||
Name: qdox
|
||||
Version: 2.1.0
|
||||
Version: 2.2.0
|
||||
Release: %autorelease
|
||||
Summary: Extract class/interface/method definitions from sources
|
||||
License: Apache-2.0
|
||||
|
|
@ -44,7 +44,6 @@ generators or documentation tools.
|
|||
%pom_remove_parent
|
||||
|
||||
# We don't need these plugins
|
||||
%pom_remove_plugin :animal-sniffer-maven-plugin
|
||||
%pom_remove_plugin :maven-assembly-plugin
|
||||
%pom_remove_plugin :maven-failsafe-plugin
|
||||
%pom_remove_plugin :maven-invoker-plugin
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (qdox-2.1.0.tar.gz) = d125daaee44426ebfc56e70d8fb8ae390d6831f50d74f73fb9d749c5be54e4dcd714a8ed9cdb32a9c92d70d5658066924820af042625c3ee753c616ae9ddb46c
|
||||
SHA512 (qdox-2.2.0.tar.gz) = c183b333cd362dca60a10ee7d5b963e448c23eccd470ba5a23fc7cab4b26242691e54d6c3dde866be3e212588df7d81905f2d6d494f3219846c47848b4b03bbc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue