Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuckton committed Mar 4, 2024
1 parent 9328a26 commit ca27237
Showing 1 changed file with 19 additions and 26 deletions.
45 changes: 19 additions & 26 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mapsmessaging</groupId>
<artifactId>jms_selector_parser</artifactId>
<version>1.1.15-SNAPSHOT</version>
<version>1.1.15</version>
<packaging>jar</packaging>

<name>Extensible JMS Selector Parser</name>
Expand Down Expand Up @@ -104,29 +104,22 @@
</plugins>
</build>
</profile>
<profile>
<id>snapshot</id>
<distributionManagement>
<snapshotRepository>
<id>maps_snapshots</id>
<name>maps_snapshot_repository</name>
<url>https://repository.mapsmessaging.io:8081/repository/maps_snapshots/</url>
</snapshotRepository>
</distributionManagement>
<repositories>
<repository>
<id>maps_snapshots</id>
<name>maps_snapshot_repository</name>
<url>https://repository.mapsmessaging.io:8081/repository/maps_snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>
</profiles>


<distributionManagement>
<snapshotRepository>
<id>maps_snapshots</id>
<name>maps_snapshot_repository</name>
<url>https://repository.mapsmessaging.io:8081/repository/maps_snapshots/</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>


<build>
<plugins>
<plugin>
Expand All @@ -152,7 +145,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
<version>3.2.2</version>
<configuration>
<argLine>
@{argLine} -Dfile.encoding=UTF-8
Expand Down Expand Up @@ -229,7 +222,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.11.0</version>
<configuration>
<encoding>UTF-8</encoding>
<source>11</source>
Expand Down Expand Up @@ -263,7 +256,7 @@
</execution>
</executions>
<groupId>org.apache.maven.plugins</groupId>
<version>3.6.3</version>
<version>3.6.2</version>
</plugin>
</plugins>
</build>
Expand All @@ -273,7 +266,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20240303</version>
<version>20231013</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -301,7 +294,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.2</version>
<version>5.10.1</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit ca27237

Please sign in to comment.