diff --git a/core/pom.xml b/core/pom.xml
index d345c70..96dbd6c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -5,7 +5,7 @@
proteus-project
io.sinistral
- 0.4.1-SNAPSHOT
+ 0.4.1
4.0.0
diff --git a/openapi/pom.xml b/openapi/pom.xml
index 7cfa6a0..bbe58e3 100644
--- a/openapi/pom.xml
+++ b/openapi/pom.xml
@@ -5,7 +5,7 @@
proteus-project
io.sinistral
- 0.4.1-SNAPSHOT
+ 0.4.1
4.0.0
diff --git a/pom.xml b/pom.xml
index 5780273..a0e3126 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
io.sinistral
proteus-project
pom
- 0.4.1-SNAPSHOT
+ 0.4.1
Proteus is an extremely light, fast, and flexible Java REST API framework built atop Undertow.
http://github.com/noboomu/proteus
diff --git a/swagger/pom.xml b/swagger/pom.xml
index 4406a84..07b8fbf 100644
--- a/swagger/pom.xml
+++ b/swagger/pom.xml
@@ -5,7 +5,7 @@
proteus-project
io.sinistral
- 0.4.1-SNAPSHOT
+ 0.4.1
4.0.0
diff --git a/swagger/pom.xml.versionsBackup b/swagger/pom.xml.versionsBackup
new file mode 100644
index 0000000..4406a84
--- /dev/null
+++ b/swagger/pom.xml.versionsBackup
@@ -0,0 +1,123 @@
+
+
+
+ proteus-project
+ io.sinistral
+ 0.4.1-SNAPSHOT
+
+ 4.0.0
+
+ proteus-swagger
+
+ Proteus Swagger
+
+ jar
+
+
+
+
+
+ src/main/resources
+ false
+
+
+
+
+ src/test/resources
+
+
+ src/test/java
+
+ **/*.java
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ 3.1.0
+
+
+
+ test-jar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+
+ maven-surefire-plugin
+ org.apache.maven.plugins
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-release-plugin
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+
+
+
+
+
+
+
+
+
+ io.swagger
+ swagger-annotations
+ ${swagger.version}
+
+
+ io.swagger
+ swagger-core
+ ${swagger.version}
+
+
+ org.slf4j
+ slf4j-api
+
+
+
+
+ io.swagger
+ swagger-jaxrs
+ ${swagger.version}
+
+
+ ${project.groupId}
+ proteus-core
+ ${project.version}
+
+
+
+
+
+
+
+ https://oss.sonatype.org/content/groups/public/io/sinistral/proteus-swagger
+
+
\ No newline at end of file