Skip to content

Commit 537804e

Browse files
committed
add 6.3.2 to composite
1 parent adaee51 commit 537804e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README-MAINTAINER.md

+3
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ which is the public location for the release candidates until the final
197197
release is out
198198
- click the **Build Now** link
199199

200+
Check the console output and remember the timestamp shown at the end, it'll
201+
be used later in the composite files.
202+
200203
### Update timestamp in README-MAINTENANCE
201204

202205
Go to the release candidate folder

repositories/org.eclipse.embedcdt-repository/composite/compositeArtifacts.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
55
<properties size='1'>
66
<!-- timestamp made with `date +%s%3N` on Linux -->
7-
<property name='p2.timestamp' value='1665423867935'/>
7+
<property name='p2.timestamp' value='1682680545949'/>
88
</properties>
99
<children size='1'>
1010
<child location='../../releases/6.0.0/p2'/>
@@ -14,5 +14,6 @@
1414
<child location='../../releases/6.2.2/p2'/>
1515
<child location='../../releases/6.3.0/p2'/>
1616
<child location='../../releases/6.3.1/p2'/>
17+
<child location='../../releases/6.3.2/p2'/>
1718
</children>
1819
</repository>

repositories/org.eclipse.embedcdt-repository/composite/compositeContent.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
55
<properties size='1'>
66
<!-- timestamp made with `date +%s%3N` on Linux -->
7-
<property name='p2.timestamp' value='1665423867935'/>
7+
<property name='p2.timestamp' value='1682680545949'/>
88
</properties>
99
<children size='1'>
1010
<child location='../../releases/6.0.0/p2'/>
@@ -14,5 +14,6 @@
1414
<child location='../../releases/6.2.2/p2'/>
1515
<child location='../../releases/6.3.0/p2'/>
1616
<child location='../../releases/6.3.1/p2'/>
17+
<child location='../../releases/6.3.2/p2'/>
1718
</children>
1819
</repository>

0 commit comments

Comments
 (0)