|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
3 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
4 | 3 | <modelVersion>4.0.0</modelVersion>
|
5 | 4 | <groupId>com.xnlogic.blueprints</groupId>
|
6 |
| - <artifactId>blueprints-neo4j2-graph</artifactId> |
7 |
| - <version>2.6.1</version> |
8 |
| - <name>Blueprints-Neo4j2Graph (XN Release)</name> |
| 5 | + <artifactId>xn-blueprints-neo4j2-graph</artifactId> |
| 6 | + <version>2.6.1-SNAPSHOT</version> |
| 7 | + <name>XN-Blueprints-Neo4j2-Graph</name> |
9 | 8 | <description>Blueprints property graph implementation for the Neo4j 2 graph database</description>
|
10 | 9 | <url>http://xnlogic.com</url>
|
11 | 10 | <properties>
|
|
21 | 20 | <connection>scm:git:git@github.com:xnlogic/blueprints.git</connection>
|
22 | 21 | <developerConnection>scm:git:git@github.com:xnlogic/blueprints.git</developerConnection>
|
23 | 22 | <url>git@github.com:xnlogic/blueprints.git</url>
|
24 |
| - </scm> |
| 23 | + <tag>HEAD</tag> |
| 24 | + </scm> |
25 | 25 | <dependencies>
|
26 | 26 | <dependency>
|
27 | 27 | <groupId>com.tinkerpop.blueprints</groupId>
|
|
124 | 124 | </execution>
|
125 | 125 | </executions>
|
126 | 126 | </plugin>
|
| 127 | + <plugin> |
| 128 | + <artifactId>maven-release-plugin</artifactId> |
| 129 | + <version>2.4.1</version> |
| 130 | + <configuration> |
| 131 | + <useReleaseProfile>false</useReleaseProfile> |
| 132 | + <releaseProfiles>release</releaseProfiles> |
| 133 | + <autoVersionSubmodules>true</autoVersionSubmodules> |
| 134 | + </configuration> |
| 135 | + </plugin> |
127 | 136 | </plugins>
|
128 | 137 | </build>
|
| 138 | + <distributionManagement> |
| 139 | + <repository> |
| 140 | + <id>bintray</id> |
| 141 | + <url>https://api.bintray.com/maven/pangloss/maven/xn-blueprints-neo4j2-graph</url> |
| 142 | + </repository> |
| 143 | + </distributionManagement> |
| 144 | + <profiles> |
| 145 | + <profile> |
| 146 | + <id>release</id> |
| 147 | + </profile> |
| 148 | + </profiles> |
129 | 149 | </project>
|
0 commit comments