Skip to content

Commit

Permalink
reset and fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
electricsam committed Dec 20, 2024
1 parent 685f8f9 commit 60cc5d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.github.ci-cmg</groupId>
<artifactId>aws-s3-outputstream</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -418,13 +418,13 @@
<exec dir="${project.build.directory}" executable="git">
<arg value="clone" />
<arg value="--depth=1" />
<arg value="[email protected]:CI-CMG/project-documentation.git" />
<arg value="https://${git.username}:${git.password}@github.com/CI-CMG/project-documentation.git" />
</exec>
<exec dir="${project.build.directory}/project-documentation" executable="git">
<arg value="remote" />
<arg value="add" />
<arg value="javadoc" />
<arg value="[email protected]:CI-CMG/project-documentation.git" />
<arg value="https://${git.username}:${git.password}@github.com/CI-CMG/project-documentation.git" />
</exec>
<exec dir="${project.build.directory}/project-documentation" executable="git" failonerror="false">
<arg value="rm" />
Expand Down

0 comments on commit 60cc5d4

Please sign in to comment.