forked from pool/moditect
Accepting request 1108437 from home:urbic:branches:Java:packages
- Update to v1.0.0.Final * Changelog = Tasks ~ 41784cb Releasing version = Issues ~ 0f2e59d #190 Don't fail build on already modular JARs ~ 3e2b18e #185 Add outputTimestamp property for reproducible builds ~~~ ~ 36eb1ac Simplify release workflow ~ 0c22f34 Push release to a branch due to branch protection rules ~ 7432c99 Apply formatting rules from ModiTect parent ~ 712c529 Update parent pom to make build reproducible ~ 8a29a60 Make AddModuleInfoMojo.jvmVersion non-readonly ~ a1bd562 Update readme with latest release ~ 5e4f1cc Next version 1.0.0-SNAPSHOT OBS-URL: https://build.opensuse.org/request/show/1108437 OBS-URL: https://build.opensuse.org/package/show/Java:packages/moditect?expand=0&rev=3
This commit is contained in:
parent
8f9722fc69
commit
7263be9bdd
3
moditect-1.0.0.Final.tar.gz
Normal file
3
moditect-1.0.0.Final.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2e1d6f4c0101f4c0876c112517323f2580bbf5c539f7d3ca2344fa714b82fa7e
|
||||||
|
size 116611
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:76d6224b5a2eb7aabcbed0dce8d40ff0424969f6ae1095ef98b43835c4a95574
|
|
||||||
size 111955
|
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 22 12:05:31 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||||
|
|
||||||
|
- Update to v1.0.0.Final
|
||||||
|
* Changelog
|
||||||
|
= Tasks
|
||||||
|
~ 41784cb Releasing version
|
||||||
|
= Issues
|
||||||
|
~ 0f2e59d #190 Don't fail build on already modular JARs
|
||||||
|
~ 3e2b18e #185 Add outputTimestamp property for reproducible
|
||||||
|
builds
|
||||||
|
~~~
|
||||||
|
~ 36eb1ac Simplify release workflow
|
||||||
|
~ 0c22f34 Push release to a branch due to branch protection
|
||||||
|
rules
|
||||||
|
~ 7432c99 Apply formatting rules from ModiTect parent
|
||||||
|
~ 712c529 Update parent pom to make build reproducible
|
||||||
|
~ 8a29a60 Make AddModuleInfoMojo.jvmVersion non-readonly
|
||||||
|
~ a1bd562 Update readme with latest release
|
||||||
|
~ 5e4f1cc Next version 1.0.0-SNAPSHOT
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 2 20:01:22 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
Sun Apr 2 20:01:22 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: moditect
|
Name: moditect
|
||||||
Version: 1.0.0.RC3
|
Version: 1.0.0.Final
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tooling for the Java Module System
|
Summary: Tooling for the Java Module System
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -28,6 +28,7 @@ BuildRequires: maven-local
|
|||||||
BuildRequires: mvn(com.github.javaparser:javaparser-core)
|
BuildRequires: mvn(com.github.javaparser:javaparser-core)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin)
|
||||||
|
Obsoletes: %{name} = 1.0.0.RC3
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user