We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe4267 commit 0bd88a4Copy full SHA for 0bd88a4
pom.xml
@@ -2,9 +2,9 @@
2
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4
<modelVersion>4.0.0</modelVersion>
5
- <groupId>com.code</groupId>
6
- <artifactId>advancedsql</artifactId>
7
- <version>2.1-SNAPSHOT</version>
+ <groupId>com.code.advancedsql</groupId>
+ <artifactId>AdvancedSQL</artifactId>
+ <version>2.2-SNAPSHOT</version>
8
<properties>
9
<maven.compiler.source>1.8</maven.compiler.source>
10
<maven.compiler.target>1.8</maven.compiler.target>
0 commit comments