Skip to content

Commit

Permalink
Merge branch 'code_formating' of github.com:icatproject/ids.server in…
Browse files Browse the repository at this point in the history
…to code_formating
  • Loading branch information
Gabriel Preuß committed Jan 9, 2024
2 parents 090e3a6 + 77d382d commit 4ae8114
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.icatproject</groupId>
<artifactId>ids.server</artifactId>
<packaging>war</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<name>IDS Server</name>

<properties>
Expand Down Expand Up @@ -34,7 +34,7 @@
<connection>scm:git:https://github.com/icatproject/ids.server.git</connection>
<developerConnection>scm:git:[email protected]:icatproject/ids.server.git</developerConnection>
<url>https://github.com/icatproject/ids.server</url>
<tag>v1.9.1</tag>
<tag>HEAD</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -85,13 +85,13 @@
<dependency>
<groupId>org.icatproject</groupId>
<artifactId>ids.plugin</artifactId>
<version>1.5.0</version>
<version>2.0.0</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>

Expand All @@ -112,7 +112,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.0</version>
<version>1.4.14</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -265,7 +265,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<configuration>
<release>11</release>
</configuration>
Expand Down

0 comments on commit 4ae8114

Please sign in to comment.