diff --git a/.gitignore b/.gitignore
index 91259d0..765aad8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
.idea/
*.iml
*/target/
+target/
diff --git a/apt-mirror-api/pom.xml b/apt-mirror-api/pom.xml
index 0c65596..085c838 100755
--- a/apt-mirror-api/pom.xml
+++ b/apt-mirror-api/pom.xml
@@ -23,11 +23,10 @@
com.moparisthebest.aptIn16
aptIn16
- 0.1
+ 0.1-SNAPSHOT
4.0.0
apt-mirror-api
- 1.0
apt-mirror-api
diff --git a/apt-processor/pom.xml b/apt-processor/pom.xml
index 02a1547..0563c45 100755
--- a/apt-processor/pom.xml
+++ b/apt-processor/pom.xml
@@ -23,7 +23,7 @@
com.moparisthebest.aptIn16
aptIn16
- 0.1
+ 0.1-SNAPSHOT
4.0.0
apt-processor
diff --git a/core/pom.xml b/core/pom.xml
index 935a6e2..56c548e 100755
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,7 +23,7 @@
com.moparisthebest.aptIn16
aptIn16
- 0.1
+ 0.1-SNAPSHOT
4.0.0
core
diff --git a/netui-compiler-test/pom.xml b/netui-compiler-test/pom.xml
index f810999..cffaf97 100755
--- a/netui-compiler-test/pom.xml
+++ b/netui-compiler-test/pom.xml
@@ -23,7 +23,7 @@
com.moparisthebest.aptIn16
aptIn16
- 0.1
+ 0.1-SNAPSHOT
4.0.0
netui-compiler-test
diff --git a/netui-compiler/pom.xml b/netui-compiler/pom.xml
index d4fe683..05cddd4 100755
--- a/netui-compiler/pom.xml
+++ b/netui-compiler/pom.xml
@@ -23,7 +23,7 @@
com.moparisthebest.aptIn16
aptIn16
- 0.1
+ 0.1-SNAPSHOT
4.0.0
netui-compiler
diff --git a/pom.xml b/pom.xml
index 32ce60a..e82c800 100755
--- a/pom.xml
+++ b/pom.xml
@@ -19,16 +19,22 @@
+
+ org.sonatype.oss
+ oss-parent
+ 7
+
4.0.0
com.moparisthebest.aptIn16
aptIn16
- 0.1
+ 0.1-SNAPSHOT
aptIn16
aptIn16 is an implementation of the com.sun.mirror.* classes allowing classes implementing them to run as
Java 1.6 javac in-process annotation processors. This is orders of magnitude faster than apt.
It can be used by anyone who currently relies on apt but would like to switch to the newer/faster javac.
+ https://github.com/moparisthebest/aptIn16
moparisthebest.com
http://www.moparisthebest.com
@@ -55,6 +61,7 @@
pom
true
+ UTF-8
apt-mirror-api
@@ -76,39 +83,6 @@
-
- release
-
-
-
- org.apache.maven.plugins
- maven-source-plugin
- 2.2
-
-
- attach-sources
-
- jar
-
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 2.8.1
-
-
- attach-javadocs
-
- jar
-
-
-
-
-
-
-
test-netui