|
22 | 22 |
|
23 | 23 | <groupId>com.orientechnologies</groupId> |
24 | 24 | <artifactId>orientdb-etl</artifactId> |
25 | | - <version>0.9.2-SNAPSHOT</version> |
| 25 | + <version>1.0</version> |
26 | 26 | <packaging>jar</packaging> |
27 | 27 |
|
28 | 28 | <name>orientdb-etl</name> |
|
85 | 85 | <blueprints.version>2.5.0</blueprints.version> |
86 | 86 | <javac.src.version>1.6</javac.src.version> |
87 | 87 | <javac.target.version>1.6</javac.target.version> |
88 | | - <orientdb.version>1.7.8</orientdb.version> |
| 88 | + <orientdb.version>2.0-M1</orientdb.version> |
89 | 89 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
90 | 90 | </properties> |
91 | 91 |
|
|
110 | 110 | <artifactId>maven-compiler-plugin</artifactId> |
111 | 111 | <version>3.1</version> |
112 | 112 | <configuration> |
113 | | - |
114 | 113 | </configuration> |
115 | 114 | </plugin> |
116 | 115 |
|
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> |
130 | 129 |
|
131 | 130 | </plugins> |
132 | 131 | </build> |
|
0 commit comments