Skip to content

Commit

Permalink
up openfire version to 4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zanni committed Nov 2, 2020
1 parent 4976fa1 commit f527855
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.4.2</version>
<version>4.4.4</version>
</parent>

<groupId>com.avob.server.openfire</groupId>
<artifactId>OpenfireOadrPlugin</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
<name>OpenfireOadrPlugin</name>
<description>XMPP openfire openadr plugin</description>
<developers>
Expand All @@ -19,12 +19,33 @@
</developer>
</developers>
<properties>
<openfire.version>4.4.2</openfire.version>
<openfire.version>4.4.4</openfire.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<repositories>
<!-- Where dependencies are obtained (such as the parent project). -->
<repository>
<id>igniterealtime</id>
<name>Ignite Realtime Repository</name>
<url>https://igniterealtime.org/archiva/repository/maven/</url>
</repository>
</repositories>

<pluginRepositories>
<!-- Typically used to retrieve Maven plugins that are used by this project.
This apparently is also used to botain the dependencies _used by_ these
plugins (such as the openfire-plugin-assembly-descriptor, needed to
package the project as an Openfire plugin!) -->
<pluginRepository>
<id>igniterealtime</id>
<name>Ignite Realtime Repository</name>
<url>https://igniterealtime.org/archiva/repository/maven/</url>
</pluginRepository>
</pluginRepositories>

<dependencies>
<dependency>
Expand Down

0 comments on commit f527855

Please sign in to comment.