Skip to content

Commit

Permalink
Merge pull request #9 from alangs/feature-conf-8-update
Browse files Browse the repository at this point in the history
Update to Confluence 8
  • Loading branch information
alangs authored Nov 29, 2023
2 parents 6c4695a + 020ab33 commit 24975f6
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.langs</groupId>
<artifactId>archivela</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>

<name>Archivela</name>
<description>Archivela (Archive Labeler) App for Confluence.</description>
Expand Down Expand Up @@ -47,6 +47,18 @@
</developer>
</developers>

<!-- https://jira.atlassian.com/browse/CONFSERVER-93208 -->
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.atlassian.struts2</groupId>
<artifactId>struts-support</artifactId>
<version>1.2.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -166,9 +178,9 @@
</build>

<properties>
<confluence.version>7.15.0</confluence.version>
<confluence.data.version>7.15.0</confluence.data.version>
<amps.version>8.1.2</amps.version>
<confluence.version>8.5.3</confluence.version>
<confluence.data.version>8.5.3</confluence.data.version>
<amps.version>8.11.4</amps.version>
<plugin.testrunner.version>2.0.2</plugin.testrunner.version>
<atlassian.spring.scanner.version>2.1.7</atlassian.spring.scanner.version>
<!-- This property ensures consistency between the key in atlassian-plugin.xml and the OSGi bundle's key. -->
Expand Down

0 comments on commit 24975f6

Please sign in to comment.