Fridrich Strba 2024-04-10 09:20:59 +00:00 committed by Git OBS Bridge
parent 35212aff2e
commit 8a8cd36344
6 changed files with 21 additions and 15 deletions

View File

@ -2,7 +2,7 @@
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/codehaus-plexus/plexus-languages.git</param>
<param name="revision">plexus-languages-1.1.1</param>
<param name="revision">plexus-languages-1.2.0</param>
<param name="match-tag">plexus-languages-*</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">plexus-languages-(.*)</param>

View File

@ -10,9 +10,10 @@
<property name="project.groupId" value="org.codehaus.plexus"/>
<property name="project.artifactId" value="plexus-java"/>
<property name="project.version" value="1.1.1"/>
<property name="project.version" value="1.2.0"/>
<property name="compiler.source" value="1.8"/>
<property name="compiler.release" value="8"/>
<property name="compiler.source" value="1.${compiler.release}"/>
<property name="compiler.target" value="${compiler.source}"/>
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
@ -34,16 +35,11 @@
<path id="build.classpath">
<fileset dir="../lib">
<!-- asm-6.2 qdox-2.0-M8 javax.inject-1 plexus-component-annotations-1.7.1 -->
<include name="**/*.jar"/>
</fileset>
</path>
<path id="build.test.classpath">
<fileset dir="../lib">
<!-- asm-6.2 qdox-2.0-M8 javax.inject-1 plexus-component-annotations-1.7.1
junit-4.12 hamcrest-core-1.3 mockito-core-2.18.3 byte-buddy-1.8.5
byte-buddy-agent-1.8.5 objenesis-2.6 guice-4.1.0 aopalliance-1.0
guava-19.0.jar -->
<include name="**/*.jar"/>
</fileset>
</path>

BIN
plexus-languages-1.1.1.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
plexus-languages-1.2.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Apr 10 09:14:52 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream version 1.2.0
* Changes:
+ Fail on duplicate modules on the module path
+ Add java bytecode class file version detection
+ Fix badge in README
* Documentation updates
+ Fix typo module (#125) @Thihup
+ Fix scm protocol
-------------------------------------------------------------------
Wed Apr 10 09:07:44 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@ -17,7 +17,7 @@
Name: plexus-languages
Version: 1.1.1
Version: 1.2.0
Release: 0
Summary: Plexus Languages
License: Apache-2.0
@ -36,9 +36,7 @@ BuildRequires: objectweb-asm
BuildRequires: plexus-containers-component-annotations
BuildRequires: qdox >= 2
BuildRequires: sisu-inject
Requires: java >= 1.7
Requires: mvn(com.thoughtworks.qdox:qdox)
Requires: mvn(org.ow2.asm:asm)
Requires: java >= 1.8
BuildArch: noarch
%description