Skip to content

Commit

Permalink
releasing bagri-1.1.0-EA2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsukhoroslov committed Dec 21, 2016
1 parent 2d7bfd0 commit 6795649
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 15 deletions.
2 changes: 1 addition & 1 deletion bagri-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.bagridb</groupId>
<artifactId>bagri</artifactId>
<version>1.1.0-EA1</version>
<version>1.1.0-EA2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bagri-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.bagridb</groupId>
<artifactId>bagri</artifactId>
<version>1.1.0-EA1</version>
<version>1.1.0-EA2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bagri-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.bagridb</groupId>
<artifactId>bagri</artifactId>
<version>1.1.0-EA1</version>
<version>1.1.0-EA2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bagri-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.bagridb</groupId>
<artifactId>bagri</artifactId>
<version>1.1.0-EA1</version>
<version>1.1.0-EA2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bagri-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.bagridb</groupId>
<artifactId>bagri</artifactId>
<version>1.1.0-EA1</version>
<version>1.1.0-EA2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bagri-xquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.bagridb</groupId>
<artifactId>bagri</artifactId>
<version>1.1.0-EA1</version>
<version>1.1.0-EA2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
11 changes: 4 additions & 7 deletions etc/samples/fhir/fhir_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -628,22 +628,20 @@
<version>1</version>
<createdAt>2016-05-31T16:17:20.542+03:00</createdAt>
<createdBy>admin</createdBy>
<library>java_library</library>
<description>XML Parser/Builder</description>
<enabled>true</enabled>
<parserClass>com.bagri.core.server.df.xml.XmlStaxParser</parserClass>
<builderClass>com.bagri.core.server.df.xml.XmlBuilder</builderClass>
<parserClass>com.bagri.core.server.api.df.xml.XmlStaxParser</parserClass>
<builderClass>com.bagri.core.server.df.api.xml.XmlBuilder</builderClass>
<extensions>xml</extensions>
</dataFormat>
<dataFormat name="JSON">
<version>1</version>
<createdAt>2016-05-31T16:17:20.542+03:00</createdAt>
<createdBy>admin</createdBy>
<library>java_library</library>
<description>JSON Parser/Builder</description>
<enabled>true</enabled>
<parserClass>com.bagri.core.server.df.json.JsonApiParser</parserClass>
<builderClass>com.bagri.core.server.df.json.JsonBuilder</builderClass>
<parserClass>com.bagri.core.server.api.df.json.JsonApiParser</parserClass>
<builderClass>com.bagri.core.server.api.df.json.JsonBuilder</builderClass>
<extensions>json</extensions>
</dataFormat>
</dataFormats>
Expand All @@ -652,7 +650,6 @@
<version>1</version>
<createdAt>2016-05-31T16:17:20.542+03:00</createdAt>
<createdBy>admin</createdBy>
<library>java_library</library>
<description>Standard File store</description>
<enabled>true</enabled>
<storeClass>com.bagri.xdm.cache.hazelcast.store.FileDocumentCacheStore</storeClass>
Expand Down
14 changes: 12 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>com.bagridb</groupId>
<artifactId>bagri</artifactId>
<version>1.1.0-EA1</version>
<version>1.1.0-EA2</version>
<packaging>pom</packaging>
<name>bagri</name>
<description>Bagri: The Root Project</description>
Expand Down Expand Up @@ -47,7 +47,7 @@
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>manual</distribution>
<distribution>repo</distribution>
</license>
</licenses>

Expand Down Expand Up @@ -136,6 +136,7 @@
<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
<maven-checkstyle-plugin.version>2.17</maven-checkstyle-plugin.version>
<maven-project-info-reports-plugin.version>2.8.1</maven-project-info-reports-plugin.version>
<cobertura-maven-plugin.version>2.7</cobertura-maven-plugin.version>
Expand Down Expand Up @@ -519,6 +520,15 @@
</configuration>
</plugin-->

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven-deploy-plugin.version}</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

</plugins>
</build>

Expand Down

0 comments on commit 6795649

Please sign in to comment.