Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Commit 967868e

Browse files
committed
Released ETL 1.0
1 parent 3e10935 commit 967868e

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

pom.xml

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>com.orientechnologies</groupId>
2424
<artifactId>orientdb-etl</artifactId>
25-
<version>0.9.2-SNAPSHOT</version>
25+
<version>1.0</version>
2626
<packaging>jar</packaging>
2727

2828
<name>orientdb-etl</name>
@@ -85,7 +85,7 @@
8585
<blueprints.version>2.5.0</blueprints.version>
8686
<javac.src.version>1.6</javac.src.version>
8787
<javac.target.version>1.6</javac.target.version>
88-
<orientdb.version>1.7.8</orientdb.version>
88+
<orientdb.version>2.0-M1</orientdb.version>
8989
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9090
</properties>
9191

@@ -110,23 +110,22 @@
110110
<artifactId>maven-compiler-plugin</artifactId>
111111
<version>3.1</version>
112112
<configuration>
113-
114113
</configuration>
115114
</plugin>
116115

117-
<plugin>
118-
<groupId>org.apache.maven.plugins</groupId>
119-
<artifactId>maven-release-plugin</artifactId>
120-
<version>2.2.2</version>
121-
<configuration>
122-
<mavenExecutorId>forked-path</mavenExecutorId>
123-
<useReleaseProfile>false</useReleaseProfile>
124-
<localCheckout>true</localCheckout>
125-
<pushChanges>false</pushChanges>
126-
<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
127-
<arguments>-Prelease</arguments>
128-
</configuration>
129-
</plugin>
116+
<plugin>
117+
<groupId>org.apache.maven.plugins</groupId>
118+
<artifactId>maven-release-plugin</artifactId>
119+
<version>2.2.2</version>
120+
<configuration>
121+
<mavenExecutorId>forked-path</mavenExecutorId>
122+
<useReleaseProfile>false</useReleaseProfile>
123+
<localCheckout>true</localCheckout>
124+
<pushChanges>false</pushChanges>
125+
<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
126+
<arguments>-Prelease</arguments>
127+
</configuration>
128+
</plugin>
130129

131130
</plugins>
132131
</build>

0 commit comments

Comments
 (0)