Skip to content

Commit 4e39e07

Browse files
committed
revert second rc1 attempt
1 parent 7975986 commit 4e39e07

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

tika-metadata-schema/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<project xmlns="http://maven.apache.org/POM/4.0.0"
19+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1921
<modelVersion>4.0.0</modelVersion>
2022
<parent>
2123
<groupId>org.apache.tika</groupId>
@@ -111,7 +113,7 @@
111113
<classpathScope>test</classpathScope>
112114
<arguments>
113115
<argument>-cp</argument>
114-
<classpath />
116+
<classpath/>
115117
<argument>org.apache.tika.metadata.schema.SchemaGenerator</argument>
116118
<argument>${project.basedir}/src/main/resources/org/apache/tika/metadata/metadata-keys.json</argument>
117119
<argument>${project.basedir}/src/main/resources/org/apache/tika/metadata/metadata-open-namespaces.json</argument>

tika-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,14 +281,14 @@
281281
</contributors>
282282

283283
<properties>
284-
<revision>4.0.1-SNAPSHOT</revision>
284+
<revision>4.0.0-SNAPSHOT</revision>
285285
<javaVersion>17</javaVersion>
286286
<maven.compiler.source>17</maven.compiler.source>
287287
<maven.compiler.target>17</maven.compiler.target>
288288
<maven.compiler.release>17</maven.compiler.release>
289289
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
290290
<project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
291-
<project.build.outputTimestamp>2026-08-18T17:53:14Z</project.build.outputTimestamp>
291+
<project.build.outputTimestamp>2026-06-29T15:00:41Z</project.build.outputTimestamp>
292292
<!-- plugin versions -->
293293
<!-- updates may not be detected by the maven versions plugin:
294294
https://github.com/mojohaus/versions/issues/1070 -->

0 commit comments

Comments
 (0)