This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git
The following commit(s) were added to refs/heads/master by this push:
new a548222 Bump doxiaVersion from 2.1.0-SNAPSHOT to 2.1.0
a548222 is described below
commit a548222e8a69adf5d1039c4db388709a1b8e252c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 23 04:02:46 2026 +0000
Bump doxiaVersion from 2.1.0-SNAPSHOT to 2.1.0
Bumps `doxiaVersion` from 2.1.0-SNAPSHOT to 2.1.0.
Updates `org.apache.maven.doxia:doxia-core` from 2.1.0-SNAPSHOT to 2.1.0
- [Release notes](https://github.com/apache/maven-doxia/releases)
- [Commits](https://github.com/apache/maven-doxia/commits/doxia-2.1.0)
Updates `org.apache.maven.doxia:doxia-sink-api` from 2.1.0-SNAPSHOT to 2.1.0
- [Release notes](https://github.com/apache/maven-doxia/releases)
- [Commits](https://github.com/apache/maven-doxia/commits/doxia-2.1.0)
Updates `org.apache.maven.doxia:doxia-module-apt` from 2.1.0-SNAPSHOT to
2.1.0
Updates `org.apache.maven.doxia:doxia-module-fml` from 2.1.0-SNAPSHOT to
2.1.0
Updates `org.apache.maven.doxia:doxia-module-xdoc` from 2.1.0-SNAPSHOT to
2.1.0
Updates `org.apache.maven.doxia:doxia-module-xhtml5` from 2.1.0-SNAPSHOT to
2.1.0
Updates `org.apache.maven.doxia:doxia-module-markdown` from 2.1.0-SNAPSHOT
to 2.1.0
---
updated-dependencies:
- dependency-name: org.apache.maven.doxia:doxia-core
dependency-version: 2.1.0
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.doxia:doxia-sink-api
dependency-version: 2.1.0
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.doxia:doxia-module-apt
dependency-version: 2.1.0
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.doxia:doxia-module-fml
dependency-version: 2.1.0
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.doxia:doxia-module-xdoc
dependency-version: 2.1.0
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.doxia:doxia-module-xhtml5
dependency-version: 2.1.0
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.doxia:doxia-module-markdown
dependency-version: 2.1.0
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index afa3ce8..444ddfc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@ under the License.
</distributionManagement>
<properties>
- <doxiaVersion>2.1.0-SNAPSHOT</doxiaVersion>
+ <doxiaVersion>2.1.0</doxiaVersion>
<javaVersion>8</javaVersion>
<project.build.outputTimestamp>2023-01-09T21:24:22Z</project.build.outputTimestamp>
</properties>