Skip to content

Commit 6fb2c42

Browse files
committed
sed -i 's/nightly.xml/version.xml/g'
1 parent 22bfebc commit 6fb2c42

File tree

54 files changed

+54
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+54
-54
lines changed

apache-bzip2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jar {
1414
'Implementation-Vendor': "Arik Hadas",
1515
'Implementation-Version': revision.substring(0, 7),
1616
'Build-Date': new Date().format('yyyyMMdd'),
17-
'Build-Url': "https://www.mucommander.com/version/nightly.xml")
17+
'Build-Url': "https://www.mucommander.com/version/version.xml")
1818
}
1919

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jar {
173173
"Implementation-Vendor": "Arik Hadas",
174174
"Implementation-Version": revision.substring(0, 7),
175175
"Build-Date": new Date().format('yyyyMMdd'),
176-
"Build-URL": "https://www.mucommander.com/version/nightly.xml")
176+
"Build-URL": "https://www.mucommander.com/version/version.xml")
177177
}
178178
}
179179

jetbrains-jediterm/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jar {
5454
'Implementation-Vendor': "Arik Hadas",
5555
'Implementation-Version': revision.substring(0, 7),
5656
'Build-Date': new Date().format('yyyyMMdd'),
57-
'Build-Url': "https://www.mucommander.com/version/nightly.xml",
57+
'Build-Url': "https://www.mucommander.com/version/version.xml",
5858
'Import-Package': '!javax.annotation.*,!com.google.appengine*,!com.google.apphosting.*,!kotlin.internal.*,!com.ibm.uvm.tools,!kotlin.reflect.jvm.internal,*',
5959
'Export-Package':
6060
'com.jediterm.terminal,' +

mucommander-archiver/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jar {
2424
'Implementation-Vendor': "Arik Hadas",
2525
'Implementation-Version': revision.substring(0, 7),
2626
'Build-Date': new Date().format('yyyyMMdd'),
27-
'Build-Url': "https://www.mucommander.com/version/nightly.xml")
27+
'Build-Url': "https://www.mucommander.com/version/version.xml")
2828
}
2929

mucommander-command/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jar {
3333
'Implementation-Vendor': "Arik Hadas",
3434
'Implementation-Version': revision.substring(0, 7),
3535
'Build-Date': new Date().format('yyyyMMdd'),
36-
'Build-Url': "https://www.mucommander.com/version/nightly.xml")
36+
'Build-Url': "https://www.mucommander.com/version/version.xml")
3737
}
3838

mucommander-commons-collections/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jar {
1717
'Implementation-Vendor': "Arik Hadas",
1818
'Implementation-Version': revision.substring(0, 7),
1919
'Build-Date': new Date().format('yyyyMMdd'),
20-
'Build-Url': "https://www.mucommander.com/version/nightly.xml")
20+
'Build-Url': "https://www.mucommander.com/version/version.xml")
2121
}

mucommander-commons-conf/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jar {
1717
'Implementation-Vendor': "Arik Hadas",
1818
'Implementation-Version': revision.substring(0, 7),
1919
'Build-Date': new Date().format('yyyyMMdd'),
20-
'Build-Url': "https://www.mucommander.com/version/nightly.xml")
20+
'Build-Url': "https://www.mucommander.com/version/version.xml")
2121
}

mucommander-commons-file/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jar {
5656
'Implementation-Vendor': "Arik Hadas",
5757
'Implementation-Version': revision.substring(0, 7),
5858
'Build-Date': new Date().format('yyyyMMdd'),
59-
'Build-Url': "https://www.mucommander.com/version/nightly.xml")
59+
'Build-Url': "https://www.mucommander.com/version/version.xml")
6060
}
6161

mucommander-commons-io/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jar {
3030
'Implementation-Vendor': "Arik Hadas",
3131
'Implementation-Version': revision.substring(0, 7),
3232
'Build-Date': new Date().format('yyyyMMdd'),
33-
'Build-Url': "https://www.mucommander.com/version/nightly.xml")
33+
'Build-Url': "https://www.mucommander.com/version/version.xml")
3434
}

mucommander-commons-runtime/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jar {
1717
'Implementation-Vendor': "Arik Hadas",
1818
'Implementation-Version': revision.substring(0, 7),
1919
'Build-Date': new Date().format('yyyyMMdd'),
20-
'Build-Url': "https://www.mucommander.com/version/nightly.xml")
20+
'Build-Url': "https://www.mucommander.com/version/version.xml")
2121
}
2222

0 commit comments

Comments
 (0)