You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2018/10/08 22:44:09 UTC

[jspwiki-site] branch jbake updated (7ee80d1 -> 1f70d6a)

This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a change to branch jbake
in repository https://gitbox.apache.org/repos/asf/jspwiki-site.git.


    from 7ee80d1  git push through sshagent
     new b54dbb1  add javadocs from 2.10.0
     new 1f70d6a  git push to  - last test today

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile | 2 +-
 pom.xml     | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)


[jspwiki-site] 02/02: git push to - last test today

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a commit to branch jbake
in repository https://gitbox.apache.org/repos/asf/jspwiki-site.git

commit 1f70d6acf16821a4414564e828292a5c169eb1de
Author: Juan Pablo Santos Rodríguez <ju...@gmail.com>
AuthorDate: Tue Oct 9 00:43:43 2018 +0200

    git push to  - last test today
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 4287953..b38bf3c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -65,7 +65,7 @@ try {
                     sh 'git add .'
                     sh 'git commit -m "Automatic Site Publish by Buildbot"'
                     echo "pushing to $repo"
-                    sh 'git push origin asf-site'
+                    sh "git push $repo asf-site"
                 }
             }
         }


[jspwiki-site] 01/02: add javadocs from 2.10.0

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a commit to branch jbake
in repository https://gitbox.apache.org/repos/asf/jspwiki-site.git

commit b54dbb17ea1747b5389f9d643bc7f3d0d25358bc
Author: Juan Pablo Santos Rodríguez <ju...@gmail.com>
AuthorDate: Tue Oct 9 00:42:02 2018 +0200

    add javadocs from 2.10.0
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0e6ba73..deba97a 100755
--- a/pom.xml
+++ b/pom.xml
@@ -93,6 +93,13 @@
                    <artifactItem>
                      <groupId>org.apache.jspwiki</groupId>
                      <artifactId>jspwiki-war</artifactId>
+                     <version>2.10.0</version>
+                     <classifier>javadoc</classifier>
+                     <outputDirectory>${jbake.dest}/apidocs/2.10.0</outputDirectory>
+                   </artifactItem>
+                   <artifactItem>
+                     <groupId>org.apache.jspwiki</groupId>
+                     <artifactId>jspwiki-war</artifactId>
                      <version>2.10.1</version>
                      <classifier>javadoc</classifier>
                      <outputDirectory>${jbake.dest}/apidocs/2.10.1</outputDirectory>