Skip to content

Commit bba45a3

Browse files
committed
build: Configured product for release
1 parent bde5799 commit bba45a3

File tree

8 files changed

+11
-12
lines changed

8 files changed

+11
-12
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
instructions.configure=\
2-
addRepository(type:0,location:http${#58}//rtsys.informatik.uni-kiel.de/~kieler/updatesite/nightly/semantics/);\
3-
addRepository(type:1,location:http${#58}//rtsys.informatik.uni-kiel.de/~kieler/updatesite/nightly/semantics/);\
2+
addRepository(type:0,location:http${#58}//rtsys.informatik.uni-kiel.de/~kieler/updatesite/);\
3+
addRepository(type:1,location:http${#58}//rtsys.informatik.uni-kiel.de/~kieler/updatesite/);\

build/de.cau.cs.kieler.semantics.product.repository/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<product>
4646
<id>de.cau.cs.kieler.product</id>
4747
<rootFolder>kieler</rootFolder>
48-
<archiveFileName>sccharts_rca_nightly_${buildQualifier}</archiveFileName>
48+
<archiveFileName>sccharts_rca_0.14.0</archiveFileName>
4949
</product>
5050
</products>
5151
</configuration>

build/de.cau.cs.kieler.semantics.repository/category.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site>
3-
<description name="KIELER Semantics (Nightly Builds)" url="http://rtsys.informatik.uni-kiel.de/~kieler/updatesite/nightly/semantics/">Update site for the KIELER Semantics project nightly builds.</description>
3+
<description name="KIELER Semantics (Release 0.14.0)" url="http://rtsys.informatik.uni-kiel.de/~kieler/updatesite/release-semantics-0.14.0/">Update site for the KIELER Semantics release 0.14.0.</description>
44
<!-- CATEGORY DEFINITIONS -->
55
<category-def name="kieler-sem" label="KIELER Semantics">
66
<description>

build/de.cau.cs.kieler.semantics.repository/facade/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<html>
22
<head>
3-
<title>KIELER Semantics - Nightly Update Site</title>
3+
<title>KIELER Semantics - Release 0.14.0 Update Site</title>
44
<link rel="stylesheet" type="text/css" href="web/site.css">
55
</head>
66
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
77
<center>
88
<table cellspacing="0" cellpadding="0" class="table">
99
<tr>
1010
<td>
11-
<h2 class="title"><br/><br/>KIELER Semantics - Nightly Update Site</h2>
11+
<h2 class="title"><br/><br/>KIELER Semantics - Release 0.14.0 Update Site</h2>
1212
<table width="100%">
1313
<tr class="light-row" style="height: 30px">
1414
<td class="bodyText">
1515
<p class="bodyText">
16-
This is the <b>Nightly</b>
16+
This is the <b>Release 0.14.0</b>
1717
Update Site for KIELER Semantics.
1818
<blockquote style="border: 1px dashed #1778be; padding: 2px">
1919
<ol>

features/de.cau.cs.kieler.esterel.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ litigation.
215215
</license>
216216

217217
<url>
218-
<update label="KIELER Nightly Builds" url="http://rtsys.informatik.uni-kiel.de/~kieler/updatesite/nightly/semantics/"/>
218+
<update label="KIELER Release 0.14.0" url="http://rtsys.informatik.uni-kiel.de/~kieler/updatesite/release-semantics-0.14.0/"/>
219219
</url>
220220

221221
<requires>

features/de.cau.cs.kieler.framework.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ litigation.
210210
</license>
211211

212212
<url>
213-
<update label="KIELER Nightly Builds" url="http://rtsys.informatik.uni-kiel.de/~kieler/updatesite/nightly/semantics/"/>
213+
<update label="KIELER Release 0.14.0" url="http://rtsys.informatik.uni-kiel.de/~kieler/updatesite/release-semantics-0.14.0/"/>
214214
</url>
215215

216216
<requires>

features/de.cau.cs.kieler.sccharts.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ litigation.
210210
</license>
211211

212212
<url>
213-
<update label="KIELER Nightly Builds" url="http://rtsys.informatik.uni-kiel.de/~kieler/updatesite/nightly/semantics/"/>
213+
<update label="KIELER Release 0.14.0" url="http://rtsys.informatik.uni-kiel.de/~kieler/updatesite/release-semantics-0.14.0/"/>
214214
</url>
215215

216216
<requires>
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
1.4.0
2-
nightly build
1+
0.14.0

0 commit comments

Comments
 (0)