diff --git a/.gitignore b/.gitignore
index f56052a..d7cc4bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@ hs_err_pid*
# Other
release.properties
+.factorypath
diff --git a/pom.xml b/pom.xml
index e401522..43ab5a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.github.f4b6a3
ulid-creator
- 0.0.1-SNAPSHOT
+ 1.0.0-SNAPSHOT
jar
ulid-creator
@@ -41,4 +41,113 @@
+
+ scm:git:git://github.com/dexecutor/dependent-tasks-executor.git
+ scm:git:git@github.com:dexecutor/dexecutor.git
+ https://github.com/dexecutor/dependent-tasks-executor
+ ulid-creator-1.0.0
+
+
+
+
+ ossrh
+ https://oss.sonatype.org/content/repositories/snapshots
+
+
+ ossrh
+ https://oss.sonatype.org/service/local/staging/deploy/maven2/
+
+
+
+
+
+
+ maven-deploy-plugin
+ 2.8.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-release-plugin
+ 2.5.3
+
+ true
+ false
+ forked-path
+ -Dgpg.passphrase=${gpg.passphrase}
+
+
+
+ org.apache.maven.scm
+ maven-scm-provider-gitexe
+ 1.9.5
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.8
+ true
+
+ ossrh
+ https://oss.sonatype.org/
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.0.1
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
+
+
+
+
+
+ release-sign-artifacts
+
+
+ performRelease
+ true
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.6
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+
+
+
+