Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add royale-framework 0.9.12 #1095

Merged
merged 2 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
194 changes: 194 additions & 0 deletions content/org/apache/royale/framework/README.md

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions content/org/apache/royale/framework/badge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ "schemaVersion": 1,
"label": "Reproducible Builds",
"labelColor": "1e5b96",
"message": "351/806",
"color": "red",
"isError": "true" }
22 changes: 22 additions & 0 deletions content/org/apache/royale/framework/maven-metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>org.apache.royale.framework</groupId>
<artifactId>royale-framework-parent</artifactId>
<versioning>
<latest>0.9.12</latest>
<release>0.9.12</release>
<versions>
<version>0.9.0</version>
<version>0.9.1</version>
<version>0.9.2</version>
<version>0.9.4</version>
<version>0.9.6</version>
<version>0.9.7</version>
<version>0.9.8</version>
<version>0.9.9</version>
<version>0.9.10</version>
<version>0.9.12</version>
</versions>
<lastUpdated>20241207223516</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
groupId=org.apache.royale.framework
artifactId=royale-framework-parent
display=${groupId}:${artifactId}
version=0.9.12

gitRepo=https://github.com/apache/royale-asjs.git
gitTag=apache-royale-${version}

tool=mvn-3.9.9
jdk=17
newline=crlf-nogit

command="mvn -Papache-release,with-distribution,option-with-swf clean verify -DskipTests -Dmaven.javadoc.skip -Dgpg.skip"
buildinfo=target/${artifactId}-${version}.buildinfo

#diffoscope=${artifactId}-${version}.diffoscope
issue=

Large diffs are not rendered by default.

Loading