This is an automated email from the ASF dual-hosted git repository.
pauls pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new 8613fcf FELIX-6468: fix timestamps
8613fcf is described below
commit 8613fcfc1c98e974e353d2a802c5e5d97464934f
Author: Karl Pauls <[email protected]>
AuthorDate: Fri Dec 3 14:42:02 2021 +0100
FELIX-6468: fix timestamps
---
main/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main/pom.xml b/main/pom.xml
index 937f4ce..754a5e4 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -106,7 +106,7 @@
<tasks>
<unzip
src="${project.build.directory}/${project.artifactId}-${project.version}.jar"
dest="${project.build.directory}/classes"/>
- <jar
destfile="${project.build.directory}/org.apache.felix.main-7.1.0-SNAPSHOT.jar"
+ <jar
destfile="${project.build.directory}/${project.artifactId}-${project.version}.jar"
manifest="${project.build.directory}/classes/META-INF/MANIFEST.MF"
basedir="${project.build.directory}/classes"/>
</tasks>