diff options
author | Kim Alvefur <zash@zash.se> | 2025-02-14 20:50:18 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2025-02-14 20:50:18 +0100 |
commit | a16ff1dea5637758617c2620d8a7585b12fdafd2 (patch) | |
tree | 8c442d0c943076728e6694ccd4f78eb422926dea | |
parent | 1acb2295970f719318f922002c57bd9b4fbfd24f (diff) | |
download | prosody-a16ff1dea5637758617c2620d8a7585b12fdafd2.tar.gz prosody-a16ff1dea5637758617c2620d8a7585b12fdafd2.zip |
doap: Replace references to 'trunk'
-rw-r--r-- | doc/doap.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index edd924bf..e61e11e9 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -245,7 +245,7 @@ <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0090.html"/> <xmpp:version>1.2</xmpp:version> <xmpp:since>0.1.0</xmpp:since> - <xmpp:until>trunk</xmpp:until> + <xmpp:until>13.0.0</xmpp:until> <xmpp:status>removed</xmpp:status> <xmpp:note>mod_time</xmpp:note> </xmpp:SupportedXep> @@ -736,7 +736,7 @@ <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0357.html"/> <xmpp:version>0.4.1</xmpp:version> - <xmpp:since>trunk</xmpp:since> + <xmpp:since>13.0.0</xmpp:since> <xmpp:status>complete</xmpp:status> <xmpp:note>mod_cloud_notify</xmpp:note> </xmpp:SupportedXep> @@ -857,7 +857,7 @@ <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0440.html"/> <xmpp:version>0.4.2</xmpp:version> - <xmpp:since>trunk</xmpp:since> + <xmpp:since>13.0.0</xmpp:since> <xmpp:status>complete</xmpp:status> </xmpp:SupportedXep> </implements> @@ -881,7 +881,7 @@ <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0478.html"/> <xmpp:version>0.2.0</xmpp:version> - <xmpp:since>trunk</xmpp:since> + <xmpp:since>13.0.0</xmpp:since> </xmpp:SupportedXep> </implements> </Project> |