Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
agilebotanist committed Feb 23, 2024
1 parent 96de4f7 commit 192241c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 386 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.softeam.vdo.rqcode</groupId>
<artifactId>RQCODE</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

<packaging>jar</packaging>

Expand Down Expand Up @@ -57,6 +55,7 @@

<scm>
<developerConnection>scm:git:https://github.com/VeriDevOps/RQCODE.git</developerConnection>
<tag>RQCODE-1.0.1</tag>
</scm>
<!--
<repositories>
Expand Down
189 changes: 0 additions & 189 deletions pom.xml.next

This file was deleted.

4 changes: 2 additions & 2 deletions pom.xml.releaseBackup
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<sonar.organization>veridevops</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
</properties>
Expand Down
Loading

0 comments on commit 192241c

Please sign in to comment.