Skip to content

Commit

Permalink
Updates for CDT 11.6.1 (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham authored Jul 3, 2024
1 parent 12ef16f commit abe036e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 4 additions & 1 deletion NewAndNoteworthy/CDT-11.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ See [Noteworthy issues and PRs](https://github.com/eclipse-cdt/cdt/issues?q=is%3

# Bugs Fixed in this Release

See [GitHub milestones](https://github.com/eclipse-cdt/cdt/milestone/10?closed=1)
See GitHub milestones:
- [![11.6.0](https://img.shields.io/github/milestones/issues-total/eclipse-cdt/cdt/10)](https://github.com/eclipse-cdt/cdt/milestone/10?closed=1)
- [![11.6.1](https://img.shields.io/github/milestones/issues-total/eclipse-cdt/cdt/16)](https://github.com/eclipse-cdt/cdt/milestone/16?closed=1)

5 changes: 3 additions & 2 deletions releng/download/releases/11.6/compositeArtifacts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
<properties size='1'>
<!-- timestamp made with date +%s%3N -->
<property name='p2.timestamp' value='1718214203864'/>
<property name='p2.timestamp' value='1719968748882'/>
</properties>
<children size='1'>
<children size='2'>
<child location='cdt-11.6.0'/>
<child location='cdt-11.6.1'/>
</children>
</repository>
5 changes: 3 additions & 2 deletions releng/download/releases/11.6/compositeContent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
<properties size='1'>
<!-- timestamp made with date +%s%3N -->
<property name='p2.timestamp' value='1718214203864'/>
<property name='p2.timestamp' value='1719968748882'/>
</properties>
<children size='1'>
<children size='2'>
<child location='cdt-11.6.0'/>
<child location='cdt-11.6.1'/>
</children>
</repository>

0 comments on commit abe036e

Please sign in to comment.