Skip to content

Commit

Permalink
add 6.3.2 to composite
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Apr 28, 2023
1 parent adaee51 commit 537804e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README-MAINTAINER.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ which is the public location for the release candidates until the final
release is out
- click the **Build Now** link

Check the console output and remember the timestamp shown at the end, it'll
be used later in the composite files.

### Update timestamp in README-MAINTENANCE

Go to the release candidate folder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
<properties size='1'>
<!-- timestamp made with `date +%s%3N` on Linux -->
<property name='p2.timestamp' value='1665423867935'/>
<property name='p2.timestamp' value='1682680545949'/>
</properties>
<children size='1'>
<child location='../../releases/6.0.0/p2'/>
Expand All @@ -14,5 +14,6 @@
<child location='../../releases/6.2.2/p2'/>
<child location='../../releases/6.3.0/p2'/>
<child location='../../releases/6.3.1/p2'/>
<child location='../../releases/6.3.2/p2'/>
</children>
</repository>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
<properties size='1'>
<!-- timestamp made with `date +%s%3N` on Linux -->
<property name='p2.timestamp' value='1665423867935'/>
<property name='p2.timestamp' value='1682680545949'/>
</properties>
<children size='1'>
<child location='../../releases/6.0.0/p2'/>
Expand All @@ -14,5 +14,6 @@
<child location='../../releases/6.2.2/p2'/>
<child location='../../releases/6.3.0/p2'/>
<child location='../../releases/6.3.1/p2'/>
<child location='../../releases/6.3.2/p2'/>
</children>
</repository>

0 comments on commit 537804e

Please sign in to comment.