This is an automated email from the ASF dual-hosted git repository. fgreg pushed a commit to branch SDAP-48 in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexusproto.git
commit 7d13b6fa7c61f7bdaeca013ed4fe9d2106446a61 Author: Frank Greguska <[email protected]> AuthorDate: Sun Jan 28 12:28:07 2018 -0800 version should be 1.0.0-SNAPSHOT --- .idea/modules/nexusproto_main.iml | 2 +- .idea/modules/nexusproto_test.iml | 2 +- gradle.properties | 2 +- nexusproto.iml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.idea/modules/nexusproto_main.iml b/.idea/modules/nexusproto_main.iml index 12775aa..ff49722 100644 --- a/.idea/modules/nexusproto_main.iml +++ b/.idea/modules/nexusproto_main.iml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<module external.linked.project.id="nexusproto:main" external.linked.project.path="$MODULE_DIR$/../.." external.root.project.path="$MODULE_DIR$/../.." external.system.id="GRADLE" external.system.module.group="org.apache.sdap" external.system.module.type="sourceSet" external.system.module.version="1.0.1-SNAPSHOT" type="JAVA_MODULE" version="4"> +<module external.linked.project.id="nexusproto:main" external.linked.project.path="$MODULE_DIR$/../.." external.root.project.path="$MODULE_DIR$/../.." external.system.id="GRADLE" external.system.module.group="org.apache.sdap" external.system.module.type="sourceSet" external.system.module.version="1.0.0-SNAPSHOT" type="JAVA_MODULE" version="4"> <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8"> <output url="file://$MODULE_DIR$/../../out/production/classes" /> <exclude-output /> diff --git a/.idea/modules/nexusproto_test.iml b/.idea/modules/nexusproto_test.iml index a6b7517..e52c1f3 100644 --- a/.idea/modules/nexusproto_test.iml +++ b/.idea/modules/nexusproto_test.iml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<module external.linked.project.id="nexusproto:test" external.linked.project.path="$MODULE_DIR$/../.." external.root.project.path="$MODULE_DIR$/../.." external.system.id="GRADLE" external.system.module.group="org.apache.sdap" external.system.module.type="sourceSet" external.system.module.version="1.0.1-SNAPSHOT" type="JAVA_MODULE" version="4"> +<module external.linked.project.id="nexusproto:test" external.linked.project.path="$MODULE_DIR$/../.." external.root.project.path="$MODULE_DIR$/../.." external.system.id="GRADLE" external.system.module.group="org.apache.sdap" external.system.module.type="sourceSet" external.system.module.version="1.0.0-SNAPSHOT" type="JAVA_MODULE" version="4"> <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8"> <output-test url="file://$MODULE_DIR$/../../out/test/classes" /> <exclude-output /> diff --git a/gradle.properties b/gradle.properties index ef01621..2cbfe84 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=1.0.1-SNAPSHOT +version=1.0.0-SNAPSHOT group=org.apache.sdap sourceCompatibility=1.8 \ No newline at end of file diff --git a/nexusproto.iml b/nexusproto.iml index 1b52373..0053540 100644 --- a/nexusproto.iml +++ b/nexusproto.iml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<module external.linked.project.id="nexusproto" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="org.apache.sdap" external.system.module.version="1.0.1-SNAPSHOT" type="JAVA_MODULE" version="4"> +<module external.linked.project.id="nexusproto" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="org.apache.sdap" external.system.module.version="1.0.0-SNAPSHOT" type="JAVA_MODULE" version="4"> <component name="NewModuleRootManager" inherit-compiler-output="true"> <exclude-output /> <content url="file://$MODULE_DIR$">
