File tree Expand file tree Collapse file tree 8 files changed +23
-13
lines changed Expand file tree Collapse file tree 8 files changed +23
-13
lines changed Original file line number Diff line number Diff line change 47
47
echo "Project version $PROJECT_VERSION is a valid release version. Proceeding..."
48
48
49
49
- name : Publish package
50
- run : mvn --batch-mode deploy -DskipTests=true
50
+ run : mvn --batch-mode deploy -DskipTests=true -s ${{ github.workspace }}/settings.xml
51
51
env :
52
52
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Provided by Actions, used for authentication
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.parallaxsecond</groupId >
8
8
<artifactId >parsec-java</artifactId >
9
- <version >1.0 .0-SNAPSHOT</version >
9
+ <version >0.1 .0-SNAPSHOT</version >
10
10
</parent >
11
11
<artifactId >parsec-client-java</artifactId >
12
12
<properties >
21
21
<dependency >
22
22
<groupId >org.slf4j</groupId >
23
23
<artifactId >slf4j-api</artifactId >
24
- <version >${slf4j.version} </version >
25
24
</dependency >
26
25
<dependency >
27
26
<groupId >net.java.dev.jna</groupId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.parallaxsecond</groupId >
8
8
<artifactId >parsec-java</artifactId >
9
- <version >1.0 .0-SNAPSHOT</version >
9
+ <version >0.1 .0-SNAPSHOT</version >
10
10
</parent >
11
11
<artifactId >parsec-interface-java</artifactId >
12
12
<properties >
22
22
<dependency >
23
23
<groupId >org.slf4j</groupId >
24
24
<artifactId >slf4j-api</artifactId >
25
- <version >${slf4j.version} </version >
26
25
</dependency >
27
26
</dependencies >
28
27
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.parallaxsecond</groupId >
7
7
<artifactId >parsec-java</artifactId >
8
- <version >1.0 .0-SNAPSHOT</version >
8
+ <version >0.1 .0-SNAPSHOT</version >
9
9
</parent >
10
10
<artifactId >parsec-jca-java-test</artifactId >
11
11
<properties >
61
61
<parallel >none</parallel >
62
62
</configuration >
63
63
</plugin >
64
+ <plugin >
65
+ <groupId >org.apache.maven.plugins</groupId >
66
+ <artifactId >maven-deploy-plugin</artifactId >
67
+ <configuration >
68
+ <skip >true</skip >
69
+ </configuration >
70
+ </plugin >
64
71
</plugins >
65
72
</build >
66
73
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
4
<modelVersion >4.0.0</modelVersion >
6
5
7
6
<parent >
8
7
<groupId >org.parallaxsecond</groupId >
9
8
<artifactId >parsec-java</artifactId >
10
- <version >1.0 .0-SNAPSHOT</version >
9
+ <version >0.1 .0-SNAPSHOT</version >
11
10
</parent >
12
11
<artifactId >parsec-jca-java</artifactId >
13
12
<properties >
25
24
<dependency >
26
25
<groupId >org.slf4j</groupId >
27
26
<artifactId >slf4j-api</artifactId >
28
- <version >${slf4j.version} </version >
29
27
</dependency >
30
28
31
29
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.parallaxsecond</groupId >
8
8
<artifactId >parsec-java</artifactId >
9
- <version >1.0 .0-SNAPSHOT</version >
9
+ <version >0.1 .0-SNAPSHOT</version >
10
10
</parent >
11
11
<artifactId >parsec-protobuf-java</artifactId >
12
12
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.parallaxsecond</groupId >
7
7
<artifactId >parsec-java</artifactId >
8
- <version >1.0 .0-SNAPSHOT</version >
8
+ <version >0.1 .0-SNAPSHOT</version >
9
9
<relativePath >..</relativePath >
10
10
</parent >
11
11
<artifactId >parsec-testcontainers</artifactId >
52
52
</execution >
53
53
</executions >
54
54
</plugin >
55
+ <plugin >
56
+ <groupId >org.apache.maven.plugins</groupId >
57
+ <artifactId >maven-deploy-plugin</artifactId >
58
+ <configuration >
59
+ <skip >true</skip >
60
+ </configuration >
61
+ </plugin >
55
62
</plugins >
56
63
</build >
57
64
</project >
Original file line number Diff line number Diff line change 5
5
<packaging >pom</packaging >
6
6
<groupId >org.parallaxsecond</groupId >
7
7
<artifactId >parsec-java</artifactId >
8
- <version >1.0 .0-SNAPSHOT</version >
8
+ <version >0.1 .0-SNAPSHOT</version >
9
9
<distributionManagement >
10
10
<repository >
11
11
<id >github</id > <!-- MUST match the server-id in the workflow -->
You can’t perform that action at this time.
0 commit comments