Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
titleatlassian-plugin.xml in app archive

The generated archive contains the atlassian-plugin.xml with the timestamped version for snapshot builds.

Code Block
languagexml
titleatlassian-plugin.xml in snapshot archive
<?xml version="1.0" ?>

<atlassian-plugin 
  key="de.smartics.atlassian.confluence.smartics-doctype-addon-services" 
  name="projectdoc for Service Management" plugins-version="2">
    <plugin-info>
        <description>projectdoc Blueprints for managing services and systems.</description>
        <version>1.0.1-20190325.160036</version>
        ...

For releases, the version does not contain the timestamp.

Code Block
languagexml
titleatlassian-plugin.xml in release archive
<?xml version="1.0" ?>

<atlassian-plugin
  key="de.smartics.atlassian.confluence.smartics-doctype-addon-services"
  name="projectdoc for Service Management" plugins-version="2">
    <plugin-info>
        <description>projectdoc Blueprints for managing services and systems.</description>
        <version>1.0.1</version>
        ...

...